Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 41733200C39 for ; Thu, 2 Mar 2017 05:25:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3FF2D160B78; Thu, 2 Mar 2017 04:25:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 88CFC160B70 for ; Thu, 2 Mar 2017 05:25:03 +0100 (CET) Received: (qmail 2075 invoked by uid 500); 2 Mar 2017 04:25:02 -0000 Mailing-List: contact commits-help@zeppelin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zeppelin.apache.org Delivered-To: mailing list commits@zeppelin.apache.org Received: (qmail 2065 invoked by uid 99); 2 Mar 2017 04:25:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2017 04:25:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7032ADFDE6; Thu, 2 Mar 2017 04:25:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ahyoungryu@apache.org To: commits@zeppelin.apache.org Message-Id: <8854ec6c480a46c5a5f5062b12d262c2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: zeppelin git commit: add zeppelin.dep.localrepo in zeppelin config Date: Thu, 2 Mar 2017 04:25:02 +0000 (UTC) archived-at: Thu, 02 Mar 2017 04:25:04 -0000 Repository: zeppelin Updated Branches: refs/heads/master f35d5de7d -> b13cc38dc add zeppelin.dep.localrepo in zeppelin config zeppelin.dep.localrepo local-repo Local repository for dependency loader ### What is this PR for? I wanted to change the default directory somewhere else. and then property input 'zeppelin.dep.localrepo'. And I refer to the Zeppelin document and change the location as shown in the screenshot below. reference : https://zeppelin.apache.org/docs/latest/interpreter/spark.html ### What type of PR is it? Improvement ### Todos * [ ] - Task ### What is the Jira issue? * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/ * Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. [ZEPPELIN-533] ### How should this be tested? Outline the steps to test the PR here. ### Screenshots (if appropriate) ![image](https://cloud.githubusercontent.com/assets/497211/22871057/b53a9de8-f1f0-11e6-96b9-4c837b5199c3.png) ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Daniel Jeon Closes #2012 from oeegee/master and squashes the following commits: b8d4dc7 [Daniel Jeon] add content of property : "ZEPPELIN_DEP_LOCALREPO", zeppelin.dep.localrepo 2c4ff88 [Daniel Jeon] add zeppelin.dep.localrepo in zeppelin config Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/b13cc38d Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/b13cc38d Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/b13cc38d Branch: refs/heads/master Commit: b13cc38dc7207ae927ee5f92cf9be1c1afe20000 Parents: f35d5de Author: Daniel Jeon Authored: Thu Feb 23 16:50:52 2017 +0900 Committer: ahyoungryu Committed: Thu Mar 2 13:24:56 2017 +0900 ---------------------------------------------------------------------- conf/zeppelin-site.xml.template | 6 ++++++ docs/install/configuration.md | 6 ++++++ 2 files changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b13cc38d/conf/zeppelin-site.xml.template ---------------------------------------------------------------------- diff --git a/conf/zeppelin-site.xml.template b/conf/zeppelin-site.xml.template index fa47e1b..f4625c4 100755 --- a/conf/zeppelin-site.xml.template +++ b/conf/zeppelin-site.xml.template @@ -240,6 +240,12 @@ + zeppelin.dep.localrepo + local-repo + Local repository for dependency loader + + + zeppelin.interpreters org.apache.zeppelin.spark.SparkInterpreter,org.apache.zeppelin.spark.PySparkInterpreter,org.apache.zeppelin.rinterpreter.RRepl,org.apache.zeppelin.rinterpreter.KnitR,org.apache.zeppelin.spark.SparkRInterpreter,org.apache.zeppelin.spark.SparkSqlInterpreter,org.apache.zeppelin.spark.DepInterpreter,org.apache.zeppelin.markdown.Markdown,org.apache.zeppelin.angular.AngularInterpreter,org.apache.zeppelin.shell.ShellInterpreter,org.apache.zeppelin.file.HDFSFileInterpreter,org.apache.zeppelin.flink.FlinkInterpreter,,org.apache.zeppelin.python.PythonInterpreter,org.apache.zeppelin.python.PythonInterpreterPandasSql,org.apache.zeppelin.python.PythonCondaInterpreter,org.apache.zeppelin.python.PythonDockerInterpreter,org.apache.zeppelin.lens.LensInterpreter,org.apache.zeppelin.ignite.IgniteInterpreter,org.apache.zeppelin.ignite.IgniteSqlInterpreter,org.apache.zeppelin.cassandra.CassandraInterpreter,org.apache.zeppelin.geode.GeodeOqlInterpreter,org.apache.zeppelin.jdbc.JDBCInterpreter,or g.apache.zeppelin.kylin.KylinInterpreter,org.apache.zeppelin.elasticsearch.ElasticsearchInterpreter,org.apache.zeppelin.scalding.ScaldingInterpreter,org.apache.zeppelin.alluxio.AlluxioInterpreter,org.apache.zeppelin.hbase.HbaseInterpreter,org.apache.zeppelin.livy.LivySparkInterpreter,org.apache.zeppelin.livy.LivyPySparkInterpreter,org.apache.zeppelin.livy.LivyPySpark3Interpreter,org.apache.zeppelin.livy.LivySparkRInterpreter,org.apache.zeppelin.livy.LivySparkSQLInterpreter,org.apache.zeppelin.bigquery.BigQueryInterpreter,org.apache.zeppelin.beam.BeamInterpreter,org.apache.zeppelin.pig.PigInterpreter,org.apache.zeppelin.pig.PigQueryInterpreter,org.apache.zeppelin.scio.ScioInterpreter Comma separated interpreter configurations. First interpreter become a default http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b13cc38d/docs/install/configuration.md ---------------------------------------------------------------------- diff --git a/docs/install/configuration.md b/docs/install/configuration.md index de3f6aa..55037b7 100644 --- a/docs/install/configuration.md +++ b/docs/install/configuration.md @@ -268,6 +268,12 @@ If both are defined, then the **environment variables** will take priority. Output message from interpreter exceeding the limit will be truncated +
ZEPPELIN_DEP_LOCALREPO
+
zeppelin.dep.localrepo
+ local-repo + Local repository for dependency loader.
ex)visualiztion modules of npm. + +
ZEPPELIN_WEBSOCKET_MAX_TEXT_MESSAGE_SIZE
zeppelin.websocket.max.text.message.size
1024000