[ https://issues.apache.org/jira/browse/SPARK-3399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Josh Rosen resolved SPARK-3399. ------------------------------- Resolution: Fixed Fix Version/s: 1.2.0 Issue resolved by pull request 2270 [https://github.com/apache/spark/pull/2270] > Test for PySpark should ignore HADOOP_CONF_DIR and YARN_CONF_DIR > ---------------------------------------------------------------- > > Key: SPARK-3399 > URL: https://issues.apache.org/jira/browse/SPARK-3399 > Project: Spark > Issue Type: Bug > Components: PySpark > Reporter: Kousuke Saruta > Fix For: 1.2.0 > > > Some tests for PySpark make temporary files on /tmp of local file system but > if environment variable HADOOP_CONF_DIR or YARN_CONF_DIR is set in > spark-env.sh, tests expects temporary files are on FileSystem configured in > core-site.xml even though actual files are on local file system. > I think, we should ignore HADOOP_CONF_DIR and YARN_CONF_DIR. > If we need those variables in some tests, we should set those variables in > such tests specially. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org