Re: Re: IntelliJ idea not work well with spark

2016-03-27 Thread Tenghuan He
zov" > *发送时间:*2016-03-28 07:46:03 (星期一) > *收件人:* "吴文超" > *抄送:* user > *主题:* Re: IntelliJ idea not work well with spark > > > Could you, pls share your code, so that I could try it. > > -- > Be well! > Jean Morozov > > On Sun, Mar 27, 2016 at 5:2

Re: Re: IntelliJ idea not work well with spark

2016-03-27 Thread 吴文超
truct the projec t? -原始邮件- 发件人:"Eugene Morozov" 发送时间:2016-03-28 07:46:03 (星期一) 收件人: "吴文超" 抄送: user 主题: Re: IntelliJ idea not work well with spark Could you, pls share your code, so that I could try it. -- Be well! Jean Morozov On Sun, Mar 27, 2016 at 5:20 PM, 吴文超

Re: IntelliJ idea not work well with spark

2016-03-27 Thread Eugene Morozov
Could you, pls share your code, so that I could try it. -- Be well! Jean Morozov On Sun, Mar 27, 2016 at 5:20 PM, 吴文超 wrote: > I am a newbie to spark, when I use IntelliJ idea to write some scala code, > i found it reports error when using spark's implicit conversion.e.g. whe > use the RDD as P

IntelliJ idea not work well with spark

2016-03-27 Thread 吴文超
I am a newbie to spark, when I use IntelliJ idea to write some scala code, i found it reports error when using spark's implicit conversion.e.g. whe use the RDD as Pair RDD to get reduceByKey function. However, the project can run normally in the cluster. As somebody says it needs import org.apac