This is an automated email from the ASF dual-hosted git repository.

ming pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git


The following commit(s) were added to refs/heads/master by this push:
     new 55f4282e fix: hugegraph-spark-loader shell string length limit (#469)
55f4282e is described below

commit 55f4282ef2cc30720a5286781c7cac637e0612ef
Author: gaoyuan <[email protected]>
AuthorDate: Mon May 22 14:14:39 2023 +0800

    fix: hugegraph-spark-loader shell string length limit (#469)
    
    Co-authored-by: 高佳庆(walter.gao) <[email protected]>
---
 hugegraph-loader/assembly/static/bin/hugegraph-spark-loader.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hugegraph-loader/assembly/static/bin/hugegraph-spark-loader.sh 
b/hugegraph-loader/assembly/static/bin/hugegraph-spark-loader.sh
index 0e00d4e7..c6bb08b8 100755
--- a/hugegraph-loader/assembly/static/bin/hugegraph-spark-loader.sh
+++ b/hugegraph-loader/assembly/static/bin/hugegraph-spark-loader.sh
@@ -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}

Reply via email to