Re: Intellij IDEA 14 env setup; NoClassDefFoundError when run examples

2015-02-01 Thread Yafeng Guo
Finally it works. @Sean, I'm trying to setup env in IDE so I can track into to Spark -- that will help me understand Spark internal mechanism. @Ted, thanks. I'm using Maven, not SBT, but thanks for the suggestion anyway. For others who might interested in: I choose bigtop-dist profile so under

Re: Intellij IDEA 14 env setup; NoClassDefFoundError when run examples

2015-02-01 Thread Sean Owen
How do you mean you run LogQuery? you would run these using the run-example script rather than in IntelliJ. On Sun, Feb 1, 2015 at 4:01 AM, Yafeng Guo daniel.yafeng@gmail.com wrote: Hi, I'm setting up a dev environment with Intellij IDEA 14. I selected profile scala-2.10, maven-3, hadoop

Intellij IDEA 14 env setup; NoClassDefFoundError when run examples

2015-01-31 Thread Yafeng Guo
Hi, I'm setting up a dev environment with Intellij IDEA 14. I selected profile scala-2.10, maven-3, hadoop 2.4, hive, hive 0.13.1. The compilation passed. But when I try to run LogQuery in examples, I met below issue: Connected to the target VM, address: '127.0.0.1:37182', transport: 'socket'

Re: Intellij IDEA 14 env setup; NoClassDefFoundError when run examples

2015-01-31 Thread Ted Yu
Have you read / followed this ? https://cwiki.apache.org/confluence/display/SPARK /Useful+Developer+Tools#UsefulDeveloperTools-BuildingSparkinIntelliJIDEA Cheers On Sat, Jan 31, 2015 at 8:01 PM, Yafeng Guo daniel.yafeng@gmail.com wrote: Hi, I'm setting up a dev environment with Intellij