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 ------------------------------------------------------------------------------ === Applications === {{{ - CASE 1 : - - map { - rs = hql.executeQuery("@ '" + cmdFilePath + "'" - + " " + strA + " " + strB;"); - ... - - output.collect(key, value); - } - - main(String[] args) { - cmdFilePath = args[0]; - strA = args[1]; - strB = args[2]; - } - - CASE 2 : - rs = hql.executeQuery("@ './install_tables.txt';"); }}}
