How do you use "Range" to Scan an entire table in accumulo without apriori knowledge?
How do folks currently do that. I want to take the random search from:I am looking at writing an Accumulo iterator to return a random sample of a percentile of a table
and scan over (then write to hdfs) a sample.
This requires me to scan the entire table I believe.
thanks!
Chris