I'm new to the hadoop technologies .How to run the simple program through command line.I'm using windows environment.I install the Cygwin.Can you help me ...
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Try the below URLs. http://v-lad.org/Tutorials/Hadoop/00%20-%20Intro.html http://hayesdavis.net/2008/06/14/running-hadoop-on-windows/ If you are new to Hadoop, try using one of the IDE plugins. This will help you get started quickly. http://karmasphere.com/Studio-Eclipse/quick-click-guide.html http://wiki.apache.org/hadoop/EclipsePlugIn FYI ..... Hadoop on Windows is not recommended for Production. |
|||
|
|
Are your program written in Java? If so, you need to compile your program and pack the compiled files into a Jar file. And then run the program with hadoop command:
|
||||
|
|