Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 68 (2.782s).
Loading phrases to help you
refine your search...
Re: [ANNOUNCE] Phoenix 1.2 is now available - HBase - [mail # user]
...Our coprocessors are all in com.salesforce.phoenix.coprocessor. The  particular one that handles TopN is ScanRegionObserver. The expression evaluation classes are in  com.salesforc...
   Author: James Taylor, 2013-05-20, 15:56
Re: Some Hbase questions - HBase - [mail # user]
...Hi Vivek, Take a look at the SQL skin for HBase called Phoenix  (https://github.com/forcedotcom/phoenix). Instead of using the native  HBase client, you use regular JDBC and Phoeni...
   Author: James Taylor, 2013-05-19, 17:39
Re: [ANNOUNCE] Phoenix 1.2 is now available - HBase - [mail # user]
...Anil, Yes, everything is in the Phoenix GitHub repo. Will give you more detail  of specific packages and classes off-list. Thanks,  James  On 05/16/2013 05:33 PM, anil gupta w...
   Author: James Taylor, 2013-05-17, 16:14
Re: [ANNOUNCE] Phoenix 1.2 is now available - HBase - [mail # user]
...Hi Anil, No HBase changes were required. We're already leveraging coprocessors in  HBase which is a key enabler. The other pieces needed are: - a type system - a means to evaluate an OR...
   Author: James Taylor, 2013-05-16, 23:15
[ANNOUNCE] Phoenix 1.2 is now available - HBase - [mail # user]
...We are pleased to announce the immediate availability of Phoenix 1.2  (https://github.com/forcedotcom/phoenix/wiki/Download). Here are some of  the release highlights:  * Impr...
   Author: James Taylor, 2013-05-16, 19:29
Re: Get all rows that DON'T have certain qualifiers - HBase - [mail # user]
...Hi Amit, Using Phoenix, the SQL skin over HBase (https://github.com/forcedotcom/phoenix), you'd do this:  select * from myTable where value1 is null or value2 is null  Regards, Jam...
   Author: James Taylor, 2013-05-14, 15:39
Re: [DISCUSS] Namespace Delimiter - HBase - [mail # dev]
...Sorry, didn't explain the current Phoenix behavior correctly. Phoenix  uses "." in table names currently by combining the  and   together with a "." as the separator.  Fo...
   Author: James Taylor, 2013-05-08, 19:02
Re: [DISCUSS] Namespace Delimiter - HBase - [mail # dev]
...Phoenix uses   .  to reference tables, so  allowing a "." in names would make parsing ambiguous.       James  On 05/07/2013 11:36 PM, Stack wrote:...
   Author: James Taylor, 2013-05-08, 06:55
Re: Coprocessors - HBase - [mail # user]
...Sudarshan, Below are the results that Mujtaba put together. He put together two version of your schema: one with the ATTRIBID as part of the row key and one with it as a key value. He also b...
   Author: James Taylor, 2013-05-02, 00:01
Re: Very poor read performance with composite keys in hbase - HBase - [mail # user]
...Have you had a look at Phoenix (https://github.com/forcedotcom/phoenix)? It'll use all of the parts of your row key and depending on how much data you're returning back to the client, will q...
   Author: James Taylor, 2013-04-30, 21:15
Sort:
project
HBase (68)
type
mail # user (48)
mail # dev (11)
issue (9)
date
last 7 days (5)
last 30 days (17)
last 90 days (44)
last 6 months (62)
last 9 months (68)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2269)
Andrew Purtell (1454)
lars hofhansl (978)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
James Taylor