You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/10/04 17:02:20 UTC

[jira] [Created] (HBASE-16762) NullPointerException is thrown when constructing sourceTable in verifyrep

Ted Yu created HBASE-16762:
------------------------------

             Summary: 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


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)