You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2016/12/26 20:31:58 UTC

[jira] [Commented] (SPARK-19000) Spark beeline: table was created at default database even though specifing a database name

    [ https://issues.apache.org/jira/browse/SPARK-19000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15778943#comment-15778943 ] 

Dongjoon Hyun commented on SPARK-19000:
---------------------------------------

Thank you for reporting, [~ouyangxc].
Yep. It was correct. The issue is resolved at SPARK-17819 since 2.0.2.
Could you try the latest Apache Spark 2.1.0 again?

http://www-us.apache.org/dist/spark/spark-2.1.0/

> Spark beeline: table was created  at default database  even though specifing a database name
> --------------------------------------------------------------------------------------------
>
>                 Key: SPARK-19000
>                 URL: https://issues.apache.org/jira/browse/SPARK-19000
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.0.0
>         Environment: spark2.0.0
>            Reporter: Xiaochen Ouyang
>
> After running this command as follow:
> ${SPARK_HOME}/bin/beeline -u jdbc:hive2://192.168.156.5:10001/mydb -n mr -e "create table test_1(id int ,name string) row format delimited fields terminated by ',' stored as textfile;"
> I found the table "test_1" was create at default database other than mydb database that i specified。



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

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