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

Misleading method name in DistCpOptions

    XMLWordPrintableJSON

Details

    Description

      Currently method in DistCpOptions withCRC was used as the following
      ```
      withCRC(true) means check without crc
      withCRC(false) means check with crc
      ```

      which mislead the developer when we pass the paramter, we can rename the method to clear that.after that it should be:
      ```
      withSkipCRC(true) means check without crc
      withSkipCRC(false) means check with crc
      ```

      so it will be more understandable.

       

       

      Attachments

        Issue Links

          Activity

            People

              philipse guophilipse
              philipse guophilipse
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 2.5h
                  2.5h