Skip to content

Commit ede0e49

Browse files
committed
fix comment
1 parent 5e8c814 commit ede0e49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/java-test/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ runs:
8686
MAVEN_SUITES="$(echo "${{ inputs.suites }}" | paste -sd, -)"
8787
echo "Running with MAVEN_SUITES=$MAVEN_SUITES"
8888
MAVEN_OPTS="-Xmx4G -Xms2G -DwildcardSuites=$MAVEN_SUITES -XX:+UnlockDiagnosticVMOptions -XX:+ShowMessageBoxOnError -XX:+HeapDumpOnOutOfMemoryError -XX:ErrorFile=./hs_err_pid%p.log" SPARK_HOME=`pwd` ./mvnw -B clean install ${{ inputs.maven_opts }}
89-
// clean tmp dir to avoid hashFiles error
89+
# Hadoop mini cluster may interfere with spark shutdown hook, causing the tmp directory to not be fully cleaned up.
90+
# Clean tmp dir to avoid hashFiles error
9091
ls spark/target/tmp
9192
rm -rf spark/target/tmp
9293
- name: Upload crash logs

0 commit comments

Comments
 (0)