Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 86 (0.839s).
Loading phrases to help you
refine your search...
Re: [DISCUSS] Namespace Delimiter - HBase - [mail # dev]
...I would also submit that "." is a pretty universal standard (citation needed) in relational databases for separating namespaces (schemas, etc.) from tables. We use that now to represent the ...
   Author: Ian Varley, 2013-05-07, 23:49
Re: Problem in filters - HBase - [mail # user]
...Omkar,  Have you considered using Phoenix (https://github.com/forcedotcom/phoenix), a SQL skin over HBase to execute your SQL directly? That'll save you from learning all the nuances of...
   Author: Ian Varley, 2013-04-17, 16:15
[HBASE-7817] Suggested JDWP debug options in hbase-env.sh are wrong - HBase - [issue]
...In the default hbase-env.sh in trunk, there's a section for lines you can uncomment to enable JDWP remote debugging:    # Enable remote JDWP debugging of major HBase processes...
http://issues.apache.org/jira/browse/HBASE-7817    Author: Ian Varley, 2013-04-05, 01:32
Re: HBase Column Family TTL and cell deletions - HBase - [mail # user]
...I don't know if it's right (haven't checked source just now) but according to this:  http://hbase.apache.org/book/ttl.html  Column family TTL is in seconds, not milliseconds. Could...
   Author: Ian Varley, 2013-04-03, 23:22
Re: HBase Client. - HBase - [mail # user]
...Pradeep -  One more to add to your list of clients is Phoenix:  https://github.com/forcedotcom/phoenix  It's a "SQL skin", built on top of the standard Java client with variou...
   Author: Ian Varley, 2013-03-20, 16:23
Re: How would you model this in Hbase? - HBase - [mail # user]
...Point well taken, Ulrich - I'm not very familiar with the domain here, but what you're saying makes sense. These aren't "mistakes that are being corrected", they're really two different piec...
   Author: Ian Varley, 2013-02-07, 14:00
Re: How would you model this in Hbase? - HBase - [mail # user]
...Overloading the time stamp aka the versions of the cell is really not a good idea.  I agree in general, guys (and noted the dangers in my original post). I'd note, however, that this ma...
   Author: Ian Varley, 2013-02-07, 13:35
Re: How would you model this in Hbase? - HBase - [mail # user]
...Alex,  This might be an interesting use of the time dimension in HBase. Every value in HBase is uniquely represented by a set of coordinates:   - table  - row key  - colu...
   Author: Ian Varley, 2013-02-06, 21:05
Re: write throughput in cassandra, understanding hbase - HBase - [mail # user]
...One notable design difference is that in Cassandra, every piece of data is handled by a quorum of independent peers, whereas in HBase, every piece of data is handled by a single process at a...
   Author: Ian Varley, 2013-01-22, 19:23
Re: PROD/DR - Replication - HBase - [mail # user]
...Ha - that's what I get for trying to answer list emails from my phone. :)  Ian  On Dec 7, 2012, at 1:58 PM, sriraam h wrote:  Thanks Ian. I DID miss the point. The person who ...
   Author: Ian Varley, 2012-12-07, 20:03
Sort:
project
HBase (86)
type
mail # user (73)
mail # dev (9)
issue (4)
date
last 7 days (0)
last 30 days (1)
last 90 days (5)
last 6 months (15)
last 9 months (86)
author
Stack (3750)
Ted Yu (2464)
Jean-Daniel Cryans (2263)
Andrew Purtell (1454)
lars hofhansl (977)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (411)
Gary Helmling (290)
Ian Varley