Description
The ant build target doesn't work in the hadoop-mapreduce directory since the mavenization of hdfs changes were checked in.
Error it gives is:
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: UNRESOLVED DEPENDENCIES ::
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: org.apache.avro#avro-ipc;working@host: not found
[ivy:resolve] :: org.apache.hadoop#hadoop-alfredo;working@host: not found
[ivy:resolve] :: commons-daemon#commons-daemon;working@host: not found
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
Steps I followed:
check out trunk
build common/hdfs: mvn clean install -Pbintar -DskipTests
build yarn/mapred:
mvn clean install assembly:assembly -DskipTests
ant veryclean tar -Dresolvers=internal ----> this fails
Attachments
Attachments
Issue Links
- blocks
-
MAPREDUCE-2838 to fix mapreduce builds to use the new hadoop common test jars
- Resolved
- is blocked by
-
MAPREDUCE-2848 Upgrade avro to 1.5.2
- Closed