Member since
12-19-2018
14
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2165 | 11-06-2019 06:07 AM |
11-04-2020
11:36 PM
Thank You @Seaport for sharing the Solution for wider audience. In short, you followed the Link [1] to resolve the Protocol Header Issue as utilised by the User in Link [2]. - Smarak [1] https://github.com/python-happybase/happybase/issues/161 [2] https://community.cloudera.com/t5/Support-Questions/Sharing-how-to-solve-HUE-and-HBase-connect-problem-on-CDH-6/td-p/82030
... View more
11-06-2019
06:07 AM
I solved it by moving the extension name to the repositoryList instead of loadList
... View more
12-20-2018
04:47 PM
Hi, As described in https://jira.apache.org/jira/browse/HBASE-18792 The hbck utility is only provided to HBase < 2.0, and have blocked actions that can corrupt metadata in HBase > 2.0 There is a patch for hbck to work in HBase > 2.0 in this JIRA: https://jira.apache.org/jira/browse/HBASE-19121 It's not closed and i have not tried to apply the patch, but it could help.
... View more