Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hive/HBaseIntegration" page has been changed by JohnSichi. http://wiki.apache.org/hadoop/Hive/HBaseIntegration?action=diff&rev1=26&rev2=27 -------------------------------------------------- 98 val_98 Time taken: 4.582 seconds }}} + + Inserting large amounts of data may be slow due to WAL overhead; if you would like to disable this, make sure you have HIVE-1383, and then issue this command before the INSERT: + + {{{ + set hive.hbase.wal.enabled=false; + }}} + + '''Warning:''' disabling WAL may lead to data loss if an HBase failure occurs, so only use this if you have some other recovery strategy available. If you want to give Hive access to an existing HBase table, use CREATE EXTERNAL TABLE:
