摘要:
1. 下载 2. 运行 一直回车,至安装完成。安装路径:/opt/atlassian/confluence 访问:http://10.12.0.79:8090/ 启动: 选在正式版start setup,记下serverid。 3. 破解包下载 http://pan.baidu.com/s/1hs7 阅读全文
摘要:
Hbase的优缺点 1 列的可以动态增加,并且列为空就不存储数据,节省存储空间. 2 Hbase自动切分数据,使得数据存储自动具有水平scalability. 3 Hbase可以提供高并发读写操作的支持 Hbase的缺点: 1 不能支持条件查询,只支持按照Row key来查询. 2 暂时不能支持Ma 阅读全文
摘要:
1. 下载 wget http://download.sonatype.com/nexus/oss/nexus-2.12.0-01-bundle.tar.gz 2. 解压 tar zxvf nexus-2.12.0-01-bundle.tar.gz 解压后两个目录 nexus-2.12.0-01 / 阅读全文
摘要:
IntelliJ Idea 2017 免费激活方法 1. 到网站 http://idea.lanyus.com/ 获取注册码。 2.填入下面的license server: http://intellij.mandroid.cn/ http://idea.imsxm.com/ http://idea 阅读全文
摘要:
1. 启动hive metastore 2. 启动hive thrift接口 参考:http://www.cnblogs.com/kisf/p/7497261.html 3. 下载presto server 4. 配置 config.properties 该配置将coordinate与worker配 阅读全文
摘要:
check process hive_metastore matching "HiveMetaStore" start program = "/usr/bin/nohup /xxx/soft/apache-hive-2.3.0-bin/bin/hive --service metastore > / 阅读全文
摘要:
问题: 10.154.156.83:10081私服不存在了。但是不能改。用nginx代理至maven.xx.cn 增加换回地址: nginx配置: 阅读全文
摘要:
1. 下载编译好的 kafka-manager-1.3.3.7.zip (自行编译在这下载:https://github.com/yahoo/kafka-manager/releases) 链接: https://pan.baidu.com/s/1bBthYe 密码: 2gey 2. 解压 3. 配 阅读全文
摘要:
1. flume安装 (1)下载:wget http://archive.cloudera.com/cdh5/cdh/5/flume-ng-1.6.0-cdh5.7.1.tar.gz (2)解压:tar zxvf flume-ng-1.6.0-cdh5.7.1.tar.gz (3)环境变量: sou 阅读全文
摘要:
https://yq.aliyun.com/articles/50487?spm=5176.100239.blogcont43566.18.uawbnY 阅读全文