Hydrospheredata / mist

Serverless proxy for Spark cluster
http://hydrosphere.io/mist/
Apache License 2.0
326 stars 68 forks source link

How to build mist from IntellJ Idea? #392

Closed llliuwg closed 6 years ago

llliuwg commented 6 years ago

Wondering how to build mist from IntellJ Idea? I tried with -DsparkVersion=2.1.0 in sbt VM settings from IntellJ Idea, but could not build. From command line, it builds perfectly fine, thanks for the good documentation.

dos65 commented 6 years ago

If you want to build a complete distributive, you could use the same commands (docker, packageTar) inside sbt-shell. For testing purposes, I recommend using sbt mistRun from command line - sbt-shell doen't properly handle Ctrl-C. Feel free to ask questions in gitter