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=6&rev2=7

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

  
  The CLUSTER BY clause provides the keys to be used by the partitioner; be 
sure that it matches the range partitioning that you came up with in the 
earlier step.
  
- The first column in the SELECT list is interpreted as the rowkey; subsequent 
columns become cell values (all in a single column family, so their column 
names are important.
+ The first column in the SELECT list is interpreted as the rowkey; subsequent 
columns become cell values (all in a single column family, so their column 
names are important).
  
  = Run HBase Script =
  

Reply via email to