zjffdu commented on a change in pull request #3721: [Zeppelin 4731] Ability to exclude fields from being saved in Note files URL: https://github.com/apache/zeppelin/pull/3721#discussion_r404713406
########## File path: conf/zeppelin-site.xml.template ########## @@ -61,6 +61,12 @@ <description>path or URI for notebook persist</description> </property> +<property> + <name>zeppelin.note.file.exclude.fields</name> + <value>results,status</value> Review comment: The default value should be empty, because users would copy `zeppelin-site.xml.template` to `zeppelin-site.xml` ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
