Hi Krishna, You would need to specify hadoop version with ant commands when using hadoop-2.x.
$ ant -Dhadoopversion=23 clean eclipse-files Regards, Praveen On Sat, Mar 21, 2015 at 1:07 PM, Krishna Kalyan <[email protected]> wrote: > Hi, > I am trying to generate eclipse files > > ran the following commands successfully. > > git clone -b spark https://github.com/apache/pig > ant -Dhadoopversion=23 > > However it gives me an error while generating eclipse files > > ant clean eclipse-files > > Error Stack Below > > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:resolve] :: org.apache.hadoop#hadoop-yarn-common;1.0.4: not > found > [ivy:resolve] :: org.apache.hadoop#hadoop-yarn-client;1.0.4: not > found > [ivy:resolve] :: org.apache.hadoop#hadoop-yarn-api;1.0.4: not found > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:resolve] > [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS > > Full Stack Trace link > https://gist.github.com/krishnakalyan3/b1a5c024c81ac5d211d6 >
