MuhammadBilalYar / Hadoop-On-Window

HADOOP 2.8.0 (22 March, 2017) INSTALLATION ON WINDOW 10
153 stars 167 forks source link

Something in the wiki #14

Open CielAl opened 5 years ago

CielAl commented 5 years ago

Hi, thanks for the help of installation đź‘Ť . There are a few points though:

(1) Perhaps the fs.defaultFS should be configured in the core-site.xml? I found it impossible to run without this configuration. Not sure if it can be replicated

(2) Under Windows10 1803 17134.523, it appears that hadoop has issues to access file:///, when dir of datanode and namenode are under C:\hadoop-2.8.0\data\@@@. Changing it to /hadoop-2.8.0/data/datanode (or namenode) appears to solve the issue.

(3) I believe in Section Hadoop Configuration - 3: "Open cmd and typing command "hdfs namenode –format" . You will see.." The " –" above in the sentence seems to an endash but not a hyphen "-". (a typo?)

It is still an amazing job, though :)