Versions Compared

Key

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

...

  • Master: ec2-174-129-184-35.compute-1.amazonaws.com
  • Logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/
  • Paths:
    • Profile properties files: /etcusr/local/hiveptest/etc/public/
    • Logs: /data/hive-ptest/logs/
    • Working Directory: /data/hive-ptest/working/ (where libs, source, etc are stored)
    • Scripts: /homeusr/local/hiveptest/bin/
  • Relevant JIRAS: HIVE-4675 and HIVE-4739

...

How do I stop, start, restart, or fetch the latest code on the master?

No Format
$ sudo /usr/homelocal/hiveptest/bin/stop-server.sh 
$ sudo /usr/homelocal/hiveptest/bin/start-server.sh 
$ sudo /homeusr/local/hiveptest/bin/restart-server.sh 
$ sudo /homeusr/local/hiveptest/bin/update.sh 

/usr/local/hiveptest/bin/update.sh

Details

The ptest2 webservice runs on ec2-174-129-184-35.compute-1.amazonaws.com and builds are executed from there. When a build runs on apache jenkins it makes a webservice call to the master and then tails the log file of the test in progress. Committers can be granted access to this host by request, see HIVE-4739.

...