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

Reply via email to