Andrew Yefanov created ZEPPELIN-3799:
----------------------------------------
Summary: Failed to clone Zeppelin repo on Windows
Key: ZEPPELIN-3799
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3799
Project: Zeppelin
Issue Type: Bug
Affects Versions: 0.8.0
Reporter: Andrew Yefanov
If you try to clone the project on windows, an error occures:
{code:java}
error: unable to create file notebook/Zeppelin Tutorial/Matplotlib (Python |
PySpark)_2C2AUG798.zpln: Invalid argument
Your branch is up to date with 'origin/master'.{code}
It happens because note name contains "|" symbol.
Windows denies creating files with names, containing following symbols:
{code}
\/:*?"<>|
{code}
Remove these symbols please.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)