摘要: # cat kafka.ini [program:kafka] command=/usr/local/kafka/bin/kafka-server-start.sh /usr/local/kafka/config/server.properties user=root autostart=true autorestart=true startsecs=3 # cat zookeeper.i... 阅读全文
posted @ 2018-07-04 18:35 大数据从业者FelixZh 阅读(1323) 评论(0) 推荐(1)
摘要: Installing Supervisor1 and Superlance2 on CentOS/RHEL/Fedora can be a little tricky, as the versions of those packages included in the main repositori 阅读全文
posted @ 2018-07-04 18:20 大数据从业者FelixZh 阅读(284) 评论(0) 推荐(0)
摘要: ORC File,它的全名是Optimized Row Columnar (ORC) file,其实就是对RCFile做了一些优化。 据官方文档介绍,这种文件格式可以提供一种高效的方法来存储Hive数据。它的设计目标是来克服Hive其他格式的缺陷。 运用ORC File可以提高Hive的读、写以及处 阅读全文
posted @ 2018-07-04 17:26 大数据从业者FelixZh 阅读(4784) 评论(0) 推荐(0)
大数据从业者