For IDEA Users (Github)ΒΆ

  1. Create a git clone of the H2O repository. From Source Code (Github)
  2. Open IDEA.
  3. Click Import Project.
../_images/02ImportProject.png
  1. Choose the H2O directory and click OK.
../_images/03ChooseH2ODir.png
  1. Choose Import project from external model. Choose Eclipse. Click Next.
../_images/04ChooseEclipse.png
  1. ENABLE LINK CREATED INTELLIJ IDEA MODULES TO ECLIPSE PROJECT FILES (this is not selected by default). Click Next.
../_images/05ConfigureImport.png
  1. H2O should be selected by default. Keep it selected. If the “experiments” module is selected uncheck it. Click Next.
../_images/06H2OSelected.png
  1. SDK 1.6 or 1.7 should selected by default. If so click Finish. If you don’t have an SDK on your system you will need to install one first.
../_images/07SelectJavaSK.png
  1. (Import from Eclipse) If prompted for Python configuration stuff just click Cancel.
../_images/08CancelPython.png
  1. If prompted to Add Files to Git just click Cancel.
../_images/09CancelAddProjectFilesToGit.png
  1. In IntelliJ IDEA / Preferences (CMD-,) set the project bytecode version to 1.6:
../_images/11SetProjectBytecodeVersion.png
  1. Select a sample Java Application and right click on it. Choose Run.
../_images/12SelectJavaApplicationToRun.png
  1. In certain versions of IntelliJ you may need to set the Java heap size and re-run:
../_images/13SetJavaHeapSize.png
  1. See the output of a successful run.
../_images/14SuccessfulRunOutput.png
  1. You may connect to http://127.0.0.1:54321/ to use H2O interactively.