Member since
03-04-2016
5
Posts
6
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3425 | 03-09-2016 01:23 AM |
03-09-2016
01:48 AM
Hi Artem...thanks for your help but I have been able to fix & posted the solution below (had to clean up the hdfs directories).
... View more
03-09-2016
01:23 AM
2 Kudos
Hi Geoffrey - thanks for your suggestions but it wasn't the cause of my issue.
I fixed my issue by doing the following:
for i in
{1..12} ; do
echo $i
cd /grid/$i/hadoop/hdfs/data
rm -rf current
done My problem was that the 12 drives in the DataNode must have had old hdfs data so I deleted it with above script. After that everything worked ok! So lesson learned is that I will ensure the /grid structure is clean before adding any nodes! Thanks!
... View more
03-08-2016
07:26 PM
1 Kudo
Single datanode was working fine with Ambari 2.2.0.0, HDP2.3 on top of Centos 7. Added a 2nd Worker Node...Nodemanager & Metrics Monitor are started. However Datanode/HDFS is stopped....I restart it & it starts without any error but quickly "stops". The stderr has no entries. I have checked all of the obvious including ntp, iptables . I have stopped & restarted the cluster. I'd appreciate any help to debug this issues. Thanks in advance, Vince
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop