mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
### What is this PR for?
A tutorial notebook filename, which includes `|`, is not compatible with windows filesystem.
This PR replace `|` with `,`.
### What type of PR is it?
Bug Fix
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3839
### How should this be tested?
CI pass
### 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 #3213 from Leemoonsoo/ZEPPELIN-3839 and squashes the following commits:
|
||
|---|---|---|
| .. | ||
| Basic Features (Spark)_2A94M5J1Z.zpln | ||
| Matplotlib (Python, PySpark)_2C2AUG798.zpln | ||
| R (SparkR)_2BWJFTXKJ.zpln | ||
| Using Flink for batch processing_2C35YU814.zpln | ||
| Using Mahout_2BYEZ5EVK.zpln | ||
| Using Pig for querying data_2C57UKYWR.zpln | ||