mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
### What is this PR for? Doc should deliver key features and recommended usage more simple and easy way. - docs/install/install.md has lots of duplicated section with README.md. - docs/install/install.md includes install from binary as well as build from source. I've seen that makes some beginners try download binary and then source build it again. - recommended and key usage need to be highlighted. - Be less verbose in key instructions. Move optional, additional info from in the middle of key instruction to end of the each page. ### What type of PR is it? Improvement ### Todos * [x] - improve doc ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1644 ### How should this be tested? Run doc locally ### 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: Lee moon soo <moon@apache.org> Closes #1615 from Leemoonsoo/ZEPPELIN-1644 and squashes the following commits:e554216[Lee moon soo] Add build item in index.mdc6b25f8[Lee moon soo] Update suggested build command.c7a19eb[Lee moon soo] Add build.mde59fe3f[Lee moon soo] make document easier to follow key instructions
29 lines
1.3 KiB
Markdown
29 lines
1.3 KiB
Markdown
# Apache Zeppelin
|
|
|
|
**Documentation:** [User Guide](http://zeppelin.apache.org/docs/latest/index.html)<br/>
|
|
**Mailing Lists:** [User and Dev mailing list](http://zeppelin.apache.org/community.html)<br/>
|
|
**Continuous Integration:** [](https://travis-ci.org/apache/zeppelin) <br/>
|
|
**Contributing:** [Contribution Guide](https://zeppelin.apache.org/contribution/contributions.html)<br/>
|
|
**Issue Tracker:** [Jira](https://issues.apache.org/jira/browse/ZEPPELIN)<br/>
|
|
**License:** [Apache 2.0](https://github.com/apache/zeppelin/blob/master/LICENSE)
|
|
|
|
|
|
**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](http://zeppelin.apache.org)
|
|
|
|
|
|
## Getting Started
|
|
|
|
### Install binary package
|
|
Please go to [install](http://zeppelin.apache.org/docs/snapshot/install/install.html) to install Apache Zeppelin from binary package.
|
|
|
|
### Build from source
|
|
Please check [Build from source](http://zeppelin.apache.org/docs/snapshot/install/build.html) to build Zeppelin from source.
|
|
|
|
|