YXWisaboy opened a new issue, #1898:
URL: https://github.com/apache/incubator-hugegraph/issues/1898

   ### Problem Type (问题类型)
   
   server status (启动/运行异常)
   
   ### Before submit
   
   - [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 
[FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题
   
   ### Environment (环境信息)
   
   - Server Version: v0.11.x
   - Backend: RocksDB x nodes, HDD or SSD 
   - OS: xx CPUs, xx G RAM, Centos 7.x 
   - Data Size:  xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) -->
   
   
   ### Your Question (问题描述)
   
   将数据从mysql数据库导入,配置存储后端也是mysql情况下,
   在用load工具添加节点元信息时,出现找不到groovy类的错误,不知道是不是版本匹配问题,jdk使用的也是1.8,还是中文问题?
   
   
   添加节点执行的groovy语句:
   
schema.vertexLabel("car_model").usePrimaryKeyId().properties("car_model_id","车型配置","经销商报价","官方指导价","生产厂商","大中小等级","能源类型","上市时间","发动机参数","最大功率","发动机最大功率"···············,"大灯高度调节","大灯清洗功能","车内氛围灯","灯光特色功能","大灯延时关闭","前大灯雨雾模式","电动车窗1","电动车窗2","车窗一键升降","车窗防夹手功能","外后视镜功能1","外后视镜功能2","外后视镜功能3").primaryKeys("car_model_id").ifNotExist().create();
   
   属性共254个
   
   错误截图:
   
![image](https://user-images.githubusercontent.com/31767759/172287840-815904a9-4486-42c0-955c-23e25fbff21d.png)
   
   
   
   ### 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