[
https://issues.apache.org/jira/browse/HBASE-10061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13842175#comment-13842175
]
Hudson commented on HBASE-10061:
--------------------------------
FAILURE: Integrated in hbase-0.96-hadoop2 #143 (See
[https://builds.apache.org/job/hbase-0.96-hadoop2/143/])
HBASE-10061 TableMapReduceUtil.findOrCreateJar calls updateMap(null, )
resulting in thrown NPE (Amit Sela) (ndimiduk: rev 1548749)
*
/hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
> TableMapReduceUtil.findOrCreateJar calls updateMap(null, ) resulting in
> thrown NPE
> ----------------------------------------------------------------------------------
>
> Key: HBASE-10061
> URL: https://issues.apache.org/jira/browse/HBASE-10061
> Project: HBase
> Issue Type: Bug
> Components: mapreduce
> Affects Versions: 0.94.12
> Reporter: Amit Sela
> Assignee: Amit Sela
> Priority: Minor
> Fix For: 0.98.0, 0.96.1, 0.94.15, 0.99.0
>
> Attachments: 10061-trunk.txt, 10061-trunk.txt, HBASE-10061.patch
>
>
> TableMapReduceUtil.findOrCreateJar line 596:
> jar = getJar(my_class);
> updateMap(jar, packagedClasses);
> In case getJar returns null, updateMap will throw NPE.
> Should check null==jar before calling updateMap.
--
This message was sent by Atlassian JIRA
(v6.1#6144)