Re: Intro to using IntelliJ to debug SPARK-1.1 Apps with mvn/sbt (for beginners)

2014-11-19 Thread Chester At Work
e, with > some possible mistakes that may fail the compilation). > > Cheers, > Yiming > > -邮件原件- > 发件人: Chester @work [mailto:ches...@alpinenow.com] > 发送时间: 2014年11月19日 13:00 > 收件人: Chen He > 抄送: sdi...@gmail.com; dev@spark.apache.org > 主题: Re: Intro to usin

re: Intro to using IntelliJ to debug SPARK-1.1 Apps with mvn/sbt (for beginners)

2014-11-18 Thread Yiming (John) Zhang
che.org 主题: Re: Intro to using IntelliJ to debug SPARK-1.1 Apps with mvn/sbt (for beginners) For sbt You can simplify run sbt/sbt gen-idea To generate the IntelliJ idea project module for you. You can the just open the generated project, which includes all the needed dependencies Sent from my iP

Re: Intro to using IntelliJ to debug SPARK-1.1 Apps with mvn/sbt (for beginners)

2014-11-18 Thread Chester @work
For sbt You can simplify run sbt/sbt gen-idea To generate the IntelliJ idea project module for you. You can the just open the generated project, which includes all the needed dependencies Sent from my iPhone > On Nov 18, 2014, at 8:26 PM, Chen He wrote: > > Thank you Yiming. It is helpful.

Re: Intro to using IntelliJ to debug SPARK-1.1 Apps with mvn/sbt (for beginners)

2014-11-18 Thread Chen He
Thank you Yiming. It is helpful. Regards! Chen On Tue, Nov 18, 2014 at 8:00 PM, Yiming (John) Zhang wrote: > Hi, > > > > I noticed it is hard to find a thorough introduction to using IntelliJ to > debug SPARK-1.1 Apps with mvn/sbt, which is not straightforward for > beginners. So I spent sever

Intro to using IntelliJ to debug SPARK-1.1 Apps with mvn/sbt (for beginners)

2014-11-18 Thread Yiming (John) Zhang
Hi, I noticed it is hard to find a thorough introduction to using IntelliJ to debug SPARK-1.1 Apps with mvn/sbt, which is not straightforward for beginners. So I spent several days to figure it out and hope that it would be helpful for beginners like me and that professionals can help me improv