mirror of
https://github.com/apache/impala.git
synced 2026-01-03 06:00:52 -05:00
Testing: Ran the test locally on exhaustive in a loop 10 times. Ran a private exhaustive build on hdfs. Change-Id: Ia0af1dc6534234508bd0fed03531f7fe8ff556aa Reviewed-on: http://gerrit.cloudera.org:8080/3103 Reviewed-by: Alex Behm <alex.behm@cloudera.com> Tested-by: Alex Behm <alex.behm@cloudera.com>
65 lines
1.6 KiB
Plaintext
65 lines
1.6 KiB
Plaintext
====
|
|
---- QUERY
|
|
# Test printing of default database.
|
|
describe database default
|
|
---- RESULTS
|
|
'default','$NAMENODE/test-warehouse','Default Hive database'
|
|
---- TYPES
|
|
string, string, string
|
|
====
|
|
---- QUERY
|
|
# Test printing of hive_test_desc_db database.
|
|
describe database hive_test_desc_db
|
|
---- RESULTS
|
|
'hive_test_desc_db','$NAMENODE/test-warehouse/hive_test_desc_db.db','test comment'
|
|
---- TYPES
|
|
string, string, string
|
|
====
|
|
---- QUERY
|
|
# Test printing of hive_test_desc_db database with extended information.
|
|
describe database extended hive_test_desc_db
|
|
---- RESULTS
|
|
'hive_test_desc_db','$NAMENODE/test-warehouse/hive_test_desc_db.db','test comment'
|
|
'Parameter: ','',''
|
|
'','test','USER'
|
|
'Owner: ','',''
|
|
'','e','2.82'
|
|
'','pi','3.14'
|
|
---- TYPES
|
|
string, string, string
|
|
====
|
|
---- QUERY
|
|
describe database extended impala_test_desc_db1
|
|
---- RESULTS
|
|
'impala_test_desc_db1','$NAMENODE/test-warehouse/impala_test_desc_db1.db',''
|
|
---- TYPES
|
|
string, string, string
|
|
====
|
|
---- QUERY
|
|
describe database extended impala_test_desc_db2
|
|
---- RESULTS
|
|
'impala_test_desc_db2','$NAMENODE/test-warehouse/impala_test_desc_db2.db','test comment'
|
|
---- TYPES
|
|
string, string, string
|
|
====
|
|
---- QUERY
|
|
describe database extended impala_test_desc_db3
|
|
---- RESULTS
|
|
'impala_test_desc_db3','$NAMENODE/testdb',''
|
|
---- TYPES
|
|
string, string, string
|
|
====
|
|
---- QUERY
|
|
describe database extended impala_test_desc_db4
|
|
---- RESULTS
|
|
'impala_test_desc_db4','$NAMENODE/test2.db','test comment'
|
|
---- TYPES
|
|
string, string, string
|
|
====
|
|
---- QUERY
|
|
describe database formatted impala_test_desc_db4
|
|
---- RESULTS
|
|
'impala_test_desc_db4','$NAMENODE/test2.db','test comment'
|
|
---- TYPES
|
|
string, string, string
|
|
==== |