简体   繁体   中英

How to install hadoop on windows

i am trying to install hadoop on my windows machine with the help of following link ie Hadoop Tutorial YDN http://developer.yahoo.com/hadoop/tutorial/module3.html

but i am not able to find

  • hadoop.job.ugi by clicking on the "Advanced" tab in Eclipse

if anybody knows the solution over it then please reply me.

Your Help Will be Appreciated!

I think you should be careful about the version you use, because according to my experience, using difference version can cause difference problems.

I had this issue before and after trying to access the HDFS(in eclipse) and getting an error, I restarted my computer and hadoop.job.ugi showed in the advanced options when I tried again

Try spawning eclipse from Cygwin and it should work fine. It pulls out the information using "whoami" I suppose.

I would download the pre-built Windows binaries from here: http://www.barik.net/archive/2015/01/19/172716/

And then follow this official tutorial from Apache: https://wiki.apache.org/hadoop/Hadoop2OnWindows

You can skip steps 2.3 - 2.6 because those are related to building Hadoop, which you won't need to do if you download the pre-built binaries.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM