zjffdu commented on a change in pull request #3320: [ZEPPELIN-3977]. Create shell script for converting old note file to new file URL: https://github.com/apache/zeppelin/pull/3320#discussion_r264550663
########## File path: docs/setup/operation/upgrading.md ########## @@ -35,6 +35,12 @@ So, copying `notebook` and `conf` directory should be enough. ## Migration Guide +### Upgrading from Zeppelin 0.8 to 0.9 + + - From 0.9, we change the notes file name structure ([ZEPPELIN-2619](https://issues.apache.org/jira/browse/ZEPPELIN-2619)). So when you upgrading zeppelin to 0.9, you need to upgrade note file. Here's steps you need to follow: Review comment: @felixcheung I have fixed by adding commit message during note message. Here's the what I see when I upgrade the built-in zeppelin tutorial notes. But there's no commit message when deleting note. This is a bug of `GitNotebookRepo` ``` commit 7b1e12fe720fcaee916b7be7494e587d766703cd (HEAD -> master) Author: Jeff Zhang <zjf...@apache.org> Date: Tue Mar 12 15:36:46 2019 +0800 Upgrade note 'Untitled Note 1' from old format to new format commit db9de85f65896f02f8ed112d84ca0ba89d09625b Author: Jeff Zhang <zjf...@apache.org> Date: Tue Mar 12 15:36:46 2019 +0800 Upgrade note 'Basic Features (Spark)' from old format to new format commit cf0c44f3c6ecf17ed846ce953c4d281a9623b4b5 Author: Jeff Zhang <zjf...@apache.org> Date: Tue Mar 12 15:36:45 2019 +0800 Upgrade note 'Using Pig for querying data' from old format to new format commit b4fb0f512b0f5862983a308c792ea1ab6bd2351f Author: Jeff Zhang <zjf...@apache.org> Date: Tue Mar 12 15:36:45 2019 +0800 Upgrade note 'Matplotlib (Python • PySpark)' from old format to new format commit 6f1d7608adb793f5efa58b9916eb5ff36002f236 Author: Jeff Zhang <zjf...@apache.org> Date: Tue Mar 12 15:36:45 2019 +0800 Upgrade note 'R (SparkR)' from old format to new format ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services