You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/09/03 06:02:39 UTC

[GitHub] [incubator-iceberg] jerryshao commented on a change in pull request #440: Add guide about how to set hive.metastore.warehouse.dir

jerryshao commented on a change in pull request #440: Add guide about how to set hive.metastore.warehouse.dir
URL: https://github.com/apache/incubator-iceberg/pull/440#discussion_r320101116
 
 

 ##########
 File path: site/docs/api-quickstart.md
 ##########
 @@ -11,6 +11,9 @@ The Hive catalog connects to a Hive MetaStore to keep track of Iceberg tables. T
 ```scala
 import org.apache.iceberg.hive.HiveCatalog
 
+// Set Hive warehouse location here to make it available to Spark
+spark.conf.set("hive.metastore.warehouse.dir", "s3://bucket/path/to/warehouse")
 
 Review comment:
   Typically this will be set through hive-site.xml, and putting hive-site.xml in Spark's conf dir. Not sure if it is a good way to set through Spark's conf?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org