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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to