Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeEmacs
titlePrint out all ETL cron-jobsRestart WebServer
sudo -u analytics crontab -l/home/unix/analytics/TigerETL3/restartWeb.sh


Code Block
languagebash
themeEmacs
titlePrint out specific Spark cron-jobjobs
sudo -u analytics crontab -l | grep PoolingCalculatorspark


Code Block
languagebash
themeEmacs
titlePrint out Spark all ETL cron-jobs
sudo -u analytics crontab -l | grep spark


Code Block
languagebash
themeEmacs
titleEdit cronjobPrint out specific cron-job
sudo -u analytics EDITOR=nano crontab -el | grep PoolingCalculator



Code Block
languagebash
themeEmacs
titleRestart SparkEdit cronjob
sudo -u analytics /local/spark/restartSpark.sh EDITOR=nano crontab -e


Code Block
languagebash
themeEmacs
titleRestart WebServerSpark
sudo -u analytics /homelocal/unix/analytics/TigerETL3/restartWebspark/restartSpark.sh



Code Block
languagebash
themeEmacs
titleRun EtlShell
/home/unix/analytics/TigerETL3/runEtlShell.sh

...