This is an automated email from the ASF dual-hosted git repository. zjffdu pushed a change to branch branch-0.10 in repository https://gitbox.apache.org/repos/asf/zeppelin.git.
from f9667b2 Preparing development version 0.11.0-SANPSHOT new bdaa3ef [ZEPPELIN-5468]Fast return when invalid ticket of no session case new f61afb5 [ZEPPELIN-5480] Update python doc new 9d1dd88 [ZEPPELIN-5484]. Update flink doc new 1073213 [ZEPPELIN-5487] Add docker usage in R interpreter doc new 264d1ac [ZEPPELIN-5489] Fix NullPointerException, if the InterpreterResult is null new faf1511 [ZEPPELIN-5483] Update spark doc The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: docs/README.md | 2 +- docs/_includes/themes/zeppelin/_navigation.html | 4 +- .../zeppelin/img/docs-img/flink_append_mode.gif | Bin 294307 -> 283669 bytes .../zeppelin/img/docs-img/flink_architecture.png | Bin 0 -> 71228 bytes .../img/docs-img/flink_docker_tutorial.gif | Bin 0 -> 1688852 bytes .../img/docs-img/flink_scala_codecompletion.png | Bin 0 -> 24687 bytes .../zeppelin/img/docs-img/flink_sql_comment.png | Bin 0 -> 115812 bytes .../zeppelin/img/docs-img/flink_sql_jobname.png | Bin 0 -> 37968 bytes .../img/docs-img/flink_sql_multiple_insert.png | Bin 0 -> 64647 bytes .../img/docs-img/flink_sql_parallelism.png | Bin 0 -> 36481 bytes .../img/docs-img/flink_streaming_wordcount.png | Bin 0 -> 159732 bytes .../zeppelin/img/docs-img/flink_udf_jars.png | Bin 0 -> 52702 bytes .../zeppelin/img/docs-img/flink_update_mode.gif | Bin 131055 -> 205217 bytes .../zeppelin/img/docs-img/python_pandas_sql.png | Bin 0 -> 137740 bytes .../zeppelin/img/docs-img/python_zshow_df.png | Bin 0 -> 206138 bytes .../themes/zeppelin/img/docs-img/r_shiny_app.gif | Bin 0 -> 477942 bytes docs/interpreter/flink.md | 594 ++++++--- docs/interpreter/ksql.md | 6 +- docs/interpreter/python.md | 203 ++- docs/interpreter/r.md | 17 + docs/interpreter/spark.md | 304 +++-- docs/quickstart/flink_with_zeppelin.md | 42 + docs/quickstart/install.md | 30 +- docs/quickstart/python_with_zeppelin.md | 5 +- docs/quickstart/r_with_zeppelin.md | 42 + docs/quickstart/spark_with_zeppelin.md | 13 +- docs/quickstart/sql_with_zeppelin.md | 2 + docs/setup/deployment/flink_and_spark_cluster.md | 2 + docs/usage/interpreter/dependency_management.md | 5 +- .... PySpark Conda Env in Yarn Mode_2GE79Y5FV.zpln | 1397 ++++++++++++++++++++ .../zeppelin/rest/message/ParagraphJobStatus.java | 2 +- .../org/apache/zeppelin/socket/NotebookServer.java | 19 +- 32 files changed, 2340 insertions(+), 349 deletions(-) create mode 100644 docs/assets/themes/zeppelin/img/docs-img/flink_architecture.png create mode 100644 docs/assets/themes/zeppelin/img/docs-img/flink_docker_tutorial.gif create mode 100644 docs/assets/themes/zeppelin/img/docs-img/flink_scala_codecompletion.png create mode 100644 docs/assets/themes/zeppelin/img/docs-img/flink_sql_comment.png create mode 100644 docs/assets/themes/zeppelin/img/docs-img/flink_sql_jobname.png create mode 100644 docs/assets/themes/zeppelin/img/docs-img/flink_sql_multiple_insert.png create mode 100644 docs/assets/themes/zeppelin/img/docs-img/flink_sql_parallelism.png create mode 100644 docs/assets/themes/zeppelin/img/docs-img/flink_streaming_wordcount.png create mode 100644 docs/assets/themes/zeppelin/img/docs-img/flink_udf_jars.png create mode 100644 docs/assets/themes/zeppelin/img/docs-img/python_pandas_sql.png create mode 100644 docs/assets/themes/zeppelin/img/docs-img/python_zshow_df.png create mode 100644 docs/assets/themes/zeppelin/img/docs-img/r_shiny_app.gif create mode 100644 docs/quickstart/flink_with_zeppelin.md create mode 100644 docs/quickstart/r_with_zeppelin.md create mode 100644 notebook/Spark Tutorial/8. PySpark Conda Env in Yarn Mode_2GE79Y5FV.zpln