Created 01-05-2016 03:17 PM
I'm looking for a solution to make the Hbase lily indexer high Availabile.
Thanks 😃
Created 01-13-2016 09:52 AM
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
Lily indexing is based on SOLR. You can look into the option of SOLR Cloud.
Created 01-05-2016 09:05 PM
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
@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
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
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