-
Notifications
You must be signed in to change notification settings - Fork 51
create and use hadoop-palantir profile #54
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
Conversation
@ash211 , @robert3005 , @pwoody , here's the version of #51 that will (hopefully) not fail the build. |
Some classpath fun to work out before this is g2g. Tried running Spark 2.1-palantir15 (I know, should be using palantir16/17 instead) built against Hadoop 2.9.0-SNAPSHOT-palantir2, and got this when starting up a spark-shell session:
Will (hopefully) report back with more info. |
Looks like you have mismatched hadoop libs. You should verify that you only On Tue, 15 Nov 2016, 02:49 sjrand, notifications@github.com wrote:
|
Yep, verbose classloading found the 2.7.3 JARs that were sneaking in. More weirdness now, but should be manageable. Will comment once it's working. (Wasn't a problem with this PR, just with the way I was deploying it.) |
Bleh, now
|
There's just a bug in YARN -- https://issues.apache.org/jira/browse/YARN-5753. They've fixed it on trunk but not in branch-2. I'm going to backport the fix to palantir-hadoop, and I've asked on the ticket if they're wiling to backport it to branch-2. |
Whoo, more failures. The whack-a-mole continues.
Not an RPC version mismatch -- version is 9 on both branch-2 and 2.6.0-cdh5.8.2. |
And now it inexplicably works, at least running a trivial job:
EDIT: It usually fails. Not sure what was happening the time it worked. |
Note on the subject of trying to use more recent cc @pwoody since you were asking about this. |
@robert3005 I'll make a new version of this once I have a patch for YARN-6013. |
* Add flag to coerce rows to match schema * Remove extra comment * Fix python style
* Add flag to coerce rows to match schema * Remove extra comment * Fix python style
* Add flag to coerce rows to match schema * Remove extra comment * Fix python style
No description provided.