Skip to content

Commit

Permalink
fix: hugegraph-spark-loader shell string length limit (apache#469)
Browse files Browse the repository at this point in the history
Co-authored-by: 高佳庆(walter.gao) <walter.gao@huolala.cn>
  • Loading branch information
gaoyuan5251 and 高佳庆(walter.gao) authored May 22, 2023
1 parent 63bb42f commit 55f4282
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 55f4282

Please sign in to comment.