You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/01/29 13:14:00 UTC

[jira] [Commented] (AMBARI-22860) Support external zookeeper for Infra Solr and Log Search

    [ https://issues.apache.org/jira/browse/AMBARI-22860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16343337#comment-16343337 ] 

Hudson commented on AMBARI-22860:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #8649 (See [https://builds.apache.org/job/Ambari-trunk-Commit/8649/])
AMBARI-22860. Support external zookeeper for Infra Solr and Log Search (oleewere: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=8ec17e315a6d0c662c26f0a3e58cf32c7e14a5c0])
* (edit) ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-common-env.xml
* (edit) ambari-server/src/main/resources/common-services/AMBARI_INFRA/0.1.0/properties/infra-solr-env.sh.j2
* (edit) ambari-server/src/main/resources/common-services/AMBARI_INFRA/0.1.0/package/scripts/infra_solr.py
* (edit) ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/package/scripts/setup_logsearch.py
* (edit) ambari-common/src/main/python/resource_management/libraries/functions/solr_cloud_util.py
* (edit) ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/properties/logfeeder-env.sh.j2
* (edit) ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/package/scripts/params.py
* (edit) ambari-server/src/main/resources/common-services/AMBARI_INFRA/0.1.0/package/scripts/setup_infra_solr.py
* (edit) ambari-server/src/main/resources/common-services/AMBARI_INFRA/0.1.0/configuration/infra-solr-env.xml
* (edit) ambari-infra/ambari-infra-solr-client/src/main/resources/solrCloudCli.sh
* (edit) ambari-server/src/test/python/stacks/2.4/configs/default.json
* (edit) ambari-server/src/main/resources/common-services/AMBARI_INFRA/0.1.0/package/scripts/params.py
* (edit) ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/properties/logsearch-env.sh.j2


> Support external zookeeper for Infra Solr and Log Search
> --------------------------------------------------------
>
>                 Key: AMBARI-22860
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22860
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-infra
>    Affects Versions: 3.0.0
>            Reporter: Olivér Szabó
>            Assignee: Olivér Szabó
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> Supporting external ZooKeeper from Infra Solr.
> Security: If Infra Solr is secured we can assume that ZooKeeper is secure as well, same for non-secured environment
> Addition to that:
> Ambari Infra (Solr) should handle a customized Zookeeper service principal name.
> Currently this is not supported due to hardcoded and implicit values expecting the Zookeeper service principal name to be {{zookeeper/_HOST}} as opposed to something like {{zookeeper-mycluster/_HOST}}.
> The following changes need to be made:
>  * {{ambari/ambari-logsearch/ambari-logsearch-solr-client/src/main/resources/solrCloudCli.sh}} must be changed to set {{-Dzookeeper.sasl.client.username=<ZOOKEEPER_PRINCPAL_NAME>}}
>  * {{-Dzookeeper.sasl.client.username=<ZOOKEEPER_PRINCPAL_NAME>}} should be added to{{SOLR_OPTS}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)