Skip to content

Commit

Permalink
bug fix:bug fix:hugegraph-spark-loader shell string length limit
Browse files Browse the repository at this point in the history
fix:#460
I have read the CLA Document and I hereby sign the CLA
  • Loading branch information
高佳庆(walter.gao) committed May 19, 2023
1 parent 63bb42f commit e8b7102
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 e8b7102

Please sign in to comment.