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: Reading data for a particular column-cell with 2 or more values of a same row-key

2017-02-25 Thread Richard Startin
If you operate directly on a Result you only get the latest version of each cell. To get older versions of cells you have a few options: 1) Result::getFamilyMap, if you only want versioned cells from a single family -

Reading data for a particular column-cell with 2 or more values of a same row-key

2017-02-25 Thread Abir Chokraborty
HBase table contains the following: ROW COLUMN+CELL Product01column=cf:ProductFeature, timestamp=1487917201238,value= Feature01 Product01column=cf:ProductFeature, timestamp=1487917201239,value= Feature02 Product01column=cf:ProductFeature,