dongjoon-hyun opened a new pull request, #70:
URL: https://github.com/apache/spark-kubernetes-operator/pull/70

   ### What changes were proposed in this pull request?
   
   This PR aims to revise `Spark Operator` docker image.
   
   ### Why are the changes needed?
   
   - Environment Variables.
     - Remove `APP_VERSION` because image tag and metadata contains the version 
information already.
     - Rename `OPERATOR_JAR` to `SPARK_OPERATOR_JAR` like `SPARK_OPERATOR_HOME` 
and `SPARK_OPERATOR_WORK_DIR`.
   
   - Remove version string from jar name to simplify.
   ```
   -COPY --from=builder --chown=spark:spark 
/app/spark-operator/build/libs/$OPERATOR_JAR .
   +COPY --from=builder --chown=spark:spark 
/app/spark-operator/build/libs/spark-kubernetes-operator-$APP_VERSION-all.jar 
$SPARK_OPERATOR_JAR
   ```
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No.


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to