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

class names in Configuration are not resolved if the configuration value has a white space

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • None
    • None
    • all

    Description

      If an entry in the configuration used for a class contains spaces or enters before or after the getClass and getClasses methods fail to resolve the class.

      For example:

          <property>
              <name>mapred.mapper.class&lt;/name>
              <value>
                com.foo.MyMapper
              </value>
          </property>
      

      Attachments

        1. HADOOP-4416.patch
          2 kB
          Abhijit Bagri
        2. HADOOP-4416-v2.patch
          5 kB
          Abhijit Bagri
        3. HADOOP-4416-v3.patch
          6 kB
          Abhijit Bagri
        4. HADOOP-4416-v4.patch
          6 kB
          Abhijit Bagri

        Issue Links

          Activity

            People

              abagri Abhijit Bagri
              tucu00 Alejandro Abdelnur
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: