You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
haohao0103
changed the title
[Bug] hugegraph-spark-loader脚本执行EXEC 命令时可能触发长度限制describe the main problem
[Bug] hugegraph-spark-loader脚本执行EXEC 命令时可能触发长度限制
May 12, 2023
Bug Type (问题类型)
None
Before submit
Environment (环境信息)
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
The text was updated successfully, but these errors were encountered: