[
https://issues.apache.org/jira/browse/METRON-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15840061#comment-15840061
]
ASF GitHub Bot commented on METRON-270:
---------------------------------------
Github user justinleet commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/423#discussion_r98042135
--- Diff:
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/indexing_master.py
---
@@ -115,6 +116,16 @@ def elasticsearch_template_delete(self, env):
yaf_cmd = ambari_format('curl -s -XDELETE
"http://{es_http_url}/yaf_index*"')
Execute(yaf_cmd, logoutput=True)
+ def zeppelin_dashboard_install(self, env):
+ from params import params
+ env.set_params(params)
+
+ for dirName, subdirList, files in
os.walk(params.metron_config_zeppelin_path):
--- End diff --
I'll add logging for that. You're right, in the case that there are no
notebooks, it'd be helpful to see what it's using.
> Add Zeppelin to the platform
> ----------------------------
>
> Key: METRON-270
> URL: https://issues.apache.org/jira/browse/METRON-270
> Project: Metron
> Issue Type: New Feature
> Reporter: James Sirota
> Assignee: Justin Leet
> Labels: METRON_ML
>
> I propose adding Zeppelin to the platform to aid in interactive dashboarding
> and data visualizations
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)