Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "Hive/HBaseBulkLoad" page has been changed by JohnSichi.
http://wiki.apache.org/hadoop/Hive/HBaseBulkLoad?action=diff&rev1=8&rev2=9

--------------------------------------------------

  
  SET hive.hbase.bulk=true;
  
- INSERT OVERWRITE new_hbase_table
+ INSERT OVERWRITE TABLE new_hbase_table
  SELECT rowkey_expression, x, y FROM ...any_hive_query...;
  }}}
  

Reply via email to