Re: HBase write problem

2016-05-12 Thread Flavio Pompermaier
t; *Til:* user@flink.apache.org > *Dato:* Ons, 11. maj 2016 17:19 > > *Emne:* Re: HBase write problem > > Just to narrow down the problem: > The insertion into HBase actually works, but the job does not finish after > that? > And the same job (same source of data) that writ

Re: HBase write problem

2016-05-12 Thread Palle
Hi guys. Thanks for helping out. We downgraded to HBase 0.98 and resolved some classpath issues and then it worked. /Palle - Original meddelelse - > Fra: Stephan Ewen > Til: user@flink.apache.org > Dato: Ons, 11. maj 2016 17:19 > Emne: Re: HBase write problem > > J

Re: HBase write problem

2016-05-11 Thread Stephan Ewen
that Cassandra gets some attention in >> this mailing list. I need to store app 2 bio key value pairs consisting of >> 100 bytes for each pair. >> >> ----- Original meddelelse - >> >> *Fra:* Flavio Pompermaier >> *Til:* user >> *Dato:* Ons

Re: HBase write problem

2016-05-11 Thread Flavio Pompermaier
l meddelelse - > > *Fra:* Flavio Pompermaier > *Til:* user > *Dato:* Ons, 11. maj 2016 16:29 > > *Emne:* Re: HBase write problem > > And which version of HBase and Hadoop are you running? > Did you try to put the hbase-site.xml in the jar? > Moreover, I don't kno

Re: HBase write problem

2016-05-11 Thread Palle
consisting of 100 bytes for each pair. - Original meddelelse - > Fra: Flavio Pompermaier > Til: user > Dato: Ons, 11. maj 2016 16:29 > Emne: Re: HBase write problem > > And which version of HBase and Hadoop are you running? Did you try to > put the hbase-site.xml i

Re: HBase write problem

2016-05-11 Thread Flavio Pompermaier
se - > > *Fra:* Flavio Pompermaier > *Til:* user > *Dato:* Ons, 11. maj 2016 09:36 > > *Emne:* Re: HBase write problem > > Do you run the job from your IDE or from the cluster? > > On Wed, May 11, 2016 at 9:22 AM, Palle wrote: > >> Thanks for the

Re: HBase write problem

2016-05-11 Thread Palle
I run the job from the cluster. I run it through the web UI. The jar file submitted does not contain the hbase-site.xml file. - Original meddelelse - > Fra: Flavio Pompermaier > Til: user > Dato: Ons, 11. maj 2016 09:36 > Emne: Re: HBase write problem > > Do you run

Re: HBase write problem

2016-05-11 Thread Flavio Pompermaier
erformance > Toolkit\;C:\systems\packages\perl-5.6.0-win\bin;C:\systems\hbase\conf;. > > - Original meddelelse - > > *Fra:* Flavio Pompermaier > *Til:* user > *Dato:* Ons, 11. maj 2016 00:05 > *Emne:* Re: HBase write problem > > > Do you have the hbase-site.x

Re: HBase write problem

2016-05-11 Thread Palle
kages\cmake-3.5.2-win32-x86\bin;C:\Program Files\Microsoft Windows Performance Toolkit\;C:\systems\packages\perl-5.6.0-win\bin;C:\systems\hbase\conf;. - Original meddelelse - > Fra: Flavio Pompermaier > Til: user > Dato: Ons, 11. maj 2016 00:05 > Emne: Re: HBase write problem >

Re: HBase write problem

2016-05-10 Thread Flavio Pompermaier
Do you have the hbase-site.xml available in the classpath? On 10 May 2016 23:10, "Palle" wrote: > HBase write problem > > Hi all. > > I have a problem writing to HBase. > > I am using a slightly modified example of this class to proof the concept: > > https://github.com/apache/flink/blob/master/f