I have managed to get the hbase table throught hive using: ResultSet rs = stmt.executeQuery("select split(value,',') from table1");
but how is the result set look like? and if I want to put this result set back to hive table,how to mangage this using java code? thanks in advanced! 2012-04-19 Best Regards Andes