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

ch11 syntax error

Open Gary-zheng opened this issue 9 years ago • 0 comments

K[] samples = sampler.getSample(inf, job); use jdk 1.8 error: incompatible types. Required: K[] Found: java.lang.Object[] auto cast: K[] samples = (K[]) sampler.getSample(inf, job);

Gary-zheng avatar Jan 25 '16 07:01 Gary-zheng