We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a2dd42 + 2662dac commit 4f3516fCopy full SHA for 4f3516f
spark-start
@@ -253,7 +253,7 @@ EOF
253
254
# Broadcast the worker script to all slurm nodes.
255
chmod +x ${SPARK_CONF_DIR}/sparkworker.sh
256
-srun cp ${SPARK_CONF_DIR}/sparkworker.sh "${SCRATCH}/sparkworker.sh" \
+srun /usr/bin/cp ${SPARK_CONF_DIR}/sparkworker.sh "${SCRATCH}/sparkworker.sh" \
257
|| fail "Could not broadcast worker start script to nodes"
258
rm -f ${SPARK_CONF_DIR}/sparkworker.sh
259
0 commit comments