[jira] [Updated] (HDFS-442) dfsthroughput in test.jar throws NPE

2012-01-23 Thread Harsh J (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HDFS-442:
-

  Resolution: Fixed
   Fix Version/s: 0.23.1
Target Version/s:   (was: 0.23.1, 0.24.0)
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Thanks for the reviews Hitesh and Mahadev! :)

Committed to trunk and branch-0.23.

> dfsthroughput in test.jar throws NPE
> 
>
> Key: HDFS-442
> URL: https://issues.apache.org/jira/browse/HDFS-442
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.20.1
>Reporter: Ramya Sunil
>Assignee: Harsh J
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: HDFS-442.patch
>
>
> On running hadoop jar hadoop-test.jar dfsthroughput OR hadoop 
> org.apache.hadoop.hdfs.BenchmarkThroughput, we get NullPointerException. 
> Below is the stacktrace:
> {noformat}
> Exception in thread "main" java.lang.NullPointerException
> at java.util.Hashtable.put(Hashtable.java:394)
> at java.util.Properties.setProperty(Properties.java:143)
> at java.lang.System.setProperty(System.java:731)
> at 
> org.apache.hadoop.hdfs.BenchmarkThroughput.run(BenchmarkThroughput.java:198)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> at 
> org.apache.hadoop.hdfs.BenchmarkThroughput.main(BenchmarkThroughput.java:229)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HDFS-442) dfsthroughput in test.jar throws NPE

2011-12-18 Thread Harsh J (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HDFS-442:
-

Target Version/s: 0.24.0, 0.23.1
   Fix Version/s: (was: 0.24.0)

Can someone take a look at the trivial patch and review it? Ramya?

It should do good for 0.23 as well.

> dfsthroughput in test.jar throws NPE
> 
>
> Key: HDFS-442
> URL: https://issues.apache.org/jira/browse/HDFS-442
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.20.1
>Reporter: Ramya Sunil
>Assignee: Harsh J
>Priority: Minor
> Attachments: HDFS-442.patch
>
>
> On running hadoop jar hadoop-test.jar dfsthroughput OR hadoop 
> org.apache.hadoop.hdfs.BenchmarkThroughput, we get NullPointerException. 
> Below is the stacktrace:
> {noformat}
> Exception in thread "main" java.lang.NullPointerException
> at java.util.Hashtable.put(Hashtable.java:394)
> at java.util.Properties.setProperty(Properties.java:143)
> at java.lang.System.setProperty(System.java:731)
> at 
> org.apache.hadoop.hdfs.BenchmarkThroughput.run(BenchmarkThroughput.java:198)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> at 
> org.apache.hadoop.hdfs.BenchmarkThroughput.main(BenchmarkThroughput.java:229)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HDFS-442) dfsthroughput in test.jar throws NPE

2011-11-19 Thread Harsh J (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HDFS-442:
-

Attachment: HDFS-442.patch

Patch that uses Greg's way. We also need to re-set mapred.temp.dir if it does 
not exist, else it causes the dir-allocator to fail when locating the context 
again.

Manually tested by executing from within Eclipse. Doesn't seem to be carrying 
an existing testcase to modify.

> dfsthroughput in test.jar throws NPE
> 
>
> Key: HDFS-442
> URL: https://issues.apache.org/jira/browse/HDFS-442
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.20.1
>Reporter: Ramya Sunil
>Assignee: Harsh J
>Priority: Minor
> Fix For: 0.24.0
>
> Attachments: HDFS-442.patch
>
>
> On running hadoop jar hadoop-test.jar dfsthroughput OR hadoop 
> org.apache.hadoop.hdfs.BenchmarkThroughput, we get NullPointerException. 
> Below is the stacktrace:
> {noformat}
> Exception in thread "main" java.lang.NullPointerException
> at java.util.Hashtable.put(Hashtable.java:394)
> at java.util.Properties.setProperty(Properties.java:143)
> at java.lang.System.setProperty(System.java:731)
> at 
> org.apache.hadoop.hdfs.BenchmarkThroughput.run(BenchmarkThroughput.java:198)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> at 
> org.apache.hadoop.hdfs.BenchmarkThroughput.main(BenchmarkThroughput.java:229)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HDFS-442) dfsthroughput in test.jar throws NPE

2011-11-19 Thread Harsh J (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HDFS-442:
-

Fix Version/s: 0.24.0
   Status: Patch Available  (was: Open)

> dfsthroughput in test.jar throws NPE
> 
>
> Key: HDFS-442
> URL: https://issues.apache.org/jira/browse/HDFS-442
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.20.1
>Reporter: Ramya Sunil
>Assignee: Harsh J
>Priority: Minor
> Fix For: 0.24.0
>
> Attachments: HDFS-442.patch
>
>
> On running hadoop jar hadoop-test.jar dfsthroughput OR hadoop 
> org.apache.hadoop.hdfs.BenchmarkThroughput, we get NullPointerException. 
> Below is the stacktrace:
> {noformat}
> Exception in thread "main" java.lang.NullPointerException
> at java.util.Hashtable.put(Hashtable.java:394)
> at java.util.Properties.setProperty(Properties.java:143)
> at java.lang.System.setProperty(System.java:731)
> at 
> org.apache.hadoop.hdfs.BenchmarkThroughput.run(BenchmarkThroughput.java:198)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> at 
> org.apache.hadoop.hdfs.BenchmarkThroughput.main(BenchmarkThroughput.java:229)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (HDFS-442) dfsthroughput in test.jar throws NPE

2010-02-18 Thread Chris Douglas (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Douglas updated HDFS-442:
---

Fix Version/s: (was: 0.20.2)

> dfsthroughput in test.jar throws NPE
> 
>
> Key: HDFS-442
> URL: https://issues.apache.org/jira/browse/HDFS-442
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.20.1
>Reporter: Ramya R
>Priority: Minor
>
> On running hadoop jar hadoop-test.jar dfsthroughput OR hadoop 
> org.apache.hadoop.hdfs.BenchmarkThroughput, we get NullPointerException. 
> Below is the stacktrace:
> {noformat}
> Exception in thread "main" java.lang.NullPointerException
> at java.util.Hashtable.put(Hashtable.java:394)
> at java.util.Properties.setProperty(Properties.java:143)
> at java.lang.System.setProperty(System.java:731)
> at 
> org.apache.hadoop.hdfs.BenchmarkThroughput.run(BenchmarkThroughput.java:198)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> at 
> org.apache.hadoop.hdfs.BenchmarkThroughput.main(BenchmarkThroughput.java:229)
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.