Related questions
Connecting to Hive using Beeline
I am trying to connect to hive installed in my machine through Beeline client. when I give the 'beeline' command & connect to Hive, the client is asking for user name & password
!connect jdbc:hive2://localhost:10000/default
I have …
hive is not allowed to impersonate hive
I have a hadoop cluster configured with hadoop 2.7.2 and hive 2.1.0.
I am using beeline to connect to hive with the following command:
beeline
beeline> !connect jdbc:hive2://localhost:10000
Enter username for jdbc:hive2://localhost:10000:
At first, type any user …
How to print hive beeline output without header and non tabular form
I want to print this output
+------------------------------------------------+--+
| tab_name |
+------------------------------------------------+--+
| table1 |
| table2 |
| table3 |
| wt |
| wa |
| wal |
+------------------------------------------------+--+
AS
without header and without table format in beeline
table1
table2
table3
wt
wa
wal