Skip to content

Commit

Permalink
bug fix:hugegraph-spark-loader shell string length limit
Browse files Browse the repository at this point in the history
  • Loading branch information
高佳庆(walter.gao) committed May 19, 2023
1 parent e2b4eb2 commit e4ca408
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 e4ca408

Please sign in to comment.