[
https://issues.apache.org/jira/browse/SPARK-38425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-38425:
------------------------------------
Assignee: (was: Apache Spark)
> Avoid possible errors due to incorrect file size or type supplied in hadoop
> conf.
> ---------------------------------------------------------------------------------
>
> Key: SPARK-38425
> URL: https://issues.apache.org/jira/browse/SPARK-38425
> Project: Spark
> Issue Type: Improvement
> Components: Kubernetes
> Affects Versions: 3.2.1
> Reporter: luyuan
> Priority: Major
>
> This would avoid failures, in case the files are a bit large or a user places
> a binary file inside the HADOOP_CONF_DIR.
> Both of which are not supported at the moment.
> The reason is, underlying etcd store does limit the size of each entry to
> only 1.5 MiB.
> [https://etcd.io/docs/v3.4.0/dev-guide/limit/]
> We can process this like SPARK-32221
> https://issues.apache.org/jira/browse/SPARK-32221.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]