Home > other >  Linux under the eclipse hadoop development
Linux under the eclipse hadoop development

Time:10-02

Hadoop version: hadoop1.2.1 pseudo-distributed mode deployment
OS: CentOS 6.4 32-bit
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
The core - site. The XML file


Fs. Default. Name
HDFS://localhost: 9000/& lt;/value>


Hadoop. TMP. Dir
/app/hadoop - 1.2.1/tmp


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
XML mapred - site.


Mapred. Job. Tracker
Localhost: 9001 & lt;/value>


Mapred. Local. Dir
/app/hadoop - 1.2.1/mapred/local


Mapred. System. Dir
/app/hadoop - 1.2.1/mapred/system



-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
In the hadoop contrib directory and didn't find the hadoop - eclipse plugin, so from the Internet down from a, into the plugins directory under the eclipse installation directory, but after the restart did not have any options on graphs, like this plug-in can't use, don't know why

CodePudding user response:

Compile the plug-in, I was compiled plug-in myself,

CodePudding user response:

Can only compile the plug-in, online example, download the source code in making, then use ant compile, don't need to compile in eclipse, directly from the command line,

CodePudding user response:

Here is a compilation of procedures and related issues, for your reference
http://cxshun.iteye.com/blog/1876366
  • Related