sujee/hbase-mapreduce

FreqCounter1 compilation error

Opened this issue · 1 comments

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

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

http://sujee.net

On Mon, Jan 6, 2014 at 6:24 AM, OhadR notifications@github.com 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//issues/1
.