Hi, I am trying to store output from the pig relation into hbase using the following code
store hbasedata into 'hbase://evallist' USING
org.apache.pig.backend.hadoop.hbase.HBaseStorage('fa:ID,fa:date,fa:email,fa:customername');
But it throws
Caused by: java.lang.IllegalArgumentException: Must specify table name
can any one help me in this?
