[
https://issues.apache.org/jira/browse/METRON-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16525486#comment-16525486
]
ASF GitHub Bot commented on METRON-1645:
----------------------------------------
Github user nickwallen commented on the issue:
https://github.com/apache/metron/pull/1086
Looks like we're having problems kerberizing after we merged the Solr
feature branch. . I will run this up now and validate your fix. Good find
@MohanDV !
> All the Metron Service stop/start fail after Kerberizing the cluster due to
> missing config parameters
> -----------------------------------------------------------------------------------------------------
>
> Key: METRON-1645
> URL: https://issues.apache.org/jira/browse/METRON-1645
> Project: Metron
> Issue Type: Bug
> Reporter: Mohan
> Assignee: Mohan
> Priority: Major
>
> The installation of HCP 1.5.1.0-16 successful and all the services came up,
> When I kerberize the HCP and restart all services in the cluster, all the
> Metron services including the metron client fails with below error:
> {code:java}
> Traceback (most recent call last):
> File
> "/var/lib/ambari-agent/cache/common-services/METRON/0.5.1.1.5.1.0/package/scripts/parser_master.py",
> line 97, in <module>
> ParserMaster().execute()
> File
> "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py",
> line 375, in execute
> method(env)
> File
> "/var/lib/ambari-agent/cache/common-services/METRON/0.5.1.1.5.1.0/package/scripts/parser_master.py",
> line 61, in start
> from params import params
> File
> "/var/lib/ambari-agent/cache/common-services/METRON/0.5.1.1.5.1.0/package/scripts/params/params.py",
> line 27, in <module>
> from params_linux import *
> File
> "/var/lib/ambari-agent/cache/common-services/METRON/0.5.1.1.5.1.0/package/scripts/params/params_linux.py",
> line 262, in <module>
> solr_principal_name = solr_principal_name.replace('_HOST',
> hostname_lowercase)
> File
> "/usr/lib/ambari-agent/lib/resource_management/libraries/script/config_dictionary.py",
> line 73, in __getattr__
> raise Fail("Configuration parameter '" + self.name + "' was not found in
> configurations dictionary!")
> resource_management.core.exceptions.Fail: Configuration parameter
> 'solr-config-env' was not found in configurations dictionary!
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)