Configuring Eclipse with Sparkling Water

86 Views Asked by At

My objective is to use Eclipse for coding Sparkling Water on Mac.

I have been able to install Java, Scala, Spark 2.2 with Brew install, Sparkling water as binaries and have been actively coding on Jupyter notebook. I have also been able to successfully install Eclipse, PyDev and configure it with Anaconda's Python interpreter.

What I have not been able to do is to configure Eclipse for either Spark or Sparkling water. The issue is two fold:

  1. Brew install does not have .zip or .egg file that can be used as Python interpreter.
  2. Brew does not create env variables in /Users//bash_profile folder. I suppose this can be solved by manually adding the env variable.

I am following directions from https://enahwe.wordpress.com/2015/11/25/how-to-configure-eclipse-for-developing-with-python-and-spark-on-hadoop/

Can someone please provide directions for configuring eclipse with brew installs?

0

There are 0 best solutions below