Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hive/IndexDev" page has been changed by JohnSichi. http://wiki.apache.org/hadoop/Hive/IndexDev?action=diff&rev1=6&rev2=7 -------------------------------------------------- So, given the following DDL: {{{ - CREATE TABLE t(i INTEGER, j INTEGER); + CREATE TABLE t(i int, j int); CREATE INDEX x ON TABLE t(j) AS 'org.apache.hadoop.hive.index.compact.CompactIndexHandler'; }}}
