随笔分类 -  hive

摘要:创建表:hive> CREATE TABLE pokes (foo INT, bar STRING); Creates a table called pokes with two columns, the first being an integer and the other a string创建 阅读全文
posted @ 2016-11-08 16:33 kane_zch 阅读(180) 评论(0) 推荐(0)
摘要:解决办法: 二、分布式环境下在slave上hive命令行失败 解决办法: 检查了半天,看到里面有一句Could not connect to meta store using any of the URIs provided 看了一下netstat -apn |grep 9083 发现的确没有人在监 阅读全文
posted @ 2016-11-01 16:44 kane_zch 阅读(1689) 评论(0) 推荐(0)
摘要:1. download hive1.2.1 to /usr/local > apache-hive-1.2.1-bin.tar.gz 2. tar zxvf apache-hive-1.2.1-bin.tar.gz >then there will be a directory apache-hiv 阅读全文
posted @ 2016-10-31 19:38 kane_zch 阅读(181) 评论(0) 推荐(0)