2018年3月21日

AttributeError: module 'urllib' has no attribute 'urlencode'

摘要: python3使用urlencode(): 阅读全文

posted @ 2018-03-21 15:37 RUI.Z 阅读(2494) 评论(0) 推荐(1) 编辑

2018年3月20日

HIVE 的数据存储

摘要: HIVE 的数据存储: 1、hive中所有的数据都存储在HDFS中,没有专门的数据存储格式(可支持Text,SequenceFile,ParquetFile,RCFILE等)) 2、只需要建表时告诉hive数据中的列分隔符和行分隔符,hive就可以解析数据。 3、hive中包含以下数据模型:DB、T 阅读全文

posted @ 2018-03-20 12:32 RUI.Z 阅读(726) 评论(0) 推荐(0) 编辑

2018年3月16日

TypeError: 'builtin_function_or_method' object is not subscriptable

摘要: 调用msort函数获得排序后的数组,再获取位于中间的那个数字: 改为 sorted([(N - 1)/2]) ,输出结果:middle = [125.5] 阅读全文

posted @ 2018-03-16 19:05 RUI.Z 阅读(826) 评论(0) 推荐(0) 编辑

2018年3月15日

OpenTSDB安装部署

摘要: 一、介绍: 直接从 github 上下载 OpenTSDB; 二、部署: 1)、安装依赖gnuplot: yum install gnuplot (error:autoreconf: command not found ;(忘了具体哪个了)) yum install autoreconf,autoc 阅读全文

posted @ 2018-03-15 13:58 RUI.Z 阅读(1820) 评论(0) 推荐(0) 编辑

ERROR: Can't get master address from ZooKeeper; znode data == null

摘要: 启动hbase-shell > lIst 报错:ERROR: Can't get master address from ZooKeeper; znode data == null; zookeeper: hbase-master: 2018-03-15 10:39:21,945 INFO [mai 阅读全文

posted @ 2018-03-15 12:55 RUI.Z 阅读(6445) 评论(0) 推荐(0) 编辑

导航