Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDE for writing and running hadoop jobs? [closed]

Tags:

java

ide

hadoop

I have recently started learning the basics of Hadoop map-reduce programming in Java. So far, the only way I found is writing the code in a file using vi or emacs which seems awful, primitive and very painful.

Is there any IDE for writing, compiling and running Hadoop programs?

like image 664
Ashish Banerjee Avatar asked Mar 11 '13 11:03

Ashish Banerjee


1 Answers

Use Eclipse. Cloudera has a great screencast here for configuring eclipse for hadoop development. Also debugging a hadoop job locally is pretty cool using eclipse (though not trivial). To know more on that, see here.

like image 157
Amar Avatar answered Oct 04 '22 22:10

Amar