Ignore:
Timestamp:
2013-08-09T13:26:02+12:00 (11 years ago)
Author:
jmt12
Message:

Forgot to add processing comment before call to hadoop_import.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/parallel-building/trunk/src/bin/script/replication_tests.pl

    r28013 r28017  
    110110  # 6. Now call hadoop_import.pl but pass in some extra options to control
    111111  # where logs get written
     112  print STDOUT "   - ingest using Hadoop\n";
    112113  my $import_cmd = 'time -p hadoop_import.pl "' . $collection . '" -logdir "' . $test_dir . '/' . $timestamp . '" 2>&1';
    113114  print STDOUT '[DEBUG] command: |' . $import_cmd . "|\n" unless !$debug;
Note: See TracChangeset for help on using the changeset viewer.