Member since
09-04-2013
35
Posts
2
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
17486 | 05-06-2015 10:44 AM | |
2757 | 04-13-2015 08:48 AM |
10-08-2018
12:21 AM
1 Kudo
@buntu Try this: hive> CREATE VIEW log_view PARTITIONED ON (pagename,year,month,day) AS SELECTuid,properties,pagename year,month,day FROM log; Reason: The column names used in the partition must be available at the end of view creation in the same order as mentioned in as partitions.
... View more
11-13-2015
02:41 AM
Hi We have the same problem, we upgraded from Cloudera 5.3.8 to 5.4.8 usign parcels <!-- fs.default.name, fs.defaultFS = 8020 --> <!-- hive.metastore.warehouse.dir = /user/hive/warehouse --> <!-- hdfs://hd01:8020:8020/user/hive/warehouse/ -->
... View more
05-15-2014
09:45 AM
If you have root access you should be able to launch hbck as the hbase user via the following: sudo -u hbase hbase hbck ...
... View more