Changeset 27732 for gs2-extensions


Ignore:
Timestamp:
2013-07-02T14:35:42+12:00 (11 years ago)
Author:
jmt12
Message:

Nice the copy itself too

File:
1 edited

Legend:

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

    r27686 r27732  
    418418
    419419# - generate data locality report...
    420 &shellCommand('parse_task_info_from_hadoop_log.pl "' . $gs_results_dir . '"');
     420if (!$use_nfs && !$use_thrift)
     421{
     422  &shellCommand('parse_task_info_from_hadoop_log.pl "' . $gs_results_dir . '"');
     423}
    421424
    422425# - hadoop report...
     
    522525        if ($use_nfs)
    523526        {
    524           &shellCommand('cp "' . $src_path . '" "' . $hdfs_path . '"');
     527          &shellCommand('nice -n 5 cp "' . $src_path . '" "' . $hdfs_path . '"');
    525528        }
    526529        else
Note: See TracChangeset for help on using the changeset viewer.