mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala and more.
### What is this PR for? Docs for Spell which was added by #1940 ### What type of PR is it? [Documentation] ### Todos * [x] - Add docs for spell * [x] - Fix typo in vis docs ### What is the Jira issue? [ZEPPELIN-2070](https://issues.apache.org/jira/browse/ZEPPELIN-2070) ### How should this be tested? - `cd docs` - `/usr/local/bin/bundle exec jekyll serve --watch` - Open `http://localhost:4000/development/writingzeppelinspell.html` ### Screenshots (if appropriate)   ### Questions: * Does the licenses files need update? - NO * Is there breaking changes for older versions? - NO * Does this needs documentation? - YES Author: 1ambda <1amb4a@gmail.com> Closes #1998 from 1ambda/ZEPPELIN-2070/docs-for-spell and squashes the following commits: |
||
|---|---|---|
| .github | ||
| _tools | ||
| alluxio | ||
| angular | ||
| beam | ||
| bigquery | ||
| bin | ||
| cassandra | ||
| conf | ||
| dev | ||
| docs | ||
| elasticsearch | ||
| file | ||
| flink | ||
| geode | ||
| hbase | ||
| helium-dev | ||
| ignite | ||
| interpreter/lib/python | ||
| jdbc | ||
| kylin | ||
| lens | ||
| licenses | ||
| livy | ||
| markdown | ||
| notebook | ||
| pig | ||
| python | ||
| r | ||
| scalding | ||
| scio | ||
| scripts | ||
| shell | ||
| spark | ||
| spark-dependencies | ||
| testing | ||
| zeppelin-display | ||
| zeppelin-distribution | ||
| zeppelin-examples | ||
| zeppelin-interpreter | ||
| zeppelin-server | ||
| zeppelin-web | ||
| zeppelin-zengine | ||
| .gitignore | ||
| .travis.yml | ||
| LICENSE | ||
| NOTICE | ||
| pom.xml | ||
| README.md | ||
| Roadmap.md | ||
| SECURITY-README.md | ||
| STYLE.md | ||
Apache Zeppelin
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:
- Web based notebook style editor.
- Built-in Apache Spark support
To know more about Zeppelin, visit our web site http://zeppelin.apache.org
Getting Started
Install binary package
Please go to install to install Apache Zeppelin from binary package.
Build from source
Please check Build from source to build Zeppelin from source.