Github user vanzin commented on the pull request:
https://github.com/apache/spark/pull/5085#issuecomment-86154896
I can't comment on random code that you didn't change, but you'll need to
change the code around this code in AbstractCommandBuilder:
needsDataNucleus =
assemblyJar.getEntry("org/apache/hadoop/hive/ql/exec/") != null;
You can just skip the check for Hive and add all datanucleus jars if
they're present. That's the same thing Sean did in the PR I mentioned before.
(Bonus points for getting rid of the annoying message printed to stderr.)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]