Changeset 27686 for gs2-extensions/parallel-building
- Timestamp:
- 21.06.2013 12:25:32 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
gs2-extensions/parallel-building/trunk/src/bin/script/hadoop_import.pl
r27654 r27686 39 39 40 40 # 1. Read and validate parameters 41 print 'Options: ' . join(' ', @ARGV) . "\n"; 41 42 if (defined $ARGV[0] && $ARGV[0] =~ /^[a-z0-9]+$/i) 42 43 { 43 44 $collection = $ARGV[0]; 45 print ' collection: ' . $collection . "\n"; 44 46 } 45 47 else