Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 75 (0.152s).
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-06-04, 09:53
Re: querying hbase - HBase - [mail # user]
...These approaches all sound somewhat brittle and unlikely to be relied on  for a production system (more here:  https://issues.apache.org/jira/browse/HBASE-8607). Sounds like a roll...
   Author: James Taylor, 2013-06-01, 20:20
Re: querying hbase - HBase - [mail # user]
...On 05/24/2013 02:50 PM, Andrew Purtell wrote: My thinking was that an OSGi container would allow a new version of a  coprocessor (and/or custom filter) jar to be loaded. Class conflicts...
   Author: James Taylor, 2013-05-31, 23:31
Re: Couting number of records in a HBase table - HBase - [mail # user]
...Another option is Phoenix (https://github.com/forcedotcom/phoenix),  where you'd do      SELECT count(*) FROM my_table  Regards, James  On 05/28/2013 03:25 PM, ...
   Author: James Taylor, 2013-05-28, 22:45
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
Sort:
project
HBase (75)
Drill (1)
type
mail # user (54)
mail # dev (11)
issue (10)
date
last 7 days (0)
last 30 days (8)
last 90 days (41)
last 6 months (69)
last 9 months (75)
author
Stack (3786)
Ted Yu (2547)
Jean-Daniel Cryans (2293)
Andrew Purtell (1470)
lars hofhansl (1002)
Ryan Rawson (862)
Jean-Marc Spaggiari (703)
Todd Lipcon (672)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
stack (440)
Lars George (439)
Gary Helmling (292)
James Taylor