That would be a real nice feature though, imagine going to the shell, and requesting a dump of your table.
> load into outfile/hdfs '/tmp/table_a' from table_a Or something similar. > load from outfile/hdfs -- could power bulk uploader -Jack On Mon, Jun 6, 2011 at 9:09 PM, Jack Levin <[email protected]> wrote: >> Can you hook hive to hbase? > > Yes, we used hbase to hive and back before, but its not real flexible, > especially going hbase -> hive route. Much better prefer bulk uploader > tool for modified tables via hive map-reduce of tsv or csv. > > -Jack >
