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 19 Next »


Print out all ETL cron-jobs
sudo -u analytics crontab -l
Print out specific cron-job
sudo -u analytics crontab -l | grep PoolingCalculator
Print out Spark cron-jobs
sudo -u analytics crontab -l | grep spark
Edit cronjob
sudo -u analytics EDITOR=nano crontab -e
Restart Spark
sudo -u analytics /local/spark/restartSpark.sh
Restart WebServer
sudo -u analytics /home/unix/analytics/TigerETL3/restartWeb.sh


Run EtlShell
/home/unix/analytics/TigerETL3/runEtlShell.sh
Check overall health/load on the server
htop




  • No labels