Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.4.0
-
None
Description
There's at least one difference I noticed, because of this line:
COPY examples /opt/spark/examples
In a dev build, "examples" contains your usual source code and maven-style directories, whereas in the dist version, it's this:
cp "$SPARK_HOME"/examples/target/scala*/jars/* "$DISTDIR/examples/jars"
So the path to the actual jar files ends up being different depending on how you built the image.