RE: Temporal in Hbase?

2012-09-17 Thread Anoop Sam John
Hi start_time and end_time are 2 qualifiers in your table. You can use a FilterList with MUST_PASS_ALL ( AND condition) Add SingleColumnValueFilter for each of the qualifier with the value and condition.. -Anoop- From: Shumin Wu [shumin...@gmail.com] Sent

Re: Temporal in Hbase?

2012-10-10 Thread Shumin Wu
How I can miss this reply!! Hi Anoop, First, thanks for your reply to my question and apologize for not following up promptly. I have put off a million of fires and come back to this issue. Here are my thoughts. Yes, a FilterList with MUST_PASS_ALL works fine for simple temporal clause. However,

RE: Temporal in Hbase?

2012-10-10 Thread Anoop Sam John
From: Shumin Wu [shumin...@gmail.com] Sent: Thursday, October 11, 2012 4:54 AM To: user@hbase.apache.org Subject: Re: Temporal in Hbase? How I can miss this reply!! Hi Anoop, First, thanks for your reply to my question and apologize for not following up promptly. I have put off a million of f

RE: Temporal in Hbase?

2012-10-10 Thread Ramkrishna.S.Vasudevan
Oops!! Anoop has just replied the same similar to mine :) Regards Ram > -Original Message- > From: Anoop Sam John [mailto:anoo...@huawei.com] > Sent: Thursday, October 11, 2012 10:40 AM > To: user@hbase.apache.org > Subject: RE: Temporal in Hbase? > > Hi Shu

RE: Temporal in Hbase?

2012-10-10 Thread Ramkrishna.S.Vasudevan
ailto:shumin...@gmail.com] > Sent: Thursday, October 11, 2012 4:54 AM > To: user@hbase.apache.org > Subject: Re: Temporal in Hbase? > > How I can miss this reply!! > > Hi Anoop, > > First, thanks for your reply to my question and apologize for not > following > up promptl

Re: Temporal in Hbase?

2012-10-11 Thread Shumin Wu
setFilterIfMissing (false) we can get the latest row which has > endtime empty. > Does this answer your question? > > Regards > Ram > > > -Original Message- > > From: Shumin Wu [mailto:shumin...@gmail.com] > > Sent: Thursday, October 11, 2012 4:54 AM > > To: