Re: Help with NPE during bulk load (completebulkload)

2011-04-30 Thread Todd Lipcon
2011/4/30 Panayotis Antonopoulos > > You are right the -c flag doesn't work on CDH3U0 version. > > -Dhbase.cluster.distributed=true solved the problem for the bulk upload. > > However I am having the same NPE while trying to use the TableInputFormat. > > Does anyone know what is going on? > Make

Re: LoadIncrementalHFiles now deleting the hfiles?

2011-04-30 Thread Todd Lipcon
Hi Adam, It's always been this way. The only time you'll see them copied is if you run the load from a remote filesystem - ie if you specify a URL that doesn't match the URL used in hbase.rootdir. See th bulkLoadHFile() method in Store.java: // Move the file if it's on another filesystem

HFileOutputFormat: writing to multiple columns for each row (not multiple column families)

2011-04-30 Thread Panayotis Antonopoulos
Hello, I am trying to use HFileOutputFormat to write to many columns (of the same column family) for each row but I can't figure out how I will do that. Can anyone give me some advice? Thank you in advance! Panagiotis.

RE: Help with NPE during bulk load (completebulkload)

2011-04-30 Thread Panayotis Antonopoulos
You are right the -c flag doesn't work on CDH3U0 version. -Dhbase.cluster.distributed=true solved the problem for the bulk upload. However I am having the same NPE while trying to use the TableInputFormat. Does anyone know what is going on? Regards, Panagiotis. > From: andy.saut...@returnp