waterlx edited a comment on issue #437: Add guide about how to set hive.metastore.warehouse.dir URL: https://github.com/apache/incubator-iceberg/pull/437#issuecomment-527032995 `hive.metastore.warehouse.dir` is supposed to set in hive-site.xml, in common sense. But `SparkContext#hadoopConfiguration()` does not take hive-site.xml into account, so even though the user might copy hive-site.xml into $HADOOP_CONF_DIR, or $SPARK_HOME/conf, it does not work in Spark. Setting it in the code is the most explicit way to configure it.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
