Re: Pattern for Bulk Loading to Remote HBase Cluster

2017-03-10 Thread Ben Roling
hing > similar to importtsv where you can construct remote cluster configuration > object and use it to write output there. You can refer HBASE-13153 for an > idea to understand it much better. > > -Original Message- > From: Ben Roling [mailto:ben.rol...@gmail.com] >

Re: Pattern for Bulk Loading to Remote HBase Cluster

2017-03-09 Thread Ben Roling
ion is how to do it from the perspective of a generic HBase client application? On Wed, Mar 8, 2017 at 11:13 PM ashish singhi <ashish.sin...@huawei.com> wrote: > Hi, > > Did you try giving the importtsv output path to remote HDFS ? > > Regards, > Ashish > > -

Pattern for Bulk Loading to Remote HBase Cluster

2017-03-08 Thread Ben Roling
My organization is looking at making some changes that would introduce HBase bulk loads that write into a remote cluster. Today our bulk loads write to a local HBase. By local, I mean the home directory of the user preparing and executing the bulk load is on the same HDFS filesystem as the HBase