Member since
10-22-2015
241
Posts
86
Kudos Received
20
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2414 | 03-11-2018 12:01 AM | |
1451 | 01-03-2017 10:48 PM | |
1851 | 12-20-2016 11:11 PM | |
3623 | 09-03-2016 01:57 AM | |
1370 | 09-02-2016 04:55 PM |
09-06-2016
06:05 PM
For HDP 2.3 (Apache 1.1.2), ./hbase-common/src/main/java/org/apache/hadoop/hbase/HBaseConfiguration.java calls HeapMemorySizeUtil.checkForClusterFreeMemoryLimit(conf); There is no HBaseConfiguration.checkForClusterFreeMemoryLimit Can you double check your classpath to see which hbase related jars are present. Please pastebin those jars Thanks
... View more
09-06-2016
04:39 PM
Please check the value of hbase.regionserver.global.memstore.upperLimit
... View more
09-03-2016
01:57 AM
1 Kudo
Which user did you use to run the code ? What's the output of the following command ? klist -kt /etc/security/keytabs/hbase.service.keytab Normally hbase.service.keytab should be used by user 'hbase'. Please illustrate your use case in more detail. Please take a look at hbase-common/src/main/java/org/apache/hadoop/hbase/AuthUtil.java
... View more
09-02-2016
04:55 PM
1 Kudo
Pig doesn't support creating hbase table. Please pre-create table in hbase.
... View more
09-01-2016
05:55 PM
We need more of the master log beyond what tail showed us. Please attach master log.
... View more
09-01-2016
03:47 PM
Can you attach the master log so that we can better help you ? You can add hbase.master.namespace.init.timeout to hbase-site.xml by using Ambari. Still, finding the root cause is desirable.
... View more
09-01-2016
02:29 PM
1 Kudo
@dengke li Can you attach master log ? You should find it under /grid/0/log/hbase/ Consider increasing hbase.master.namespace.init.timeout Default is 300000 ms
... View more
08-30-2016
03:52 PM
NoRouteToHostException occurred in both region server and node manager logs. Please check network connectivity.
... View more
08-30-2016
02:53 PM
w.r.t. AWS instance check failure, have you looked at http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstances.html
... View more