234235236237238239240241242243244
{ type=tabletype; } JobIndexerPartion index = new JobIndexerPartion(tablename,conf, shards, new Path(hdfsSolrDir,tablename).toString(), inputdir, dayplus, maxday, startday, format, type); ToolRunner.run(conf, index, jobValues); System.exit(0);