Top "Beeline" questions

Beeline is a Hive command-line shell that works with HiveServer2

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 &…

hadoop hive beeline
How to quit beeline?

I am using CDH 5.5 and need to use beeline. I am pretty new to it and learning it now. I …

hadoop hive beeline
Export as csv in beeline hive

I am trying to export my hive table as a csv in beeline hive. When I run the command !sql …

csv hive beeline
Showing tables from specific database with Pyspark and Hive

Having some databases and tables in them in Hive instance. I'd like to show tables for some specific database (let's …

python apache-spark hive pyspark beeline
AuthorizationException: User not allowed to impersonate User

I wrote a spark job which registers a temp table and when I expose it via beeline (JDBC client) $ ./bin/…

apache-spark hive apache-spark-sql beeline
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 …

hadoop hive beeline
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 | +------------------------------------------------+--+ …

hadoop hive beeline
Logs for hive query executed via. beeline

i am running below hive coomand from beeline . Can someone please tell where can I see Map reudce logs for …

hive beeline
Hive query failed on Tez DAG did not succeed due to VERTEX_FAILURE

I have a basic setup of Ambari 2.5.3 and HDP 2.6.3 and tried to run some simple queries below. I don't understand …

hadoop hive hortonworks-data-platform beeline tez
Hiveserver2 failed to open new session in beeline

I'm running hive 2.1.1, hadoop 2.7.3 on Ubuntu 16.04. ps aux | grep hive shows that hiveserver2 is running. I'm trying to login with …

hadoop hive beeline