Code Repositories

Find and share code repositories
Announcements
Celebrating as our community reaches 100,000 members! Thank you!
Labels (2)
avatar
Repo Description

An Ambari Service to deploy/monitor Solr platform for search on HDP - Lucidworks is working on getting this added to official HDP 2.3..

Repo Info
Github Repo URL https://github.com/abajwa-hw/solr-stack
Github account name abajwa-hw
Repo name solr-stack
4,022 Views
Comments
avatar

Interesting that oficial lucidworks repo (https://github.com/LucidWorks/solr-stack) still uses Ali's @Ali Bajwa URL in git clone command.

avatar

They took my demo version and added more features (like ssl and validation etc) for the official version. But their version was designed to be part of Ambari (which is part of the reason it was delayed), so not sure if it will work by cloning the git.. the same way the demo one works.

avatar
Rising Star

Iwant to thank you because your Solr stack implementation is great! We installed Solr without any issue on HDP with Ambari. Do you plan to support also Kerberos in the next release?

avatar
@Andrea D'Orio

Do you mean kerberizing Solr (Solr Kerberos + Spnego authentication) or installing Solr in a kerberized environment (and running it unkerberized)?

avatar
Rising Star

@Jonas Straub Installing Solr in a kerberized environment...

avatar

Thaks Andrea. The service will actually currently let you install Solr and work in kerborized cluster (have tested this) - but doesn't yet support kerborizing Solr itself or storing indexes in kerborized HDFS

avatar

@Ali Bajwa - Is this officially supported?

avatar
Expert Contributor

Hi @Ali Bajwa,

I installed solr from ambari but, befor startup of solr process, ambari mark it as installed and not started.

Meanwhile solr run correctly.

I attached logs of Ambari-server

[qtp-ambari-agent-3125] HeartBeatHandler:683 - State of service component SOLR_MASTER of service SOLR of cluster localhdp has changed from STARTED to INSTALLED at host slave01.localhdp

My stack is:

ambari 2.2.0.0

HDP-2.3.4.0-3485

CentOS 7.2.1511

java 1.8.0_60

Do you have any idea why?