[mw_shl_code=shell,true]<file file:///opt/hadoop/pig-0.15.0/mr.pig, line 3, column 4> pig script failed to validate: java.lang.RuntimeException: could not instantiate 'org.apache.pig.backend.hadoop.hbase.HBaseStorage' with arguments '[tab1_info:age]'[/mw_shl_code]
Hbase表:
[mw_shl_code=shell,true]hbase(main):020:0> scan 'table1'
ROW COLUMN+CELL
key0ne column=tab1_info:age, timestamp=1482223307185, value=24
key0ne column=tab1_info:birthday, timestamp=1482223364986, value=1987-06-17
key3 column=tab1_id:id, timestamp=1482312172123, value=100
key3 column=tab1_info:name, timestamp=1482327710869, value=100
key4 column=tab1_info:name, timestamp=1482327746997, value=100 [/mw_shl_code]
|
|