Jacek Lewandowski created SPARK-19367: -----------------------------------------
Summary: Hive metastore temporary configuration doesn't specify default filesystem Key: SPARK-19367 URL: https://issues.apache.org/jira/browse/SPARK-19367 Project: Spark Issue Type: Bug Components: SQL Affects Versions: 2.1.0, 2.0.2, 1.6.3, 2.2.0 Reporter: Jacek Lewandowski Priority: Minor When a temporary configuration is obtained in HiveUtils, it specify the warehouse location on the local file system. This is fine, but if the default file system is specified different than local, it may fail due to the lack of required configuration options. What I propose here is to set default file system to {{file:///}} in addition to setting warehouse location to local file system. Why - because regardless of what file system is accessed by Hive, it does initialisation with the default file system and if it requires some configuration, it will fail. -- 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