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=32&rev2=33

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

  SELECT COUNT(1) FROM pokes3 WHERE foo=498;
  }}}
  
+ == Overwrite ==
+ 
+ Another difference to note between HBase tables and other Hive tables is that 
when INSERT OVERWRITE is used, existing rows are not deleted from the table.  
However, existing rows '''are''' overwritten if they have keys which match new 
rows.
+ 
  == Potential Followups ==
  
  There are a number of areas where Hive/HBase integration could definitely use 
more love:

Reply via email to