Re: Integrating Hbase with Solr

2018-03-02 Thread Jean-Marc Spaggiari
Hi Nitin, Have you try google? There is many examples online. Here is one: https://www.cloudera.com/documentation/enterprise/5-5-x/topics/search_config_hbase_indexer_for_search.html It's old, but should still be correct. This one is a bit more recent and contains a morphilne example: https://

Re: How to get bulk delete [Hbase1.2.0]

2018-03-02 Thread Ted Yu
For #2, BulkDeleteEndpoint still exists - in hbase-examples branch. ./hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/BulkDeleteEndpoint.java On Thu, Mar 1, 2018 at 10:02 PM, Vikash Agarwal wrote: > Hi Team, > > I am looking for a bulk delete in Hbase. > > I am looking

Re: MultipleColumnPrefixFilter issues with SingleColumnValueFilter

2018-03-02 Thread Ted Yu
I looked at git log for MultipleColumnPrefixFilter - there has been no more fix since 1.2.0 Can you reproduce what you observed using a unit test ? It would be easier to understand the scenario through unit test. Cheers On Thu, Mar 1, 2018 at 9:57 PM, Vikash Agarwal wrote: > Hi Team, > > > Cu

Re: Integrating Hbase with Solr

2018-03-02 Thread Nitin Gupta
Hi Jean, Yes I tried integration using the content available on Internet. Since we are not using Cloudera I wanted to use the open source version of lily update indexer. We want to use it AWS EMR. The source available for lily update indexer on git has reference to older version of kite- morph