Changeset 30936 for other-projects


Ignore:
Timestamp:
2016-10-26T11:11:45+13:00 (7 years ago)
Author:
davidb
Message:

Refinement of Spark Monitor echo statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/hathitrust/solr-extracted-features/trunk/_RUN.bash

    r30935 r30936  
    6868echo "*   $cmd"
    6969echo "****"
    70 echo "* Monitor progress through:"
    71 echo "*   http://10.10.0.52:8080/"
    72 echo "****"
     70if [ "$run_jps" = "1" ] ; then
     71  echo "* Monitor progress on Spark cluster through:"
     72  echo "*   http://10.10.0.52:8080/"
     73  echo "****"
     74fi
    7375echo
    7476sleep 1
Note: See TracChangeset for help on using the changeset viewer.