Skip to content

Instantly share code, notes, and snippets.

@Ch00k
Created January 20, 2014 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ch00k/8519581 to your computer and use it in GitHub Desktop.
Save Ch00k/8519581 to your computer and use it in GitHub Desktop.
ubuntu@ay-master-001:/opt/oozie/bin$ ps auxwww | grep oozie
hadoop 2772 1.4 4.5 2337476 185708 ? Sl Jan19 15:14 /usr/java/jdk1.7.0_25/bin/java -Djava.util.logging.config.file=/opt/oozie/oozie-server/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Xmx1024m -Dderby.stream.error.file=/opt/oozie/logs/derby.log -Doozie.home.dir=/opt/oozie -Doozie.config.dir=/opt/oozie/conf -Doozie.log.dir=/opt/oozie/logs -Doozie.data.dir=/opt/oozie/data -Doozie.config.file=oozie-site.xml -Doozie.log4j.file=oozie-log4j.properties -Doozie.log4j.reload=10 -Doozie.http.hostname=ay-master-001.novalocal -Doozie.admin.port=11001 -Doozie.http.port=11000 -Doozie.https.port=11443 -Doozie.base.url=http://ay-master-001.novalocal:11000/oozie -Doozie.https.keystore.file=/home/hadoop/.keystore -Doozie.https.keystore.pass=password -Djava.library.path= -Djava.endorsed.dirs=/opt/oozie/oozie-server/endorsed -classpath /opt/oozie/oozie-server/bin/bootstrap.jar -Dcatalina.base=/opt/oozie/oozie-server -Dcatalina.home=/opt/oozie/oozie-server -Djava.io.tmpdir=/opt/oozie/oozie-server/temp org.apache.catalina.startup.Bootstrap start
ubuntu 28221 0.0 0.0 8160 944 pts/0 S+ 13:07 0:00 grep --color=auto oozie
ubuntu@ay-master-001:/opt/oozie/bin$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment