Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 7 Next »


Print out all ETL cron-jobs
sudo -u analytics crontab -l
Lookup specific cron-job
sudo -u analytics crontab -l | grep PoolingCalculator
Edit cronjob
sudo -u analytics EDITOR=nano crontab -e
Restart Spark
sudo -u analytics /local/spark/restartSpark.sh
Check overall health/load on the server
htop




Resume WebServer screen
sudo -u analytics screen -r WebServer
  • IF There is no screen to be resumed matching WebServer THEN start a new screen
    sudo -u analytics screen -S WebServer
  • IF successfuly entered the WebServer screen THEN kill the web-server
    Enter Ctrl-C
Run the web-server
/home/unix/analytics/TigerETL3/runWeb.sh



  • No labels