问题来了!
登录hive却看不到导入的default.nodist1表
[hdfs@hadoop1 ~]$ hive
16/06/08 10:19:24 WARN mapreduce.TableMapReduceUtil: The hbase-prefix-tree module jar containing PrefixTreeCodec is not present. Continuing without it.
Logging initialized using configuration in jar:file:/opt/cloudera/parcels/CDH-5.7.0-1.cdh5.7.0.p0.45/jars/hive-exec-1.1.0-cdh5.7.0.jar!/hive-log4j.properties
WARNING: Hive CLI is deprecated and migration to Beeline is recommended.
hive> use default;
OK
Time taken: 1.567 seconds
hive> show tables;
OK
Time taken: 0.208 seconds, Fetched: 1 row(s)
hive>