Re: [Question] Can't start Spark Connect

2023-03-08 Thread Haejoon Lee
Additionally, try deleting the `.idea` in the spark home directory and restarting IntelliJ if it does not work properly after re-building during development. The .idea stores IntelliJ's project configuration and settings, and is automatically generated when IntelliJ is launched. >

Re: [Question] Can't start Spark Connect

2023-03-08 Thread yangjie01
: Herman van Hovell , Hyukjin Kwon , "dev@spark.apache.org" 主题: Re: [Question] Can't start Spark Connect It worked. Thank you for your guidance. Jia Fan mailto:fan...@apache.org>> 于2023年3月8日周三 22:38写道: Hi Herman, I just use ./build/mvn -DskipTests clean package, also had try

Re: [Question] Can't start Spark Connect

2023-03-08 Thread Lucifer Tyrant
It worked. Thank you for your guidance. Jia Fan 于2023年3月8日周三 22:38写道: > Hi Herman, > I just use ./build/mvn -DskipTests clean package, also had try to > use ./build/mvn -DskipTests clean install. > > Herman van Hovell 于2023年3月8日周三 21:17写道: > >> Hi Jia, >> >> How are you building connect?

Re: [Question] Can't start Spark Connect

2023-03-08 Thread Jia Fan
Hi Herman, I just use ./build/mvn -DskipTests clean package, also had try to use ./build/mvn -DskipTests clean install. Herman van Hovell 于2023年3月8日周三 21:17写道: > Hi Jia, > > How are you building connect? > > Kind regards, > Herman > > On Wed, Mar 8, 2023 at 8:48 AM Jia Fan wrote: > >>

Re: [Question] Can't start Spark Connect

2023-03-08 Thread Herman van Hovell
Hi Jia, How are you building connect? Kind regards, Herman On Wed, Mar 8, 2023 at 8:48 AM Jia Fan wrote: > Thanks for reply, > I had done clean build with maven few times. But always report > >

Re: [Question] Can't start Spark Connect

2023-03-08 Thread Jia Fan
Thanks for reply, I had done clean build with maven few times. But always report /Users/xxx/Code/spark/core/target/generated-sources/org/apache/spark/status/protobuf/StoreTypes.java:658:9 java: symbol not found Symbol: class UnusedPrivateParameter Location: class

Re: [Question] Can't start Spark Connect

2023-03-08 Thread Hyukjin Kwon
Just doing a clean build with Maven, and running a test case like `SparkConnectServiceSuite` in IntelliJ should work. On Wed, 8 Mar 2023 at 15:02, Jia Fan wrote: > Hi developers, >I want to contribute some code for Spark Connect. Any doc for starters? > I want to debug

[Question] Can't start Spark Connect

2023-03-07 Thread Jia Fan
Hi developers, I want to contribute some code for Spark Connect. Any doc for starters? I want to debug SimpleSparkConnectService but I can't start it with IDEA. I would appreciate any help. Thanks Jia Fan