摘要:
1、hive配置遇到的问题( Relative path in absolute URI: ${system:java.io.tmpdir%7D/$%7Bsystem:user.name%7D) 解决方案如下: 1.查看hive-site.xml配置,会看到配置值含有"system:java.io. 阅读全文
摘要:
//创建数据库create datebase hive;//创建表create table t_emp(id int,name string,age int,dept_name string,like array<string>,tedian map<string,string>)row forma 阅读全文
摘要:
1、解压hvie.tar,进入conf目录下,cp hive-default.xml.template hive-site.xml; 2、将hive下的新版本jline的JAR包拷贝到hadoop下:cp /hive/apache-hive-1.1.0-bin/lib/jline-2.12.jar 阅读全文