[
https://issues.apache.org/jira/browse/METRON-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15840047#comment-15840047
]
ASF GitHub Bot commented on METRON-270:
---------------------------------------
Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/423#discussion_r98040142
--- 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 --
Would it make sense to log the path that it is looking for the Notebooks
in; `params.metron_config_zeppelin_path`? I'd like to see this in the Ambari
status output, especially if it doesn't find any Notebooks.
> 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)