摘要:
创建表 create 'test1', 'lf', 'sf' lf: column family of LONG values (binary value)-- sf: column family of STRING values 导入数据 put 'test1', 'user1|ts1', 'sf 阅读全文
摘要:
hive-env.sh 添加如下,其中踩坑踩了不少。 if [ "$SERVICE" = "metastore" ]; then if [ -z "$DEBUG" ]; then export HIVE_METASTORE_HADOOP_OPTS=" -XX:+PrintCommandLineFla 阅读全文