Looks like hbaseTableName is null, probably caused by incorrect configuration.


    String hbaseTableName = jobConf.get(HBaseSerDe.HBASE_TABLE_NAME);
    setHTable(new HTable(HBaseConfiguration.create(jobConf), 
Bytes.toBytes(hbaseTableName)));

Here is the definition.

  public static final String HBASE_TABLE_NAME = "hbase.table.name”;

Thanks.

Zhan Zhang


On Aug 17, 2014, at 11:39 PM, Cesar Arevalo <ce...@zephyrhealthinc.com> wrote:

> HadoopRDD


-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Reply via email to