Hi, most Flink developers use IntelliJ so it is probably easier for them to help you with problems if you use IntelliJ. Also, IntelliJ is easier to setup and works better for Flink because of mixed Java/Scala code.
Cheers, Aljoscha On Mon, 6 Jul 2015 at 03:39 Chenliang (Liang, DataSight) < chenliang...@huawei.com> wrote: > Thanks for your timely response. > > > > As per the link : https://flink.apache.org/how-to-contribute.html > > I going to this step, but could not finish <<Expand “Maven” node”,select > “Existing Maven projects”,and click “next” buttion>>. May I didn’t install > maven plugin correctly. > > > > BTW, one query: Eclipse or IntelliJ, prefer to select which one? > > > > Once I finish it. I plan to output one WYSWYG document for building Flink > development environment with Chinese. > > > > *Eclipse 4.x*: > > - scala-ide: http://download.scala-ide.org/sdk/e38/scala210/stable/site > - m2eclipse-scala: http://alchim31.free.fr/m2e-scala/update-site > - build-helper-maven-plugin: > > https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.15.0/N/0.15.0.201206251206/ > > *Eclipse 3.7*: > > - scala-ide: http://download.scala-ide.org/sdk/e37/scala210/stable/site > - m2eclipse-scala: http://alchim31.free.fr/m2e-scala/update-site > - build-helper-maven-plugin: > > https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.14.0/N/0.14.0.201109282148/ > > When you don’t have the plugins your project will have build errors, you > can just close the scala projects and ignore them. > > Import the Flink source code using Maven’s Import tool: > > - Select “Import” from the “File”-menu. > - Expand “Maven” node, select “Existing Maven Projects”, and click > “next” button > - Select the root directory by clicking on the “Browse” button and > navigate to the top folder of the cloned Flink git repository. > - Ensure that all projects are selected and click the “Finish” button. > > > > > > *发件人:* ewenstep...@gmail.com [mailto:ewenstep...@gmail.com] *代表 *Stephan > Ewen > *发送时间:* 2015年7月3日 17:26 > *收件人:* user@flink.apache.org > *主题:* Re: In windows8 + VitualBox, how to build Flink development > environment? > > > > Let us know if you run into setup problems... > > > > On Fri, Jul 3, 2015 at 11:25 AM, Stephan Ewen <se...@apache.org> wrote: > > Hi! > > > > With Windows 8 + VirtualBox, I would run a Linux VM. I run Ubuntu in > VirtualBox on Windows 7 myself. > > > > In the Linux environment, make sure you have git, Java 7+ and Maven, see > also here: > https://github.com/apache/flink/blob/master/README.md#building-apache-flink-from-source > > > > For development, I recommend IntelliJ: > https://github.com/apache/flink/blob/master/docs/internals/ide_setup.md#intellij-idea > > > > Greetings, > Stephan > > > > > > On Fri, Jul 3, 2015 at 11:16 AM, Chenliang (Liang, DataSight) < > chenliang...@huawei.com> wrote: > > Dear > > > > In windows8 + VitualBox, how to build Flink development environment? > > > > >