【Apache之 Zeppelin 介绍】

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.

Apache Zeppelin  是一个让交互式数据分析变得可行的基于网页的开源框架。Zeppelin提供了数据分析、数据可视化等功能。

Zeppelin 是一个提供交互数据分析且基于Web的笔记本。方便你做出可数据驱动的、可交互且可协作的精美文档,并且支持多种语言,包括 Scala(使用 Apache Spark)、Python(Apache Spark)、SparkSQL、 Hive、 Markdown、Shell等等。

Multi-purpose Notebook

The Notebook is the place for all your needs

 - Data Ingestion

 - Data Discovery

 - Data Analytics

 - Data Visualization & Collaboration

可实现你所需要的: 

- 数据采集 

- 数据发现 

- 数据分析 

- 数据可视化和协作

支持多种语言,默认是scala(背后是Spark shell),SparkSQL, Markdown 和 Shell。 



 

Starting Apache Zeppelin

Starting Apache Zeppelin from the Command Line

On all unix like platforms:

bin/zeppelin-daemon.sh start

If you are on Windows:

bin\zeppelin.cmd

After Zeppelin has started successfully, go to http://localhost:8080 with your web browser.

Stopping Zeppelin

bin/zeppelin-daemon.sh stop

猜你喜欢

转载自gaojingsong.iteye.com/blog/2372174