-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retarget Hadoop #9
Comments
Looks like they're on 5.11.1 according to this. |
I don't think Altiscale actually runs CDH. They run vanilla Hadoop that has custom patches. |
As part of this issue, we should get @ruebot onto the Altiscale cluster to kick the tires. How's this going? |
Asked you about this in Slack a couple weeks ago; I had some questions about getting data in and usage. 😄 ...still need your review/merge on #19 too. |
@lintool we want this for the 1.0 release, right? |
Yes, I believe so. |
* Set Hadoop and Spark versions to Altiscale versions * Set Hadoop to 2.7.3 * Set Spark to 1.6.2
* Set Hadoop and Spark versions to Altiscale versions * Set Hadoop to 2.7.3 * Set Spark to 1.6.2
Maven currently targets CDH 5.7.1 for Hadoop/Spark related artifacts. This should probably be modified since it was pegged against the Hadoop version running at the Maryland cluster.
My suggestion is to peg to whatever version Altiscale is running, since that will likely become our canonical processing cluster moving forward.
The text was updated successfully, but these errors were encountered: