Re: Mini announcement HBase connector for Apache Beam

2017-02-26 Thread Ismaël Mejía
Oh yes, We had to disable it because it was getting stuck (like in infinite execution), I still have not found the cause, but at least now is happening in both Jenkins and local (before I had this bug only 'sometimes' in local) so it is at least consistent to reproduce. For info and to see the

Re: Mini announcement HBase connector for Apache Beam

2017-02-25 Thread Ted Yu
I saw that HBaseIOTest was disabled. Just curious, was the test flaky ? On Sat, Feb 25, 2017 at 8:12 AM, Ismaël Mejía wrote: > I will for sure, Thanks Ted. > > > On Thu, Feb 23, 2017 at 4:00 PM, Ted Yu wrote: > > > Ismaël: > > Can you post your future

Re: Mini announcement HBase connector for Apache Beam

2017-02-25 Thread Ismaël Mejía
I will for sure, Thanks Ted. On Thu, Feb 23, 2017 at 4:00 PM, Ted Yu wrote: > Ismaël: > Can you post your future questions on the mailing list ? > > Thanks > > On Thu, Feb 23, 2017 at 5:49 AM, Ismaël Mejía wrote: > > > Solomon, it is so great you

Re: Mini announcement HBase connector for Apache Beam

2017-02-23 Thread Ted Yu
Ismaël: Can you post your future questions on the mailing list ? Thanks On Thu, Feb 23, 2017 at 5:49 AM, Ismaël Mejía wrote: > Solomon, it is so great you answered, thanks a lot, you saved me with the > idea of using the Protobuf serialization for the Coders, it was quite >

Re: Mini announcement HBase connector for Apache Beam

2017-02-23 Thread Ismaël Mejía
Solomon, it is so great you answered, thanks a lot, you saved me with the idea of using the Protobuf serialization for the Coders, it was quite tricky to achieve a similar API to what you guys have in BigTable, but that helped me a lot and I think after looking what you did I could design an API

Re: Mini announcement HBase connector for Apache Beam

2017-02-22 Thread Solomon Duskis
That's an amazing accomplishment, and a great collaboration! I'm happy and humbled that you were able to use the work we did over the last couple of years. On Wed, Feb 22, 2017 at 6:27 AM, Ismaël Mejía wrote: > ​Hello, > > I have been working in the last weeks on a connector

Mini announcement HBase connector for Apache Beam

2017-02-22 Thread Ismaël Mejía
​Hello, I have been working in the last weeks on a connector to use HBase in Apache Beam (the evolution of Google’s Dataflow model), and it was finally merged today. https://github.com/apache/beam/tree/master/sdks/java/io/hbase This message is a call for those interested on using HBase with