Member since
02-02-2016
583
Posts
518
Kudos Received
98
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3266 | 09-16-2016 11:56 AM | |
1375 | 09-13-2016 08:47 PM | |
5476 | 09-06-2016 11:00 AM | |
3172 | 08-05-2016 11:51 AM | |
5251 | 08-03-2016 02:58 PM |
06-23-2016
03:41 PM
can you please share the output below command? cat /etc/yum.repos.d/ambari.repo
... View more
06-23-2016
03:36 PM
2 Kudos
Are you able to list it manually on that node? yum list 'smartsense*'
... View more
06-23-2016
02:30 PM
Yes, Please increase the datanode heapsize to 6G and restart the datanode services on all the hosts.
... View more
06-23-2016
02:29 PM
Please start from below doc according to your current and target version. https://docs.hortonworks.com/HDPDocuments/Ambari-2.1.1.0/bk_upgrading_Ambari/content/_upgrading_hdp_stack.html
... View more
06-23-2016
02:18 PM
Since you have 256g RAM of machine then I would suggest you to keep databnode heap size between 6-8G You can change the heapsize from Ambari UI i.e HDFS-> Config see screenshot. screen-shot-2016-06-23-at-31802-pm.png
... View more
06-23-2016
02:09 PM
3 Kudos
Seems to be an issue of OOM with datanode, please increase the heapsize of datanode process and see if that resolve the issue. (BPServiceActor.java:run(851)) - Unexpected exception in block pool Block pool BP-1415030235-10.107.10 7.100-1452778704087 (Datanode Uuid c0f91520-d7ca-4fa3-b618-0832721376ad) service to /10.107.107.100:8020 java.lang.OutOfMemoryError: unable to create Also check ulimit size is sufficient on datanode machines. bash-4.1$ ulimit -a
... View more
06-23-2016
01:46 PM
4 Kudos
@Xiaobing Zhou Here is why we need always true fencing as a second option. This is done for workaround cases where the primary NameNode machine goes down and the ssh method will fail, and no failover will be performed. We want to avoid this, so the second option would be to failover anyway, even without fencing, which, as already mentioned, is safe with our setup. To achieve this, we specify two fencing methods, which will be tried by ZKFC in the order of: if the first one fails, the second one will be tried. In our case, the second one will always return success and failover will be initiated, even if the server running the primary NameNode is not available via ssh. We have tested this approach and it worked fine specially when Primary NN host down due to major hardware/power failure. Ref. https://www.packtpub.com/books/content/setting-namenode-ha
... View more
06-23-2016
01:21 PM
I don't see any workaround for this apart from code fix, please contact HWX support for official support patch.
... View more
06-23-2016
12:45 PM
2 Kudos
Please refer this JIRA https://issues.apache.org/jira/browse/ATLAS-588 and fixed in 0.7
... View more