[
https://issues.apache.org/jira/browse/HBASE-16762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated HBASE-16762:
---------------------------
Status: Patch Available (was: Open)
> NullPointerException is thrown when constructing sourceTable in verifyrep
> -------------------------------------------------------------------------
>
> Key: HBASE-16762
> URL: https://issues.apache.org/jira/browse/HBASE-16762
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 16762.branch-1.txt
>
>
> Branch-1 patch for HBASE-16423 incorrectly constructed sourceTable, leading
> to the following exception:
> {code}
> 16/10/04 17:00:30 INFO mapreduce.Job: Task Id :
> attempt_1473183665588_0082_m_000016_1, Status : FAILED
> Error: java.lang.NullPointerException
> at org.apache.hadoop.hbase.TableName.valueOf(TableName.java:436)
> at org.apache.hadoop.hbase.client.HTable.<init>(HTable.java:150)
> at
> org.apache.hadoop.hbase.mapreduce.replication.VerifyReplication$Verifier.map(VerifyReplication.java:128)
>
> at
> org.apache.hadoop.hbase.mapreduce.replication.VerifyReplication$Verifier.map(VerifyReplication.java:86)
>
> at org.apache.hadoop.mapreduce.Mapper.run(Mapper.java:146)
> at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:787)
> {code}
> I checked master patch where there is no such bug
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)