commit | 1ac0e2f0086b7da5b7149562f2db8647c3b711c9 | [log] [tgz] |
---|---|---|
author | Jeff Zhang <zjffdu@apache.org> | Wed Jun 27 15:52:12 2018 +0800 |
committer | Jeff Zhang <zjffdu@apache.org> | Thu Jul 12 09:54:49 2018 +0800 |
tree | 5c39d04d801e8120ecf83341592ab654cb0a75ef | |
parent | d9abff6130ec924b9c02742b8389d3577ebc990d [diff] |
ZEPPELIN-3563. Add pool to paragraph property that use spark interpreter ### What is this PR for? Allow user to specify the pool when running spark sql in concurrent approach. e.g. ``` %spark.sql(pool=pool_1) sql statement ``` ### What type of PR is it? [Feature] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-3563 ### How should this be tested? * CI pass ### 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: Jeff Zhang <zjffdu@apache.org> Closes #3044 from zjffdu/ZEPPELIN-3563 and squashes the following commits: 255f5baf9 [Jeff Zhang] ZEPPELIN-3563. Add pool to paragraph property that use spark interpreter
Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration:
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core feature:
To know more about Zeppelin, visit our web site http://zeppelin.apache.org
Please go to install to install Apache Zeppelin from binary package.
Please check Build from source to build Zeppelin from source.