You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.
I noticed that all but one unit test succeeded using only -Pkubernetes -Phadoop-2.7 -Dhadoop.version=2.7.3.
I was unable to run integration tests out of the box because I use kvm instead of v-box for minikube. However I can probably spin minikube up separately and run them in shared-cluster mode, I need to test.
to build w/out hadoop deps included you have to use -Phadoop-provided which I'm not sure everybody knows. Simply not specifying -Phadoop-x.x defaults it to 2.2, it does not build without.
cc @erikerlandson
For reference, I use this script to build the Palantir Spark dist locally which might be usable as a starting point:
The text was updated successfully, but these errors were encountered: