[GitHub] [hudi] zuyanton commented on issue #1847: [SUPPORT] querying MoR tables on S3 becomes slow with number of files growing

2020-07-20 Thread GitBox
zuyanton commented on issue #1847: URL: https://github.com/apache/hudi/issues/1847#issuecomment-661287128 @bvaradar , logging ```fileStatus.getClass().getName()``` from within ```HoodieBaseFile``` constructor, gives me ```com.amazon.ws.emr.hadoop.fs.s3n.S3NativeFileSystem``` ---

[GitHub] [hudi] zuyanton commented on issue #1847: [SUPPORT] querying MoR tables on S3 becomes slow with number of files growing

2020-07-26 Thread GitBox
zuyanton commented on issue #1847: URL: https://github.com/apache/hudi/issues/1847#issuecomment-664064544 Looks like CSE is disabled on the cluster, however I can see that we still specify CSE key id in cluster config. is ```fs.s3.cse.enabled``` is the only flag that triggers EMR to overri