Details
Description
The generated poms inject the version of mapred itself, but hardcode the version of hadoop-common they depend on.
When trying to build downstream projects (HBase), then they will require hadoop-common-0.22.0-SNAPSHOT.jar instead of the version they compiled against.
When trying to do an offline build this will fail to resolve as another hadoop-common has been installed in the local maven repo.
Even during online build, it should compile against the hadoop-common that hdfs compiled against.
When versions mismatch one cannot do a coherent build. That is particularly problematic when making simultaneous change in hadoop-common and hadoop-mapreduce and you want to try this locally before committing each.
Attachments
Attachments
Issue Links
- is related to
-
MAPREDUCE-2752 Build does not pass along properties to contrib builds
- Resolved