Skip to content

Commit

Permalink
Revert "fix: hugegraph-spark-loader shell string length limit (apache…
Browse files Browse the repository at this point in the history
…#469)"

This reverts commit 55f4282.
  • Loading branch information
gaoyuan5251 authored May 23, 2023
1 parent bd08203 commit 3529a22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ CMD="${SPARK_HOME}/bin/spark-submit
--jars $(echo "${LIB_DIR}"/*.jar | tr ' ' ',') ${ASSEMBLY_JAR_NAME} ${HUGEGRAPH_PARAMS}"

echo "${CMD}"
exec ${CMD}
exec "${CMD}"

0 comments on commit 3529a22

Please sign in to comment.