source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/gslis-cluster/SCRIPTS/CHECK-EF-HDFS.sh@ 31128

Last change on this file since 31128 was 31128, checked in by davidb, 7 years ago

Some scripts to help with pushing and monitoring the progress of the put into the HDFS file area

  • Property svn:executable set to *
File size: 92 bytes
Line 
1#!/bin/bash
2
3for f in gc0 gc1 gc2 gc3 ; do
4 echo "*** $f";
5 ssh $f jps;
6 echo ;
7done
Note: See TracBrowser for help on using the repository browser.