This is an automated email from the ASF dual-hosted git repository.

mmiklavcic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron.git


The following commit(s) were added to refs/heads/master by this push:
     new 8bb7a27  METRON-2051 Improve stellar-zeppelin documentation (mmiklavc) 
closes apache/metron#1366
8bb7a27 is described below

commit 8bb7a27cd97a4d6e513f073463b9e62e96387f3d
Author: mmiklavc <[email protected]>
AuthorDate: Wed Mar 27 11:28:46 2019 -0600

    METRON-2051 Improve stellar-zeppelin documentation (mmiklavc) closes 
apache/metron#1366
---
 metron-stellar/stellar-zeppelin/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/metron-stellar/stellar-zeppelin/README.md 
b/metron-stellar/stellar-zeppelin/README.md
index 1720257..b79e2d3 100644
--- a/metron-stellar/stellar-zeppelin/README.md
+++ b/metron-stellar/stellar-zeppelin/README.md
@@ -62,6 +62,10 @@ To install the Stellar Interpreter in your Apache Zeppelin 
installation, follow
     bin/install-interpreter.sh --name stellar --artifact 
org.apache.metron:stellar-zeppelin:0.7.1
     ```
 
+    **Note:** The above command will download maven artifact 
groupId1:artifact1:version1 (org.apache.metron:stellar-zeppelin:0.7.1) and all 
of its transitive dependencies into the $ZEPPELIN_HOME/interpreter/stellar 
directory. `stellar-common`, which contains many of the [Stellar Core 
Functions](../stellar-common#stellar-core-functions), will be included 
transitively because `stellar-zeppelin` declares it as a direct dependency in 
its Maven pom.xml.
+
+    * [3rd Party Zeppelin Interpreter Installation 
Documentation](https://zeppelin.apache.org/docs/0.7.3/manual/interpreterinstallation.html#3rd-party-interpreters)
+
 1. Start Zeppelin.  
 
     ```

Reply via email to