Mukul Kumar Singh created HADOOP-15198:
------------------------------------------

             Summary: Correct the spelling in CopyFilter.java
                 Key: HADOOP-15198
                 URL: https://issues.apache.org/jira/browse/HADOOP-15198
             Project: Hadoop Common
          Issue Type: Bug
          Components: tools/distcp
            Reporter: Mukul Kumar Singh
            Assignee: Mukul Kumar Singh


configuration is misspelled as "configuratoin" in the javadoc for 
CopyFilter.java

{code}
  /**
   * Public factory method which returns the appropriate implementation of
   * CopyFilter.
   *
   * @param conf DistCp configuratoin
   * @return An instance of the appropriate CopyFilter
   */
  public static CopyFilter getCopyFilter(Configuration conf) {
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org

Reply via email to