Error While generating pig-eclipse files (Building Apache Pig from Source) -


ran following commands successfully.

git clone -b spark https://github.com/apache/pig ant -dhadoopversion=23 

however gives me 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 more details 

full stack trace link https://gist.github.com/krishnakalyan3/b1a5c024c81ac5d211d6

current trunk generates eclipse files. eclipse has problems. opened pig-4520 discuss.


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -