Member since
06-18-2018
12
Posts
1
Kudos Received
0
Solutions
03-19-2021
01:36 PM
I am also having the same issue, but with archive.cloudera.com. Is there a specific username/password that needs to be used or should I be using my free portal login?
... View more
09-01-2020
04:15 AM
2 Kudos
There are several options available for this. If you plan to use CopyTable, this will not work without additional configuration. Communication between an older client and newer server is not guaranteed, there is currently a workaround to allow this to work by adding the following property to your client configuration. On the client being used to launch the CopyTable, you can do either: Command Line: -Dhbase.meta.replicas.use=true OR hbase-site.xml: hbase.meta.replicas.use true Your other option would be to use snapshots to transfer the data. Note- If this helps, please don't forget to click on "Accept as Solution".
... View more