Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-14983

DistCp diff option support for snapshot root descendant directories

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.0.0
    • None
    • None
    • None

    Description

      HDFS-12544 enables SnapshotDiff generation on any snapshot root descendant directory. Previous to this, all snapshot diff operations had to be based on snapshot root directory. DistCp already supports update diff option by which snapshot diff report between any given two snapshots can be used to identify the difference between source and target, and apply the diff to the target to make it in sync with source. But, the snapshot source and target paths need to be a snapshot root directory for the diff option to work.

      DistCp -update -diff <oldSnapshot> <newSnapshot> <source-snapshot-root-dir> <target-snapshot-root-dir>
      

      Better if DistCp can also support update diff option on any descendant directories under snapshot root, provided HDFS-12544 is enabled.

      Attachments

        Issue Links

          Activity

            People

              manojg Manoj Govindassamy
              manojg Manoj Govindassamy
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: