liuxiaocs7 commented on issue #464:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/issues/464#issuecomment-1655188423

   > @liuxiaocs7 hello, the conflict I'm trying to resolve is exactly what you 
described !!! after the shaded jar is successfully packaged, you can run 
bin/hugegraph-spark-loader.sh to test it. as for how to run in IDE? I 
understand that since we set spark dependency to provided, we can't run in the 
IDE. Before shade, we can run temporary tests in IDE by modifying the scope 
that spark depends on, but now I think it is not possible.If we change the 
scope of spark dependency, we need to adjust the shade strategy to match 
whether spark dependency is external or existing in the project。
   
   Thank you for your detailed explanation. I will try it based on your PR. As 
for the dependency whose scope is provide, you can check this option in IDEA.
   
   
![image](https://github.com/apache/incubator-hugegraph-toolchain/assets/42756849/be27484f-139e-4412-86d1-3146f82ed2b4)
   
   > but now I think it is not possible.If we change the scope of spark 
dependency, we need to adjust the shade strategy to match whether spark 
dependency is external or existing in the project
   
   Yeap, they cannot coexist in IDEA
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to