java.lang.Object
fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload.DataFileDistCp

public class DataFileDistCp extends Object
This class allow to copy and transform data in a distributed manner.
Since:
1.0
Author:
Laurent Jourdren
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    This inner class define the mapper class for DataSourceDistCp map-reduce job.
  • Constructor Summary

    Constructors
    Constructor
    Description
    DataFileDistCp(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path jobPath)
    Public constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Copy files.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DataFileDistCp

      public DataFileDistCp(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path jobPath)
      Public constructor.
      Parameters:
      conf - Configuration object
      jobPath - the path where create job temporary file
  • Method Details