[
https://issues.apache.org/jira/browse/METRON-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15788944#comment-15788944
]
ASF GitHub Bot commented on METRON-641:
---------------------------------------
GitHub user DimDroll opened a pull request:
https://github.com/apache/incubator-metron/pull/405
METRON-641: Fixed kibana_master.py Python3 miss
Kibana installed as part of Metron mpack winthin Ambari will fail during
start with following error:
ValueError: zero length field name in format
This fixed it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DimDroll/incubator-metron patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-metron/pull/405.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #405
----
commit 5dc93d2088918c9cd7d665af80c780a59fcdb246
Author: DimDroll <[email protected]>
Date: 2016-12-31T05:09:38Z
METRON-641: Fixed kibana_master.py Python3 miss
----
> 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)