hbase-mapreduce icon indicating copy to clipboard operation
hbase-mapreduce copied to clipboard

FreqCounter1 compilation error

Open OhadR opened this issue 11 years ago • 1 comments
trafficstars

in FreqCounter1.java, scan.addColumns(columns); does not compile. should be replaced by scan.addFamily(columns.getBytes()) ;

OhadR avatar Jan 06 '14 14:01 OhadR

thanks for the report... I will update this soon

http://sujee.net

On Mon, Jan 6, 2014 at 6:24 AM, OhadR [email protected] wrote:

in FreqCounter1.java, scan.addColumns(columns); does not compile. should be replaced by scan.addFamily(columns.getBytes()) ;

— Reply to this email directly or view it on GitHubhttps://github.com/sujee/hbase-mapreduce/issues/1 .

sujee avatar Jan 09 '14 02:01 sujee