Skip to content
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

Closed
3 tasks done
liuxiaocs7 opened this issue Dec 18, 2023 · 1 comment · Fixed by #566
Closed
3 tasks done

[Improve] Update loader package shade plugin #562

liuxiaocs7 opened this issue Dec 18, 2023 · 1 comment · Fixed by #566
Labels

Comments

@liuxiaocs7
Copy link
Member

liuxiaocs7 commented Dec 18, 2023

Search before asking

  • I had searched in the feature and found no similar feature requirement.

Feature Description (功能描述)

img_v3_0265_930f7666-0731-4b83-b4c5-cda67a725deg

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@liuxiaocs7 liuxiaocs7 changed the title [Improve] loader package shade [Improve] loader package shade plugin Dec 18, 2023
@liuxiaocs7 liuxiaocs7 changed the title [Improve] loader package shade plugin [Improve] Update loader package shade plugin Jan 6, 2024
@liuxiaocs7
Copy link
Member Author

liuxiaocs7 commented 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
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant