[
https://issues.apache.org/jira/browse/METRON-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15839876#comment-15839876
]
ASF GitHub Bot commented on METRON-641:
---------------------------------------
Github user mmiklavc commented on the issue:
https://github.com/apache/incubator-metron/pull/405
Hi, thanks for the contribution! Per Matt's comments, we do require Python
2.7. I don't believe that's in our main README, but it is listed in our
deployment READMEs, e.g.
https://github.com/apache/incubator-metron/tree/master/metron-deployment/vagrant/quick-dev-platform
That being said, we have made this exact fix/change in other files in the
Ambari installation code and it should be here as well. Also agreed with Matt's
comments about the other 3 braces.
> Fix Kibana install file
> -----------------------
>
> Key: METRON-641
> URL: https://issues.apache.org/jira/browse/METRON-641
> Project: Metron
> Issue Type: Bug
> Affects Versions: 0.3.0
> Reporter: Dima Kovalyov
> Priority: Minor
>
> Kibana installed as part of Metron mpack winthin Ambari will fail during
> start with following error:
> {code}
> ValueError: zero length field name in format
> {code}
> We can fix it with:
> {code}
> sed -i 's@{}/kibana@{0}/kibana@g'
> /incubator-metron/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/KIBANA/4.5.1/package/scripts/kibana_master.py
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)