Re: How to understand the TS of each data version?

2013-09-30 Thread takeshi
TS in HBase or the > semantics > > of > > > TS is application-specific? > > > 2. Can anyone give any rules of how to assign TS for data versions > which > > > belong to the same row? > > > > > > regards! > > > > > > Yong > > > &g

Re: How to understand the TS of each data version?

2013-09-28 Thread yonghu
gt; > > > > > > > > > > > On Fri, Sep 27, 2013 at 7:02 PM, lars hofhansl wrote: > > > > > Not sure I follow. > > > You have a single row with two columns? > > > In your scenario you'd see that supplier c has 15k iff y

Re: How to understand the TS of each data version?

2013-09-28 Thread Ted Yu
lier c has 15k iff you query the > > latest data, which seems to be what you want. > > Note that you could also query as of TS 4 (c:20k), TS3 (d:20k), TS2 > (d:10k) > > > > > > -- Lars > > > > > > > > > &

Re: How to understand the TS of each data version?

2013-09-27 Thread yonghu
#x27;d see that supplier c has 15k iff you query the > latest data, which seems to be what you want. > Note that you could also query as of TS 4 (c:20k), TS3 (d:20k), TS2 (d:10k) > > > -- Lars > > > > > From: yonghu > To: user@hbase.apa

Re: How to understand the TS of each data version?

2013-09-27 Thread lars hofhansl
Lars From: yonghu To: user@hbase.apache.org Sent: Friday, September 27, 2013 7:24 AM Subject: How to understand the TS of each data version? Hello, In my understanding, the timestamp of each data version is generated by Put command. The value of TS is either indicated by user or assigned by

Re: How to understand the TS of each data version?

2013-09-27 Thread Ted Yu
Can you tell me why readings corresponding to different timestamps would appear in the same row ? Thanks On Fri, Sep 27, 2013 at 8:57 AM, yonghu wrote: > (1,3,5) are timestamp. > > regards! > > Yong > > > On Fri, Sep 27, 2013 at 4:47 PM, Ted Yu wrote: > > > In {10K:1, 20K:3, 15K:5}, what does

Re: How to understand the TS of each data version?

2013-09-27 Thread yonghu
(1,3,5) are timestamp. regards! Yong On Fri, Sep 27, 2013 at 4:47 PM, Ted Yu wrote: > In {10K:1, 20K:3, 15K:5}, what does the value (1, 3, 5) represent ? > > Cheers > > > On Fri, Sep 27, 2013 at 7:24 AM, yonghu wrote: > > > Hello, > > > > In my understanding, the timestamp of each data versi

Re: How to understand the TS of each data version?

2013-09-27 Thread Ted Yu
In {10K:1, 20K:3, 15K:5}, what does the value (1, 3, 5) represent ? Cheers On Fri, Sep 27, 2013 at 7:24 AM, yonghu wrote: > Hello, > > In my understanding, the timestamp of each data version is generated by Put > command. The value of TS is either indicated by user or assigned by HBase > itsel

How to understand the TS of each data version?

2013-09-27 Thread yonghu
Hello, In my understanding, the timestamp of each data version is generated by Put command. The value of TS is either indicated by user or assigned by HBase itself. If the TS is generated by HBase, it only records when (the time point) that data version is generated (Have no meaning to the applica