现在的位置: 首页 > 综合 > 正文

导入hadoop-2.3.0源代码到eclipse中

2018年01月21日 ⁄ 综合 ⁄ 共 307字 ⁄ 字号 评论关闭

Importing projects to eclipse

When you import the project to eclipse, install hadoop-maven-plugins at first.

  $ cd hadoop-maven-plugins
  $ mvn install

Then, generate eclipse project files.

  $ mvn eclipse:eclipse -DskipTests

At last, import to eclipse by specifying the root directory of the project via
[File] > [Import] > [Existing Projects into Workspace].

抱歉!评论已关闭.