摘要:
1、 create tabl metastore.MetaStoreDirectSql: Self-test query [select "DB_ID" from "DBS"] failed; direct SQL is disabledjavax.jdo.JDODataStoreException
阅读全文
posted @ 2018-09-29 23:55
bug_x
阅读(1566)
推荐(0)
摘要:
1、master is initializing 怎么都不知道怎么回事,直接从hbase 2.0 换到了 hbase 2.1 2、java.lang.ClassNotFoundException: org.apache.htrace.SamplerBuilder hbase 版本2.1 cp $HB
阅读全文
posted @ 2018-09-28 23:05
bug_x
阅读(338)
推荐(0)
摘要:
hbase shell 官网:https://hbase.apache.org/book.html $ ./bin/hbase shell常见问题: ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
阅读全文
posted @ 2018-09-20 22:40
bug_x
阅读(748)
推荐(0)
摘要:
原文链接: https://my.oschina.net/moooofly/blog/152547 连接数据库:
阅读全文
posted @ 2018-09-19 18:23
bug_x
阅读(682)
推荐(0)
摘要:
1、官方网站也有配置: https://flume.apache.org/FlumeUserGuide.html#kafka-source 2、clodera 官方配置 https://www.cloudera.com/documentation/kafka/2-0-x/topics/kafka_f
阅读全文
posted @ 2018-09-19 08:13
bug_x
阅读(294)
推荐(0)
摘要:
原文地址: https://blog.csdn.net/dingchenxixi/article/details/51131493 core-site.xml yarn-site.xml
阅读全文
posted @ 2018-09-18 15:24
bug_x
阅读(130)
推荐(0)
摘要:
vi/vim 中可以使用 :s 命令来替换字符串。以前只会使用一种格式来全文替换,今天发现该命令有很多种写法(vi 真是强大啊,还有很多需要学习),记录几种在此,方便以后查询。 :s/vivian/sky/ 替换当前行第一个 vivian 为 sky :s/vivian/sky/g 替换当前行所有
阅读全文
posted @ 2018-09-14 08:08
bug_x
阅读(990)
推荐(0)
摘要:
php urldecode 解码给出的已编码字符串中的任何 %##。 加号('+')被解码成一个空格字符php rawurldecode返回字符串,此字符串中百分号(%)后跟两位十六进制数的序列都将被替换成原义字符。
阅读全文
posted @ 2018-09-13 15:47
bug_x
阅读(239)
推荐(0)
摘要:
以下jie皆来自官网: 1:首先版本是flume 1.8 查看版本: bin/flume-ng version 2:配置与启动 Defining the flow Using environment variables in configuration files¶ Flume has the ab
阅读全文
posted @ 2018-09-13 08:39
bug_x
阅读(343)
推荐(0)
摘要:
1、No configuration found for this host:seqGenSrc 如果上面的命令不添加最后的 -n seqGenSrc 就会报标题的错误:添加上即可正常: 以下是sh文件的copy:
阅读全文
posted @ 2018-09-12 08:36
bug_x
阅读(191)
推荐(0)