You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by mi...@apache.org on 2023/05/22 06:14:44 UTC

[incubator-hugegraph-toolchain] branch master updated: fix: hugegraph-spark-loader shell string length limit (#469)

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 <38...@users.noreply.github.com>
AuthorDate: Mon May 22 14:14:39 2023 +0800

    fix: hugegraph-spark-loader shell string length limit (#469)
    
    Co-authored-by: 高佳庆(walter.gao) <wa...@huolala.cn>
---
 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}