Create a virtual environment using conda
$ conda create -n [your_env_name] python=3.x anaconda
$ conda activate [your_env_name]
Install Rodeo IDE by following instructions here https://goo.gl/aTx5cZ
From the terminal, run /opt/Rodeo/rodeo
If the Rodeo IDE can not be opened, fix the errors using the following commands
$sudo chown -R user:group ~/core
$sudo chown -R user:group ~/rodeo.log
To know which user belonging to which group
$id -Gn "user"
Build ElasticSearch index using Spark