Changeset 27732
- Timestamp:
- 2013-07-02T14:35:42+12:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gs2-extensions/parallel-building/trunk/src/bin/script/hadoop_import.pl
r27686 r27732 418 418 419 419 # - generate data locality report... 420 &shellCommand('parse_task_info_from_hadoop_log.pl "' . $gs_results_dir . '"'); 420 if (!$use_nfs && !$use_thrift) 421 { 422 &shellCommand('parse_task_info_from_hadoop_log.pl "' . $gs_results_dir . '"'); 423 } 421 424 422 425 # - hadoop report... … … 522 525 if ($use_nfs) 523 526 { 524 &shellCommand(' cp "' . $src_path . '" "' . $hdfs_path . '"');527 &shellCommand('nice -n 5 cp "' . $src_path . '" "' . $hdfs_path . '"'); 525 528 } 526 529 else
Note:
See TracChangeset
for help on using the changeset viewer.