Xiaochen Ouyang created SPARK-19000:
---------------------------------------
Summary: 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: [email protected]
For additional commands, e-mail: [email protected]