Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-3441

Allow Pig to use default resources from Configuration objects

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.11.1
    • None
    • impl
    • None

    Description

      Pig currently ignores parameters from configuration files added statically to Configuration objects as Configuration.addDefaultResource(filename.xml).

      Consider the following scenario -
      In a hadoop FileSystem driver for a non-HDFS filesystem you load properties specific to that FileSystem in a static initializer block in the class that extends org.apache.hadoop.fs.Filesystem for your FileSystem like below -

      class MyFileSystem extends FileSystem {
      
              static {
      		Configuration.addDefaultResource("myfs-default.xml");
      		Configuration.addDefaultResource("myfs-site.xml");
      	}
      
      
      }
      

      Interfaces like the Hadoop CLI, Hive, Hadoop M/R can find configuration parameters defined in these configuration files as long as they are on the classpath.

      However, Pig cannot find parameters from these files, because it ignores configuration files added statically.

      Pig should allow users to specify if they would like pig to read parameters from resources loaded statically.

      Attachments

        1. PIG-3441-3.patch
          18 kB
          Daniel Dai
        2. PIG-3441-2.patch
          17 kB
          Daniel Dai
        3. PIG-3441.patch
          4 kB
          Bhooshan Mogal
        4. PIG-3441_1.patch
          4 kB
          Bhooshan Mogal

        Activity

          People

            daijy Daniel Dai
            bhooshan Bhooshan Mogal
            Votes:
            2 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated: