I try to use the WholeRowIterator, the same rowkey data into a line, Now, Value contains ColumnFamily, ColumnQualifier, value,but the value of Value should be how to analysis?
for (Entry<Key, Value> entry : scanner) {
log.info("" + entry.getKey() + "," + entry.getValue());
}
--
View this message in context:
http://apache-accumulo.1065345.n5.nabble.com/accumulo-Scanner-tp12506p12552.html
Sent from the Developers mailing list archive at Nabble.com.
