11 Nisan 2015 Cumartesi

Hadoop Sorun Çözme - Troubleshooting

Hadoop Sorun Çözme

Initialization failed for Block pool <registering> (Datanode Uuid unassigned) service to localhost/127.0.0.1:8020.

Log dosyasında bu girdi görüldüğü zaman yapılması gereken işlem /tmp klasöründeki hadoop ile ilgili dosyaların silinmesidir.

SSH hatası

Centos SSH klasörünü okuyamadığı için hata verebiliyor. Ubuntu ise bu hatayı vermiyor. Ben şu işlemleri takip ettim: http://ubuntuforums.org/showthread.php?t=1932058

localhost: Error: JAVA_HOME is not set and could not be found

Bu hatanın çözümü ise hadoop-env.sh dosyasına JDK yolunu eklemektir.

Hadoop Troubleshooting

Initialization failed for Block pool <registering> (Datanode Uuid unassigned) service to localhost/127.0.0.1:8020.

This error happens when Hadoop doesn't terminated properly. Solution is very simple.Just delete files under /tmp folder which is related with Hadoop

SSH Error

When CenOS cannot read SSH folder,you may experience these errors. When using Ubuntu, I didn't experience any SSH related errors. I followed the following process:http://ubuntuforums.org/showthread.php?t=1932058

localhost: Error: JAVA_HOME is not set and could not be found

When JAVA_HOME is not set,you see this error. You need to add JDK folder to hadoop-env.sh file.

Hiç yorum yok:

Yorum Gönder