-
Notifications
You must be signed in to change notification settings - Fork 28.5k
Commit
Also, minor modifications to the MapR profile.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,11 +118,11 @@ make_binary_release() { | |
} | ||
|
||
make_binary_release "hadoop1" "-Phive -Dhadoop.version=1.0.4" & | ||
make_binary_release "cdh4" "-Phive -Dhadoop.version=2.0.0-mr1-cdh4.2.0" & | ||
make_binary_release "hadoop2" \ | ||
"-Phive -Pyarn -Phadoop-2.2 -Dhadoop.version=2.2.0 -Pyarn.version=2.2.0" & | ||
make_binary_release "hadoop2-without-hive" \ | ||
"-Pyarn -Phadoop-2.2 -Dhadoop.version=2.2.0 -Pyarn.version=2.2.0" & | ||
make_binary_release "hadoop2.3" "-Phadoop-2.3 -Phive -Pyarn" & | ||
make_binary_release "hadoop2.4" "-Phadoop-2.4 -Phive -Pyarn" & | ||
make_binary_release "hadoop2.4-without-hive" "-Phadoop-2.4 -Pyarn" & | ||
make_binary_release "mapr3" "-Pmapr3 -Pyarn -Phive" & | ||
make_binary_release "mapr4" "-Pmapr4 -Pyarn -Phive" & | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
pwendell
Author
Contributor
|
||
wait | ||
|
||
# Copy data | ||
|
I personally think it's fine to stop making cdh4 artifacts. But here there are even more MapR-specific profiles added. Are these not covered by the Hadoop releases? MapR is perfectly capable of overriding these versions in their distro, so can't be for them.
I am not clear this is OK from an ASF perspective. See this recent thread on the Flink list: http://mail-archives.eu.apache.org/mod_mbox/incubator-flink-dev/201408.mbox/%3CCANC1h_u%3DN0YKFu3pDaEVYz5ZcQtjQnXEjQA2ReKmoS%2Bye7%3Do%3DA%40mail.gmail.com%3E
The upshot seemed to be: helping people build for vendor artifacts is cool, and making release for particular upstream Hadoop/YARN combos to match a well-known vendor release is cool, but offering downloads for some vendors is a gray area as it could be perceived as endorsement.