Member since
05-29-2019
5
Posts
0
Kudos Received
0
Solutions
07-31-2019
03:29 AM
Any idea to get the location, Itention of location is to copy the data from one cluser to another clusert. So i would need the hdfs location
... View more
07-29-2019
07:21 AM
While creating external table with location i am getting error I tried with location option getting an error CREATE external TABLE user_db.test_hbase( col_1 String, col_2 String )
CLUSTERED BY (col_1) INTO 6 BUCKETS STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES ("hbase.columns.mapping" = ":key,test_hbase:col_2") LOCATION '/user/production/' TBLPROPERTIES("hbase.table.name" = "user_db:test_hbase");
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:LOCATION may not be specified for HBase.)
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache Hive
05-29-2019
12:52 PM
Hi Guys, Is there a way to check hive external tables which are created N days before and drop those tables along with underlying hdfs data. Can this be achieved in unix script?
... View more
Labels:
- Labels:
-
Apache Hive