- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to setup high availability for lily Hbase indexer
- Labels:
-
Apache HBase
-
Apache Solr
Created 01-05-2016 03:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm looking for a solution to make the Hbase lily indexer high Availabile.
Thanks 😃
Created 01-13-2016 09:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I Finally found an answer, In the HBase lily indexer there is no single point of failure, the simple fact of running multiple instances is sufficient and will also share the work of indexing over the nodes cause it's based on the hbase replication.
Created 01-05-2016 07:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Lily indexing is based on SOLR. You can look into the option of SOLR Cloud.
Created 01-05-2016 09:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes the solr nodes can be managed in a one to be HA, but i'm more asking about the lily nodes.
Created 01-13-2016 03:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Mehdi TAZI Lily is not an HDP product, it was contributed by Ngdata. You should reach out to their mailing list for any HA advice? You may have to come up with your own HA for it, then you should certainly share your docs here for the best of the community! As far as HBase, make sure you run multiple master servers. Here is how you can setup HBase Master HA.
Created 01-13-2016 09:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I Finally found an answer, In the HBase lily indexer there is no single point of failure, the simple fact of running multiple instances is sufficient and will also share the work of indexing over the nodes cause it's based on the hbase replication.
Created 01-13-2016 11:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can earn points and build a great reputation on this site if you can write a short article and post it. I am sure there are a lot of customers that would be interested in the same @Mehdi TAZI