Re: TTL forever

2014-02-17 Thread lars hofhansl
Just do not set any TTL, the default is "forever". From: Mohamed Ghareb To: "user@hbase.apache.org" Sent: Monday, February 17, 2014 9:50 AM Subject: TTL forever I know that time to live it delete the cell content after the TTL date setting when major comp

Re: [ANNOUNCE] Apache HBase 0.98.0 is now available for download

2014-02-17 Thread Andrew Purtell
See footnote 2 of the announcement email. Looks like we missed updating the bundled changes file when making the tarball. Apologies, that will be rectified next time. > On Feb 17, 2014, at 2:15 AM, Jean-Marc Spaggiari > wrote: > > Hi, > > There is a CHANGES.txt file into the archive, but i

Re: TTL forever

2014-02-17 Thread Jean-Marc Spaggiari
If you set it to Integer.MAX_VALUE (2,147,483,647) it will be considered as HConstants.FOREVER and will never expire. I think it's the default value when you don't define any TTL. JM 2014-02-17 12:50 GMT-05:00 Mohamed Ghareb : > I know that time to live it delete the cell content after the TTL

TTL forever

2014-02-17 Thread Mohamed Ghareb
I know that time to live it delete the cell content after the TTL date setting when major compaction accured If I need make setting TTL to live forever. How I do that

Re: presplitting regions

2014-02-17 Thread Ted Yu
Your first and last row strings would be converted to BigInteger with radix 16. So please convert them to hexadecimal string. Cheers On Mon, Feb 17, 2014 at 5:28 AM, Mohamed Ghareb wrote: > Kindly when I create new tables with presplitting region, > I need to use the firstrow & lastrow argument

presplitting regions

2014-02-17 Thread Mohamed Ghareb
Kindly when I create new tables with presplitting region, I need to use the firstrow & lastrow argument, my question if my key is number "integer" can I put start & end row with decimal number or I need to convert it to hexadecimal number hbase org.apache.hadoop.hbase.util.RegionSplitter tablenam

Re: [ANNOUNCE] Apache HBase 0.98.0 is now available for download

2014-02-17 Thread Ted Yu
The list if changes can be found toward the bottom of this announcement: http://search-hadoop.com/m/DHED4o0A1G/Hbase+0.98.0+RC2&subj=Re+The+3rd+HBase+0+98+0+release+candidate+RC2+is+available+for+download On Feb 17, 2014, at 4:15 AM, Jean-Marc Spaggiari wrote: > Hi, > > There is a CHANGES.txt

Re: [ANNOUNCE] Apache HBase 0.98.0 is now available for download

2014-02-17 Thread Jean-Marc Spaggiari
Hi, There is a CHANGES.txt file into the archive, but it doesn't seems to be accurate. You will be able to retrieve the list of fixed JIRAs by filtering them from the jira web site using the version. JM 2014-02-17 3:06 GMT-05:00 YouPeng Yang : > Hi > Glad to be informed . > Are there any C

Re: RegionServer stuck in internalObtainRowLock forever - HBase 0.94.7

2014-02-17 Thread Asaf Mesika
Hi, Apparently this just happened on Staging machine as well. The common ground between is a failed disk (1 out of 8). It seems like a bug if HBase can't recover from a failed disk. Could it be that short circuit is causing it? Couple of interesting exceptions: 1. The following repeated several

Re: [ANNOUNCE] Apache HBase 0.98.0 is now available for download

2014-02-17 Thread YouPeng Yang
Hi Glad to be informed . Are there any CHANGES docs about the HBase-0.98 ? Regards 2014-02-17 9:48 GMT+08:00 Andrew Purtell : > hbase-0.98.0 is now available for download [0] from the Apache mirrors and > its artifacts are available in the Apache Maven repository. > > Apache HBase is a scal