Repository: zeppelin Updated Branches: refs/heads/master f35d5de7d -> b13cc38dc
add zeppelin.dep.localrepo in zeppelin config <property> <name>zeppelin.dep.localrepo</name> <value>local-repo</value> <description>Local repository for dependency loader</description> </property> ### 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)  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Daniel Jeon <oee...@gmail.com> 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 <oee...@gmail.com> Authored: Thu Feb 23 16:50:52 2017 +0900 Committer: ahyoungryu <ahyoung...@apache.org> 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 @@ </property> <property> + <name>zeppelin.dep.localrepo</name> + <value>local-repo</value> + <description>Local repository for dependency loader</description> +</property> + +<property> <name>zeppelin.interpreters</name> <value>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</value> <description>Comma separated interpreter configurations. First interpreter become a default</description> 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. <td>Output message from interpreter exceeding the limit will be truncated</td> </tr> <tr> + <td><h6 class="properties">ZEPPELIN_DEP_LOCALREPO</h6></td> + <td><h6 class="properties">zeppelin.dep.localrepo</h6></td> + <td>local-repo</td> + <td>Local repository for dependency loader.<br>ex)visualiztion modules of npm.</td> + </tr> + <tr> <td><h6 class="properties">ZEPPELIN_WEBSOCKET_MAX_TEXT_MESSAGE_SIZE</h6></td> <td><h6 class="properties">zeppelin.websocket.max.text.message.size</h6></td> <td>1024000</td>