Muhammad-ms 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_r404712590
 
 

 ##########
 File path: 
zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Note.java
 ##########
 @@ -70,9 +71,13 @@
 
   // serialize Paragraph#runtimeInfos and Note#path to frontend but not to 
note file
   private static final ExclusionStrategy strategy = new ExclusionStrategy() {
+    List<String> fieldsExcluded = Arrays.asList(
+            System.getProperty("zeppelin.note.file.exclude.fields", "")
 
 Review comment:
   Added the propery to zeppelin-site.xml template

----------------------------------------------------------------
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

Reply via email to