Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 72 (0.161s).
Loading phrases to help you
refine your search...
[HBASE-8607] Run HBase server in an OSGi container - HBase - [issue]
...Run the HBase server in an OSGi container to support updating custom filters and coprocessor updates without requiring a region server reboot. Typically, applications that use coprocessors a...
http://issues.apache.org/jira/browse/HBASE-8607    Author: James Taylor, 2013-05-24, 01:06
Re: querying hbase - HBase - [mail # user]
...Actually, with the great work you guys have been doing and the  resolution of HBASE-1936 by Jimmy Xiang, we'll be able to ease the  installation of Phoenix in our next release. You...
   Author: James Taylor, 2013-05-24, 00:10
Re: querying hbase - HBase - [mail # user]
...Hi Aji, With Phoenix, you pass through the client port in your connection  string, so this would not be an issue. If you're familiar with SQL  Developer, then Phoenix supports some...
   Author: James Taylor, 2013-05-22, 16:22
Re: querying hbase - HBase - [mail # user]
...Hey JM, Can you expand on what you mean? Phoenix is a single jar, easily  deployed to any HBase cluster. It can map to existing HBase tables or  create new ones. It allows you to u...
   Author: James Taylor, 2013-05-22, 16:09
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
Sort:
project
HBase (72)
type
mail # user (51)
mail # dev (11)
issue (10)
date
last 7 days (6)
last 30 days (16)
last 90 days (47)
last 6 months (66)
last 9 months (72)
author
Stack (3759)
Ted Yu (2476)
Jean-Daniel Cryans (2281)
Andrew Purtell (1455)
lars hofhansl (989)
Ryan Rawson (862)
Jean-Marc Spaggiari (681)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (420)
Gary Helmling (290)
James Taylor