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

streaming jobs fail after HADOOP-2227

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.15.2
    • 0.15.3
    • None
    • None

    Description

      HADOOP-2227 changes jobCacheDir. In streaming, jobCacheDir was constructed like this

      File jobCacheDir = new File(currentDir.getParentFile().getParent(), "work");
      

      We should change this to get it working. Referring to the changes made in HADOOP-2227, I see that the APIs used in there to construct the path are not public. And hard coding the path in streaming does not look good. thought?

      Attachments

        1. HADOOP-2570_1_20080112.patch
          3 kB
          Arun Murthy
        2. patch-2570.txt
          1 kB
          Amareshwari Sriramadasu

        Issue Links

          Activity

            People

              amareshwari Amareshwari Sriramadasu
              lohit Lohit Vijaya Renu
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: