oap-project / raydp

RayDP provides simple APIs for running Spark on Ray and integrating Spark with AI libraries.
Apache License 2.0
293 stars 66 forks source link

How to develop in intellij? #405

Open akashd11 opened 1 month ago

akashd11 commented 1 month ago

OS: OSX JAVA version: 8 SPARK version: 3.3.1 Hi team, I have been trying to setup raydp code base in intellij. I was able to build the repo, but all the test cases seem to fail. Also I had to copy all the built jars to python/raydp, is it the right way to setup? There doesn't seem to be a good "how to contribute section" in the docs. Can someone please share their dev setup steps?