Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-1322

TestStreamingAsDifferentUser fails on trunk

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.22.0
    • 0.21.0
    • contrib/streaming, test
    • None
    • Reviewed

    Description

      TestStreamingAsDifferentUser fails on trunk with following exception :

      Can not create a Path from a null string
      java.lang.IllegalArgumentException: Can not create a Path from a null string
      at org.apache.hadoop.fs.Path.checkPathArg(Path.java:78)
      at org.apache.hadoop.fs.Path.<init>(Path.java:90)
      at org.apache.hadoop.mapred.ClusterWithLinuxTaskController.createHomeAndStagingDirectory(ClusterWithLinuxTaskController.java:158)
      at org.apache.hadoop.mapred.ClusterWithLinuxTaskController.startCluster(ClusterWithLinuxTaskController.java:147)
      at org.apache.hadoop.streaming.TestStreamingAsDifferentUser.testStreaming(TestStreamingAsDifferentUser.java:49)

      The corresponding line for the exception :

          Path stagingArea = new Path(conf.get(JTConfig.JT_STAGING_AREA_ROOT));
      

      Attachments

        1. 1322-1.patch
          3 kB
          Amareshwari Sriramadasu
        2. 1322.patch
          3 kB
          Devaraj Das

        Issue Links

          Activity

            People

              ddas Devaraj Das
              amareshwari Amareshwari Sriramadasu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: