Updating HELK after latest PR

keyword-vs-text-changes
Roberto Rodriguez 2018-01-10 23:48:49 -05:00
commit 6bc8585fd8
1 changed files with 8 additions and 1 deletions

View File

@ -50,6 +50,13 @@ ERROR=$?
if [ $ERROR -ne 0 ]; then
echoerror "Could not install openjdk-8-jre-headless (Error Code: $ERROR)."
fi
echo "[HELK-BASH-INSTALLATION-INFO] Installing curl.."
apt-get install -y curl >> $LOGFILE 2>&1
ERROR=$?
if [ $ERROR -ne 0 ]; then
echoerror "Could not install curl (Error Code: $ERROR)."
fi
# Elastic signs all of their packages with their own Elastic PGP signing key.
echo "[HELK-BASH-INSTALLATION-INFO] Downloading and installing (writing to a file) the public signing key to the host.."
@ -350,4 +357,4 @@ export PATH=$SPARK_HOME/bin:$PATH
# Adding Jupyter Notebook Integration
export PYSPARK_DRIVER_PYTHON=/usr/local/bin/jupyter
export PYSPARK_DRIVER_PYTHON_OPTS="notebook --NotebookApp.open_browser=False --NotebookApp.ip='*' --NotebookApp.port=8880 --allow-root"
export PYSPARK_PYTHON=/usr/bin/python
export PYSPARK_PYTHON=/usr/bin/python