[ 
https://issues.apache.org/jira/browse/SPARK-10046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reynold Xin resolved SPARK-10046.
---------------------------------
       Resolution: Fixed
         Assignee: Xin Wu
    Fix Version/s: 1.6.0

> Hive warehouse dir not set in current directory when not providing 
> hive-site.xml
> --------------------------------------------------------------------------------
>
>                 Key: SPARK-10046
>                 URL: https://issues.apache.org/jira/browse/SPARK-10046
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core, SQL
>    Affects Versions: 1.3.1
>         Environment: OS X 10.10.4
> Java 1.7.0_79-b15
> Scala 2.10.5
> Spark 1.3.1
>            Reporter: Antonio Murgia
>            Assignee: Xin Wu
>              Labels: hive, spark, sparksql
>             Fix For: 1.6.0
>
>
> When running spark in local environment (for unit-testing purpose) and 
> without providing any `hive-site.xml, databases apart from the default one 
> are created in Hive default hive.metastore.warehouse.dir and not in the 
> current directory (as stated in [Spark 
> docs](http://spark.apache.org/docs/latest/sql-programming-guide.html#hive-tables)).
>  This code snippet, tested with Spark 1.3.1 demonstrates the issue: 
> https://github.com/tmnd1991/spark-hive-bug/blob/master/src/main/scala/Main.scala
>  You cane see that the exception is thrown when executing the CREATE DATABASE 
> STATEMENT, stating that is `Unable to create database path 
> file:/user/hive/warehouse/abc.db, failed to create database abc)` where is 
> `/user/hive/warehouse/abc.db`is not the current directory as stated in the 
> docs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to