fix: resolve sora's comment 1.1

This commit is contained in:
1ambda 2017-06-12 19:40:07 +09:00
parent 4c29469281
commit 513c6ff2c0

View file

@ -25,17 +25,17 @@ limitations under the License.
<br/>
Apache Zeppelin
For a brief overview of Apache Spark fundamentals with Apache Zeppelin, see the following guide:
- provides **built-in** Apache Spark integration.
- **built-in** Apache Spark integration.
- with [SparkSQL](http://spark.apache.org/sql/), [PySpark](https://spark.apache.org/docs/latest/api/python/pyspark.html), [SparkR](https://spark.apache.org/docs/latest/sparkr.html)
- inject automatically [SparkContext](https://spark.apache.org/docs/latest/api/java/org/apache/spark/SparkContext.html) and [SQLContext](https://spark.apache.org/docs/latest/sql-programming-guide.html)
- can load dependencies (jars) at runtime using [dependency loader](../interpreter/spark.html#dependencyloading)
- is able to cancel job and displaying its progress
- works with external spark while supporting [Spark Cluster Mode](../setup/deployment/spark_cluster_mode.html#apache-zeppelin-on-spark-cluster-mode)
- inject [SparkContext](https://spark.apache.org/docs/latest/api/java/org/apache/spark/SparkContext.html) and [SQLContext](https://spark.apache.org/docs/latest/sql-programming-guide.html) automatically
- dependencies loading (jars) at runtime using [dependency loader](../interpreter/spark.html#dependencyloading)
- canceling job and displaying its progress
- supporting [Spark Cluster Mode](../setup/deployment/spark_cluster_mode.html#apache-zeppelin-on-spark-cluster-mode) for external spark clusters
- supports [different context per user / note](../usage/interpreter/interpreter_binding_mode.html)
- shares variables among PySpark, SparkR and Spark through [ZeppelinContext](../interpreter/spark.html#zeppelincontext)
- has [Livy Interpreter](../interpreter/livy.html)
- sharing variables among PySpark, SparkR and Spark through [ZeppelinContext](../interpreter/spark.html#zeppelincontext)
- [Livy Interpreter](../interpreter/livy.html)
<br/>