| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
70 (0.088s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
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
|
|
|
|