GitHub user wangzhewwzz added a comment to the discussion: 关于电网拓扑数据导入
(base) PS C:\Users\GH-76\hugegraph-1.7.0> docker exec -it hugegraph-loader bin/hugegraph-loader.sh -g hugegraph -f /loader/power_data/struct_1.json -s /loader/power_data/schema_1.groovy -h server -p 8080 SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/loader/lib/log4j-slf4j-impl-2.18.0.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/loader/lib/apache-hugegraph-loader-incubating-1.7.0-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/loader/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. ERROR StatusLogger Reconfiguration failed: No configuration found for 'Default' at 'null' in 'null' WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/loader/lib/apache-hugegraph-loader-incubating-1.7.0-shaded.jar) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release >> HugeGraphLoader worked in NORMAL MODE vertices/edges loaded this time : 81/642 -------------------------------------------------- count metrics input read success : 188 input read failure : 0 vertex parse success : 81 vertex parse failure : 0 vertex insert success : 81 vertex insert failure : 0 edge parse success : 642 edge parse failure : 0 edge insert success : 642 edge insert failure : 0 -------------------------------------------------- meter metrics &nb sp; total time : 0.324s read time : 0.127s &nbs p; load time : 0.197s vertex load time : 0.122s vertex load rate(vertices/s) : 663 edge load time : 0.075s edge load rate(edges/s) : 8560 (base) PS C:\Users\GH-76\hugegraph-1.7.0> curl "http://localhost:8080/graphs/hugegraph/graph/vertices" StatusCode : 200 StatusDescription : OK Content : {"vertices":[{"id":"7:BDZ-3002","label":"Substation","type":"vertex","properties":{"id":"BDZ-3002","name":"110kV变电站","objectType":"Substatio n","objectHandle":"319E","deviceType":"110kV变电站","internalEn... RawContent : HTTP/1.1 200 OK Content-Encoding: gzip Content-Length: 1787 Content-Type: application/json;charset=UTF-8 {"vertices":[{"id":"7:BDZ-3002","label":"Substation","type":"vertex","properties":{"id":"... Forms : {} Headers : {[Content-Encoding, gzip], [Content-Length, 1787], [Content-Type, application/json;charset=UTF-8]} Images : {} InputFields : {} Links : {} ParsedHtml : mshtml.HTMLDocumentClass RawContentLength : 26666 数据导入了 但是好像连接关系有点没有,然后就是这个邮箱咨询有次数限制 原始邮件 发件人:dosubot[bot] ***@***.***> 发件时间:2025年12月8日 17:01 收件人:apache/incubator-hugegraph ***@***.***> 抄送:wangzhewwzz ***@***.***>, Mention ***@***.***> 主题:Re: [apache/incubator-hugegraph] 关于电网拓扑数据导入 (Discussion #2917) You've reached the anonymous usage limit of 10 interactions per month. Your usage will reset on 2026-01-01. If you'd like to use Dosu before then, please register to increase your limit to 100 interactions per month for free. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned. GitHub link: https://github.com/apache/incubator-hugegraph/discussions/2917#discussioncomment-15193788 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
