Hi, right, maven integration in eclipse works, or you can also use old-school way (with some optimization flags to save time) of generating eclipse projects:
mvn eclipse:eclipse -Dcheckstyle.skip=true -Drat.skip=true -Denforcer.skip=true -DskipTests -Pr -pl \!zeppelin-web and then just "Import existing projects" from IDE. -- Alex On Wed, May 4, 2016 at 1:34 PM, Paul Bustios Belizario <pbust...@gmail.com> wrote: > Hello Vijay, > > I use Eclipse and works well. > I import the project with the option: File > Import > Maven > Existing > Maven projects. > > Regards, > Paul > > On Tue, May 3, 2016 at 2:44 AM Vijay Srinivasaraghavan < > vijikar...@yahoo.com> wrote: > >> I think the compile error occurs only if we select "Search for projects >> recursively" option in the "Import Project" screen (IntelliJ). >> >> Regards >> Vijay >> >> >> On Monday, May 2, 2016 9:19 PM, anish singh <anish18...@gmail.com> wrote: >> >> >> Hello Vijay, >> >> You are free to use the IDE of your choice to build/develop zeppelin, as >> mentioned on the contributions guide page [0]. >> >> [0]. >> https://github.com/apache/incubator-zeppelin/blob/master/CONTRIBUTING.md >> >> Thanks, >> Anish. >> >> On Tue, May 3, 2016 at 9:42 AM, Vijay Srinivasaraghavan < >> vijikar...@yahoo.com> wrote: >> >> Hello, >> >> >> >> What is the supported IDE to develop/build Zeppelin? >> >> I have tried IntelliJ (on Windows) but I am seeing lot of compile errors >> though the maven projects are imported properly. >> >> I am able to build the project on the command line using "mvn" build >> flags. >> >> Regards >> Vijay >> >> >> >> >>