Re: Pattern for Bulk Loading to Remote HBase Cluster

2017-03-10 Thread Ben Roling
te your own code something > 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.

RE: Pattern for Bulk Loading to Remote HBase Cluster

2017-03-09 Thread ashish singhi
a to understand it much better. -Original Message- From: Ben Roling [mailto:ben.rol...@gmail.com] Sent: 09 March 2017 19:53 To: user@hbase.apache.org Subject: Re: Pattern for Bulk Loading to Remote HBase Cluster I'm not sure you understand my question. Or perhaps I just d

Re: Pattern for Bulk Loading to Remote HBase Cluster

2017-03-09 Thread Ben Roling
- > From: Ben Roling [mailto:ben.rol...@gmail.com] > Sent: 09 March 2017 03:22 > To: user@hbase.apache.org > Subject: Pattern for Bulk Loading to Remote HBase Cluster > > My organization is looking at making some changes that would introduce > HBase bulk loads that write into a remote

RE: Pattern for Bulk Loading to Remote HBase Cluster

2017-03-08 Thread ashish singhi
Hi, Did you try giving the importtsv output path to remote HDFS ? Regards, Ashish -Original Message- From: Ben Roling [mailto:ben.rol...@gmail.com] Sent: 09 March 2017 03:22 To: user@hbase.apache.org Subject: Pattern for Bulk Loading to Remote HBase Cluster My organization is looking

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