Hi, all~ As you know, after modify env variable and configuration files, we could deploy and debug hadoop 0.20 in eclipse.
I want to do the same with hadoop 0.23: I find there is no eclipse-plugin jar package now but eclipse_plugin source code. And I build eclipse-plugin source code using ant, the result is : [ivy:resolve] http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-core/0.23.0/hadoop-mapreduce-client-core-0.23.0.jar [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: org.apache.hadoop#hadoop-annotations;0.23.0: not found [ivy:resolve] :: org.apache.hadoop#hadoop-common;0.23.0: not found [ivy:resolve] :: org.apache.hadoop#hadoop-hdfs;0.23.0: not found [ivy:resolve] :: org.apache.hadoop#hadoop-mapreduce-client-core;0.23.0: not found [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS BUILD FAILED How could I resolve this problem in order to deploy and debug YARN in eclipse (or other JAVA IDE) ? Thank you very much ~!