`
文章列表
编程时需要注意: 1、实例化job后,不要再使用原来的configuration,而需通过job.getCongfigure()来进行参数的配置   public static Job createSubmittableJob(Configuration conf, String[] args) throws IOException { String tableName = args[0]; conf.set(TableInputFormat.INPUT_TABLE, tableName); conf.set(TableInputFormat.SCAN, ...
Global site tag (gtag.js) - Google Analytics