| clear query|facets|time |
Search criteria: .
Results from 1 to 6 from
6 (0.075s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-7189] Adjacent column with timestamp=0 marked for deletion inadvertently - HBase - [issue]
|
|
...This is an esoteric issue that I ran into. We're using binary arrays for column names and "compact" the columns from old rows into a single column to reduce storage usage. The column names a...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7189
Author: Chris Larsen,
2012-11-22, 04:50
|
|
|
RE: Problem deleting neighboors with timestamp=0 - HBase - [mail # user]
|
|
...Filed: HBASE-7189 From: Chris Larsen [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2012 3:41 PM To: [EMAIL PROTECTED] Subject: RE: Problem deleting neighboors with timest...
|
|
|
Author: Chris Larsen,
2012-11-19, 21:25
|
|
|
RE: Problem deleting neighboors with timestamp=0 - HBase - [mail # user]
|
|
...or why the delete command deleted the row with 0 For the delete command so that rows with a ts=0 are not marked for deletion inadvertently. Thanks Ram. From: ramkrishna vasudeva...
|
|
|
Author: Chris Larsen,
2012-11-19, 20:40
|
|
|
RE: Problem deleting neighboors with timestamp=0 - HBase - [mail # user]
|
|
...application logic rather than HBase. Essentially, to be a valid value. What if someone really wants to use different use cases. So, i dont think it would be a good idea of ...
|
|
|
Author: Chris Larsen,
2012-11-19, 16:24
|
|
|
RE: Problem deleting neighboors with timestamp=0 - HBase - [mail # user]
|
|
...which you did not want to delete? Yes, my code was setting the timestamp explicitly to 0. I fixed that bug in my code (since I do want a valid timestamp) but I was wondering if a times...
|
|
|
Author: Chris Larsen,
2012-11-19, 05:45
|
|
|
Problem deleting neighboors with timestamp=0 - HBase - [mail # user]
|
|
...Hello, I was going nuts over an issue where I would try to delete a single column but a neighboring column (sorted by the column names in bytes) was also being deleted because, I found out, ...
|
|
|
Author: Chris Larsen,
2012-11-18, 20:14
|
|
|
|