juliuszsompolski commented on code in PR #40676:
URL: https://github.com/apache/spark/pull/40676#discussion_r1162596928
##########
connector/connect/bin/spark-connect:
##########
@@ -30,8 +30,11 @@ export SPARK_HOME=$FWDIR
SCALA_BINARY_VER=`grep "scala.binary.version" "${SPARK_HOME}/pom.xml" | head
-n1 | awk -F '[<>]' '{print $3}'`
SCALA_ARG="-Pscala-${SCALA_BINARY_VER}"
-# Build the jars needed for spark submit and spark connect
-build/sbt "${SCALA_ARG}" -Phive -Pconnect package
+BUILD="${BUILD:-1}"
Review Comment:
Ha, that's exactly why I did SCCLASSPATH, but didn't think about this. Let
me change it to SCBUILD in a followup.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]