yew1eb commented on code in PR #1838:
URL: https://github.com/apache/auron/pull/1838#discussion_r2663681295
##########
.github/workflows/tpcds-reusable.yml:
##########
@@ -420,3 +420,12 @@ jobs:
}}${{ inputs.unifflever && format('-{0}', inputs.unifflever) || ''
}}
path: |
/tmp/rss/logs/*
+
+ - name: Clean up injected JARs to keep Spark bin cache pure
+ if: steps.cache-spark-bin.outputs.cache-hit != 'true'
+ run: |
+ cd spark-bin-${{ inputs.sparkver }}_${{ inputs.scalaver }}/jars/
+ rm -f auron-*${{ inputs.sparkver }}_${{ inputs.scalaver }}*.jar
+ rm -f celeborn-client-spark-*_${{ inputs.scalaver }}-*.jar
+ rm -f rss-client-spark*.jar
Review Comment:
The rss-client-spark-*.jar is the name of the Uniffle client.
--
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]