Spark Query Editor in Hue

Spark Query Editor in Hue is missing for me. Do you support Eclipse IDE or Do you have any other editor to work with Scala programming?

Thanks
Sampath

Can somebody answer soon plz

Hi Sampath,

Yes, spark query editor is not yet available. Here are few thing that you can use:

  1. Write code in vi or emacs using the web console or ssh
  2. Write your code on your desktop using eclipse and then using scp/rsync/git transfer the code to lab (See here)
  3. Use jupyter with command jupyter-start-2.2.0 (See here)