| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
87 (0.385s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: querying hbase - HBase - [mail # user]
|
|
...Thanks for those links JM - hadn't seen any of those before. I think it's useful to have stuff like this, for new users to explore using HBase. Re: Phoenix, I don't think it's fundamen...
|
|
|
Author: Ian Varley,
2013-05-22, 08:06
|
|
|
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
|
|
|
|