TDSS YARN Integration Guide
  • Introduction
  • Preqrequisites
  • TDSS Hadoop Artefacts setup
  • Important YARN entries in dss.properties
  • DB Entries
  • Update the api war file
Powered by GitBook
On this page

Update the api war file

  • Shutdown apache:

    • cd /tdssapp/exec/apache/

    • ./bin/apachectl -k stop

  • Shutdown tomcat

    • cd /tdssapp/tomcat/

    • ./bin/shutdown.sh

  • Upload the new war file and copy it to /tdssapp/tomcat/webapps/ROOT.war

  • If Check /tdssapp/tomcat/webapps if it has a directory named ROOT, remove it

  • Restart tomcat

    • /tdssapp/tomcat/

    • ./bin/startup.sh

  • To check logs

    • cd /tdssapp/tomcat

    • tail -100f logs/catalina.out

  • Restart apacje

    • cd /tdssapp/exec/apache/

    • ./bin/apachectl -k start

PreviousDB Entries

Last updated 7 years ago