Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.0.0
-
None
-
None
-
spark2.0.0
Description
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。
Attachments
Issue Links
- duplicates
-
SPARK-17819 Specified database in JDBC URL is ignored when connecting to thriftserver
- Resolved