Member since
07-05-2016
19
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3062 | 04-05-2018 06:08 AM |
04-05-2018
06:08 AM
1 Kudo
It looks like that the URL you specified may be wrong. Can you please check if the URL is correct? The correct URL format is as follows: jdbc:phoenix:<zookeeper quorum>:<zookeeper port>:<zookeeper znode parent> You might not have specified correct zookeeper znode parent.
... View more
07-23-2017
12:03 PM
Hi @Akash S,
You need to specify the value of "hbase.rootdir" in PreProd as the "-copy-to" parameter in ExportSnapshot. And looks like the value is "hdfs://NAME_NODE:8020/apps/hbase/data".
So you can execute the following command and the export will be successful:
/usr/bin/hbase org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot snapshot_table_name -copy-to hdfs://NAME_NODE:8020/apps/hbase/data -mappers 5
... View more