Member since
06-18-2018
12
Posts
1
Kudos Received
0
Solutions
03-26-2021
02:08 AM
Please update the solution if it worked.
... View more
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
02-25-2021
04:21 AM
Hi @buddelflinktier, The community team has reached out to our sales contacts who indicated they would contact you. Please let us know when you have been contacted by sales.
Kalyani Kundalia, Community Manager
Was your question answered? Make sure to mark the answer as the accepted solution. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
02-15-2021
05:36 AM
Unfortunately, that doesn't answer. I had already contacted the sales department but had not received any feedback so far.
... 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
08-26-2020
08:19 AM
Hello, no, this does not answer my question. My table contains holes and overlaps and these errors can only be repaired with hbck2 fixMeta. This function is only available from Hbase version 2.1.6 or 2.2.1. See also HBCK2 documentation: fixMeta
Do a server-side fix of bad or inconsistent state in hbase:meta.
Available in hbase 2.2.1/2.1.6 or newer versions. Master UI has
matching, new 'HBCK Report' tab that dumps reports generated by
most recent run of _catalogjanitor_ and a new 'HBCK Chore'. It
is critical that hbase:meta first be made healthy before making
any other repairs. Fixes 'holes', 'overlaps', etc., creating
(empty) region directories in HDFS to match regions added to
hbase:meta. Command is NOT the same as the old _hbck1_ command
named similarily. Works against the reports generated by the last
catalog_janitor and hbck chore runs. If nothing to fix, run is a
noop. Otherwise, if 'HBCK Report' UI reports problems, a run of
fixMeta will clear up hbase:meta issues. See 'HBase HBCK' UI
for how to generate new report.
... View more
05-18-2020
08:42 AM
@buddelflinktier - How did you get the hbck2 tool? Did you build it from source code?
... View more