Re: HBase Connection in cluster

2015-05-26 Thread Flavio Pompermaier
In the src/main/resources folder of the project On Tue, May 26, 2015 at 2:42 PM, Hilmi Yildirim wrote: > Where do you put the hbase-site.xml? In the resource folder of the > project or on the cluster? > > > Am 26.05.2015 um 14:12 schrieb Flavio Pompermaier: > > I usually put those connection pa

Re: HBase Connection in cluster

2015-05-26 Thread Hilmi Yildirim
Where do you put the hbase-site.xml? In the resource folder of the project or on the cluster? Am 26.05.2015 um 14:12 schrieb Flavio Pompermaier: I usually put those connection params inside the hbase-site.xml that will be included in the generated jar.. On Tue, May 26, 2015 at 2:07 PM, Hilmi

Re: HBase Connection in cluster

2015-05-26 Thread Flavio Pompermaier
I usually put those connection params inside the hbase-site.xml that will be included in the generated jar.. On Tue, May 26, 2015 at 2:07 PM, Hilmi Yildirim wrote: > I want to add that it is strange that the client wants to establish a > connection to localhost but I have defined another machine

Re: HBase Connection in cluster

2015-05-26 Thread Hilmi Yildirim
I want to add that it is strange that the client wants to establish a connection to localhost but I have defined another machine. Am 26.05.2015 um 14:05 schrieb Hilmi Yildirim: Hi, I implemented a job which reads data from HBASE with following code (I replaced the real address by m1.example.