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
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
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.
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