Member since
08-09-2016
77
Posts
4
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4623 | 10-17-2016 04:14 PM | |
3034 | 10-04-2016 01:35 PM | |
12960 | 09-27-2016 11:50 AM | |
2616 | 08-24-2016 04:10 PM | |
6074 | 08-16-2016 10:12 AM |
09-21-2016
02:29 PM
how to increase it for no vm please @Neeraj Sabharwal
... View more
09-09-2016
01:37 PM
so there is no way to run multiple hbase on hdp without using yarn slider ?
... View more
09-09-2016
01:28 PM
how to use multiple version of hbase on hdp 2.3 ?
... View more
09-09-2016
01:20 PM
How to change hbase version from hbase 1.1.2 to hbase 0.90 on HDP 2.3?
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache HBase
09-06-2016
04:54 PM
i dont have hbase.regionserver.global.memstore.upperLimit i have just hbase.regionserver.global.memstore.size
... View more
09-06-2016
03:48 PM
the value for hfile.block.cache is 0.3 so 0.3 +0.4 =0.7 <0.8 so does not exceed 0.8
... View more
09-06-2016
03:41 PM
the value for hbase.regionserver is always 0.4 and dont exceed 0.8 <property>
<name>hbase.regionserver.global.memstore.size</name>
<value>0.4</value>
</property>
... View more
09-06-2016
03:19 PM
InjectorJob: org.apache.gora.util.GoraException:
java.lang.RuntimeException: java.lang.RuntimeException: Current heap
configuration for MemStore and BlockCache exceeds the threshold required
for successful cluster operation. The combined value cannot exceed 0.8.
Please check the settings for hbase.regionserver.global.memstore.upperLimit and hfile.block.cache.size in your configuration.
at org.apache.gora.store.DataStoreFactory.createDataStore(DataStoreFactory.java:167)
at org.apache.gora.store.DataStoreFactory.createDataStore(DataStoreFactory.java:135)
at org.apache.nutch.storage.StorageUtils.createWebStore(StorageUtils.java:75)
at org.apache.nutch.crawl.InjectorJob.run(InjectorJob.java:221)
at org.apache.nutch.crawl.InjectorJob.inject(InjectorJob.java:251)
at org.apache.nutch.crawl.InjectorJob.run(InjectorJob.java:273)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
at org.apache.nutch.crawl.InjectorJob.main(InjectorJob.java:282)
Caused
by: java.lang.RuntimeException: java.lang.RuntimeException: Current
heap configuration for MemStore and BlockCache exceeds the threshold
required for successful cluster operation. The combined value cannot
exceed 0.8. Please check the settings for hbase.regionserver.global.memstore.upperLimit and hfile.block.cache.size in your configuration.
at org.apache.gora.hbase.store.HBaseStore.initialize(HBaseStore.java:127)
at org.apache.gora.store.DataStoreFactory.initializeDataStore(DataStoreFactory.java:102)
at org.apache.gora.store.DataStoreFactory.createDataStore(DataStoreFactory.java:161)
... 7 more
Caused
by: java.lang.RuntimeException: Current heap configuration for MemStore
and BlockCache exceeds the threshold required for successful cluster
operation. The combined value cannot exceed 0.8. Please check the
settings for hbase.regionserver.global.memstore.upperLimit and hfile.block.cache.size in your configuration.
at org.apache.hadoop.hbase.HBaseConfiguration.checkForClusterFreeMemoryLimit(HBaseConfiguration.java:77)
at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:90)
at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:100)
at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:110)
at org.apache.gora.hbase.store.HBaseStore.initialize(HBaseStore.java:108)
... 9 mor
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
-
Apache HBase