You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Sagar Sumit (Jira)" <ji...@apache.org> on 2022/07/26 03:17:00 UTC

[jira] [Created] (HUDI-4473) Deprecate EmrFs related configs from DefaultSource

Sagar Sumit created HUDI-4473:
---------------------------------

             Summary: Deprecate EmrFs related configs from DefaultSource
                 Key: HUDI-4473
                 URL: https://issues.apache.org/jira/browse/HUDI-4473
             Project: Apache Hudi
          Issue Type: Task
            Reporter: Sagar Sumit


For context, see here [https://github.com/apache/hudi/pull/6154#discussion_r927021771]

This Jira is to track the removal of certain EmrFS configs once the issue is properly fixed.
{code:java}
// Revisit EMR Spark and EMRFS incompatibilities, for now disable
spark.conf.set("spark.sql.dataPrefetch.enabled", "false")    spark.sparkContext.hadoopConfiguration.set("fs.s3.metadata.cache.expiration.seconds", "0") {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)