vinothchandar commented on pull request #2899:
URL: https://github.com/apache/hudi/pull/2899#issuecomment-838080706


   Please let me know once you have tried the configs. 
   
   ```
   public class FileSystemViewStorageConfig extends DefaultHoodieConfig {
   
     // Property Names
     public static final String FILESYSTEM_VIEW_STORAGE_TYPE = 
"hoodie.filesystem.view.type";
     public static final FileSystemViewStorageType DEFAULT_VIEW_STORAGE_TYPE = 
FileSystemViewStorageType.MEMORY;
   
     public static final String FILESYSTEM_VIEW_INCREMENTAL_SYNC_MODE = 
"hoodie.filesystem.view.incr.timeline.sync.enable";
     public static final String DEFAULT_FILESYSTEM_VIEW_INCREMENTAL_SYNC_MODE = 
"false";
   
     public static final String FILESYSTEM_SECONDARY_VIEW_STORAGE_TYPE = 
"hoodie.filesystem.view.secondary.type";
     public static final FileSystemViewStorageType 
DEFAULT_SECONDARY_VIEW_STORAGE_TYPE = FileSystemViewStorageType.MEMORY;
   ```


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


Reply via email to