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

RunJar should provide more diags when it can't create a temp file

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.22.0
    • 0.23.1
    • util
    • None
    • Reviewed

    Description

      When you see a stack trace about permissions, it is better if the trace included the file/directory at fault:

      Exception in thread "main" java.io.IOException: Permission denied
      	at java.io.UnixFileSystem.createFileExclusively(Native Method)
      	at java.io.File.checkAndCreate(File.java:1704)
      	at java.io.File.createTempFile(File.java:1792)
      	at org.apache.hadoop.util.RunJar.main(RunJar.java:147)
      

      As it is, you need to go into the code, discover that it's ${hadoop.tmp.dir}/hadoop-unjar, but you need to know the value of hadoop.tmp.dir to really find out what the problem is.

      Attachments

        1. hadoop-6614.patch
          1 kB
          Jonathan Hsieh
        2. hadoop-6614.patch
          1 kB
          Eli Collins
        3. hadoop-6614.patch
          2 kB
          Eli Collins
        4. hadoop-6614.patch
          1 kB
          Eli Collins

        Issue Links

          Activity

            People

              jmhsieh Jonathan Hsieh
              stevel@apache.org Steve Loughran
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: