Re: Getting SQLFeatureNotSupportedException while connecting Hbase phoenix via river-jdbc

2014-12-11 Thread Alex Kamil
Rimita, this was fixed in phoenix 3.1.0, pls follow these instructions: http://lessc0de.github.io/connecting_hbase_to_elasticsearch.html On Thu, Dec 11, 2014 at 3:53 AM, cto@TCS wrote: > > Thank you so much > > > On Thursday, December 11, 2014 12:49:49 PM UTC+5:30, cto@TCS wrote: >> >> Hi, >> >>

Re: Using ES as a primary datastore.

2014-11-24 Thread Alex Kamil
in the spirit of this thread let me plug my favorite database here: Connecting Hbase to Elasticsearch in 10 min or less On Mon, Nov 24, 2014 at 2:25 PM, Elvar Böðvarsson wrote: > Like others have mentioned, there is a risk of dat

Re: Using ES as a primary datastore.

2014-09-17 Thread Alex Kamil
ES is a fantastic search engine but there is some risk of data loss, and a few other potential disadvantages which might or might not be relevant to you. You

Re: Linking of query/search

2014-09-12 Thread Alex Kamil
you can combine ES with RDBMS, and run your SQL queries either directly against db, or pull data via JDBC River into ES, I wrote about it here: http://lessc0de.github.io/connecting_hbase_to_elasticsearch.html On Fri, Sep 12, 2014 at 10:55 AM, Ivan Brusic wrote: > You cannot join documents in Lu

Connecting Hbase to Elasticsearch

2014-09-10 Thread Alex Kamil
I posted step-by-step instructions here on using Apache Hbase/Phoenix with Elasticsearch JDBC River. This might be useful to Elasticsearch users who want to use Hbase as a primary data store, and to Hbase users who wish to enable f