Re: Need help to setup eclipse environment

2016-10-05 Thread Luciano Resende
Yes and yes. On Wednesday, October 5, 2016, Md. Mahedi Kaysar wrote: > Should I import it as a maven project? Should I import all the > sub-projects together? > > On Wed, Oct 5, 2016 at 10:14 AM, Marco Mistroni > wrote: > >> Hi >> Havent tried myself but spark is a mvn project. Have u tried to

Re: Need help to setup eclipse environment

2016-10-05 Thread Md. Mahedi Kaysar
Should I import it as a maven project? Should I import all the sub-projects together? On Wed, Oct 5, 2016 at 10:14 AM, Marco Mistroni wrote: > Hi > Havent tried myself but spark is a mvn project. Have u tried to get > sources and run mvn eclipse:eclipse? > Hth > > On 5 Oct 2016 9:54 am, "Md. Mah

Re: Need help to setup eclipse environment

2016-10-05 Thread Luciano Resende
I believe that vanilla Eclipse still does not have support for Scala, so you might need to use the Scala IDE or add some Scala plugins to your Eclipse. I personally switched from Eclipse to IntelliJ because of the native support for Scala. On Wed, Oct 5, 2016 at 2:18 AM, Md. Mahedi Kaysar < md.mah

Re: Need help to setup eclipse environment

2016-10-05 Thread Luciano Resende
There is some info related to configuring Eclipse in the following wiki page https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-Eclipse On Wed, Oct 5, 2016 at 1:54 AM, Md. Mahedi Kaysar < md.mahedi.kay...@gmail.com> wrote: > Hi all, > I am trying to impo

Re: Need help to setup eclipse environment

2016-10-05 Thread Md. Mahedi Kaysar
I was trying https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-IDESetup docs. But did not work. On Wed, Oct 5, 2016 at 10:14 AM, Marco Mistroni wrote: > Hi > Havent tried myself but spark is a mvn project. Have u tried to get > sources and run mvn ecli

Re: Need help to setup eclipse environment

2016-10-05 Thread Marco Mistroni
Hi Havent tried myself but spark is a mvn project. Have u tried to get sources and run mvn eclipse:eclipse? Hth On 5 Oct 2016 9:54 am, "Md. Mahedi Kaysar" wrote: > Hi all, > I am trying to import Apache Spark code base in eclipse. But it is showing > lots of error. I think I am importing in a wr