[
https://issues.apache.org/jira/browse/METRON-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16355570#comment-16355570
]
ASF GitHub Bot commented on METRON-1444:
----------------------------------------
Github user nickwallen commented on the issue:
https://github.com/apache/metron/pull/928
I disagree @ottobackwards . The core problem is that there is a bug in
Ambari that prevented us from loading the repos directly in the Mpack. The
only way to fix this is to upgrade.
This looks solid. I'm going to spin this up now. Glad this one will soon
be in the rearview mirror.
> Add Ubuntu Repositories for Elasticsearch to the Mpack
> ------------------------------------------------------
>
> Key: METRON-1444
> URL: https://issues.apache.org/jira/browse/METRON-1444
> Project: Metron
> Issue Type: Bug
> Reporter: Nick Allen
> Assignee: Michael Miklavcic
> Priority: Major
>
> Currently the user must manually do something like the following to manually
> add the package repos before installing Metron with the MPack. These
> repositories need to be added as part of the MPack so that the manual step is
> not required.
> {{cat >/etc/apt/sources.list.d/elasticsearch.list << EOL}}
> {{deb [https://packages.elastic.co/curator/5/debian] stable main}}
> {{deb [https://artifacts.elastic.co/packages/5.x/apt] stable main}}
> {{EOL}}
> {{apt-get update}}
> NOTE: On the first attempt in fixing this defect, repository validation fails
> in Ambari and packages cannot be installed from these repos. We need to
> better understand how Ambari is validating the repos.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)