On Fri, Dec 9, 2011 at 1:23 PM, lars hofhansl <[email protected]> wrote: > I think what Dou is saying that when using bulk.output it should not need a > target table. > > This is what ImportTsv.java states: > " -D" + BULK_OUTPUT_CONF_KEY + "=/path/for/output\n" + > " Note: if you do not use this option, then the target table must > already exist in HBase\n" + > > > and BULK_OUTPUT_CONF_KEY=importtsv.bulk.output > > > Weird thing is that looking at the code (briefly) it looks like it is doing > the right thing: > String hfileOutPath = conf.get(BULK_OUTPUT_CONF_KEY); > if (hfileOutPath != null) { > HTable table = new HTable(conf, tableName); > > > His trace indicates that it fails during new HTable(...) >
Thanks boss. Stick above on the list? (I was being lazy). St.Ack
