You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hugegraph.apache.org by "haohao0103 (via GitHub)" <gi...@apache.org> on 2023/05/12 11:07:43 UTC

[GitHub] [incubator-hugegraph-toolchain] haohao0103 opened a new issue, #460: [Bug] hugegraph-spark-loader脚本执行EXEC 命令时可能触发长度限制describe the main problem

haohao0103 opened a new issue, #460:
URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/460

   ### Bug Type (问题类型)
   
   None
   
   ### Before submit
   
   - [X] I had searched in the [issues](https://github.com/apache/hugegraph-toolchain/issues) and found no similar issues.
   
   ### Environment (环境信息)
   
   - Server Version: v1.0.0
   - Toolchain Version: v1.0.0
   - Data Size:  xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) -->
   
   
   ### Expected & Actual behavior (期望与实际表现)
   
   error message:
   ` --graph hugegraph --batch-size 1499 --host 10.136.29.143 --port 8080 --execute-date 2023-05-11 --sink-type false  --vertex-partitions 120 --edge-partitions 120 --graph-type entity --file /xxx/vertexs-struct.json: **cannot execute: File name too long**
   `
   hugegraph-spark-loader.sh:
   ....
   echo "${CMD}"
   exec "${CMD}"
   
   The above error message will be reported when executing exec "${CMD}",My solution is to remove the double quotes,See if the community has a better solution, thanks
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   _No response_
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hugegraph.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-hugegraph-toolchain] simon824 closed issue #460: [Bug] hugegraph-spark-loader脚本执行EXEC 命令时可能触发长度限制

Posted by "simon824 (via GitHub)" <gi...@apache.org>.
simon824 closed issue #460: [Bug] hugegraph-spark-loader脚本执行EXEC 命令时可能触发长度限制
URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/460


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-hugegraph-toolchain] gaoyuan5251 commented on issue #460: [Bug] hugegraph-spark-loader脚本执行EXEC 命令时可能触发长度限制

Posted by "gaoyuan5251 (via GitHub)" <gi...@apache.org>.
gaoyuan5251 commented on issue #460:
URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/460#issuecomment-1553959204

   @simon824 hi bro, i want to fix it , can you assigned it to me?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org