Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by udanax: http://wiki.apache.org/hadoop/Hbase/HbaseShell/HQL ------------------------------------------------------------------------------ main(String[] args) { COLUMNFAMILY = "webserver"; /* or "hadoop" */ QUALIFIER = "access_log"; /* or "task_tracker_log" */ - OUTPUT = "access_log_table"; /* or "task_tracker_log_table" */ + OUTPUT = "access_log_table"; /* or "task_tracker_log_table" */ } }}}
