[SPARK-6196] [BUILD] Remove MapR profiles in favor of hadoop-provided#8338
[SPARK-6196] [BUILD] Remove MapR profiles in favor of hadoop-provided#8338srowen wants to merge 1 commit into
Conversation
|
Test build #41319 timed out for PR 8338 at commit |
|
Test build #1675 timed out for PR 8338 at commit |
|
I will let @pwendell respond to this when he comes back from vacation. |
|
@rxin yeah that's fine, there's no emergency, although these profiles are already unused; the release script for 1.5 will not produce artifacts that use these. On the other PR Patrick indicated, I think, that he intends these to be removed in favor of |
|
Yes this LGTM - these are outdated and I don't even think MapR is advising their customers to use these. They are asking people to use hadoop-provided, which was created to simplify using Spark with different MapR versions. |
Follow up to #7047 pwendell mentioned that MapR should use `hadoop-provided` now, and indeed the new build script does not produce `mapr3`/`mapr4` artifacts anymore. Hence the action seems to be to remove the profiles, which are now not used. CC trystanleftwich Author: Sean Owen <sowen@cloudera.com> Closes #8338 from srowen/SPARK-6196. (cherry picked from commit 57b960b) Signed-off-by: Sean Owen <sowen@cloudera.com>
|
Nice, I do agree with that, and think it will be a better experience for all. The vendor |
Follow up to #7047
@pwendell mentioned that MapR should use
hadoop-providednow, and indeed the new build script does not producemapr3/mapr4artifacts anymore. Hence the action seems to be to remove the profiles, which are now not used.CC @trystanleftwich