-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improve] Update loader package shade plugin #562
Labels
Comments
liuxiaocs7
changed the title
[Improve] loader package shade
[Improve] loader package shade plugin
Dec 18, 2023
11 tasks
liuxiaocs7
changed the title
[Improve] loader package shade plugin
[Improve] Update loader package shade plugin
Jan 6, 2024
java.lang.NoSuchMethodError: okhttp3.Headers.iterator()Ljava/util/Iterator;
at org.apache.hugegraph.rest.RestHeaders.convertToRestHeaders(RestHeaders.java:47)
at org.apache.hugegraph.rest.RestResult.<init>(RestResult.java:42)
at org.apache.hugegraph.rest.AbstractRestClient.get(AbstractRestClient.java:358)
at org.apache.hugegraph.rest.AbstractRestClient.get(AbstractRestClient.java:339)
at org.apache.hugegraph.api.version.VersionAPI.get(VersionAPI.java:39)
at org.apache.hugegraph.driver.VersionManager.getApiVersion(VersionManager.java:43)
at org.apache.hugegraph.driver.HugeClient.checkServerApiVersion(HugeClient.java:113)
at org.apache.hugegraph.driver.HugeClient.initManagers(HugeClient.java:97)
at org.apache.hugegraph.driver.HugeClient.<init>(HugeClient.java:69)
at org.apache.hugegraph.driver.HugeClientBuilder.build(HugeClientBuilder.java:62)
at org.apache.hugegraph.loader.util.HugeClientHolder.create(HugeClientHolder.java:72)
at org.apache.hugegraph.loader.executor.LoadContext.<init>(LoadContext.java:71)
at org.apache.hugegraph.loader.spark.HugeGraphSparkLoader.initPartition(HugeGraphSparkLoader.java:200)
at org.apache.hugegraph.loader.spark.HugeGraphSparkLoader.lambda$null$18e75a97$1(HugeGraphSparkLoader.java:156)
at org.apache.spark.sql.Dataset.$anonfun$foreachPartition$2(Dataset.scala:2923)
at org.apache.spark.sql.Dataset.$anonfun$foreachPartition$2$adapted(Dataset.scala:2923)
at org.apache.spark.rdd.RDD.$anonfun$foreachPartition$2(RDD.scala:1020)
at org.apache.spark.rdd.RDD.$anonfun$foreachPartition$2$adapted(RDD.scala:1020)
at org.apache.spark.SparkContext.$anonfun$runJob$5(SparkContext.scala:2254)
at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90)
at org.apache.spark.scheduler.Task.run(Task.scala:131)
at org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$3(Executor.scala:506)
at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1491)
at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:509)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
Feature Description (功能描述)
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: