zeppelin.server.addr
0.0.0.0
Server address
zeppelin.server.port
6060
Server port.
zeppelin.server.ssl.port
8443
Server ssl port. (used when ssl property is set to true)
zeppelin.server.context.path
/
Context Path of the Web Application
zeppelin.war.tempdir
webapps
Location of jetty temporary directory
zeppelin.notebook.dir
notebook
path or URI for notebook persist
zeppelin.notebook.homescreen
id of notebook to be displayed in homescreen. ex) 2A94M5J1Z Empty value displays default home screen
zeppelin.notebook.homescreen.hide
false
hide homescreen notebook from list when this value set to true
zeppelin.notebook.storage
org.apache.zeppelin.notebook.repo.GitNotebookRepo
versioned notebook persistence layer implementation
zeppelin.notebook.one.way.sync
false
If there are multiple notebook storages, should we treat the first one as the only source of truth?
zeppelin.interpreter.dir
interpreter
Interpreter implementation base directory
zeppelin.interpreter.localRepo
local-repo
Local repository for interpreter's additional dependency loading
zeppelin.interpreter.dep.mvnRepo
http://repo1.maven.org/maven2/
Remote principal repository for interpreter's additional dependency loading
zeppelin.dep.localrepo
local-repo
Local repository for dependency loader
zeppelin.helium.npm.registry
http://registry.npmjs.org/
Remote Npm registry for Helium 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.postgresql.PostgreSqlInterpreter,org.apache.zeppelin.jdbc.JDBCInterpreter,org.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,org.apache.zeppelin.mysql.MysqlInterpreter
Comma separated interpreter configurations. First interpreter become a default
zeppelin.interpreter.group.order
spark,md,angular,sh,livy,alluxio,file,psql,flink,python,ignite,lens,cassandra,geode,kylin,elasticsearch,scalding,jdbc,hbase,bigquery,beam
zeppelin.interpreter.connect.timeout
30000
Interpreter process connect timeout in msec.
zeppelin.interpreter.output.limit
102400
Output message from interpreter exceeding the limit will be truncated
zeppelin.ssl
false
Should SSL be used by the servers?
zeppelin.ssl.client.auth
false
Should client authentication be used for SSL connections?
zeppelin.ssl.keystore.path
keystore
Path to keystore relative to Zeppelin configuration directory
zeppelin.ssl.keystore.type
JKS
The format of the given keystore (e.g. JKS or PKCS12)
zeppelin.ssl.keystore.password
change me
Keystore password. Can be obfuscated by the Jetty Password tool
zeppelin.ssl.truststore.path
truststore
Path to truststore relative to Zeppelin configuration directory. Defaults to the keystore path
zeppelin.ssl.truststore.type
JKS
The format of the given truststore (e.g. JKS or PKCS12). Defaults to the same type as the keystore type
zeppelin.server.allowed.origins
*
Allowed sources for REST and WebSocket requests (i.e. http://onehost:8080,http://otherhost.com). If you leave * you are vulnerable to https://issues.apache.org/jira/browse/ZEPPELIN-173
zeppelin.anonymous.allowed
false
Anonymous user allowed by default
zeppelin.notebook.public
true
Make notebook public by default when created, private otherwise
zeppelin.websocket.max.text.message.size
1024000
Size in characters of the maximum text message to be received by websocket. Defaults to 1024000