Hi All,
I was running 10 hive queries (INSERT INTO TABLE. ) parallel and it is
failing with an exception saying few of the MR jobs cannot find the
required files.
I have got the reason for this issue:
http://stackoverflow.com/questions/7559880/leaseexpiredexception-no-lease-error-on-hdfs
I am
Hi,
I am using Hive 10. When I create an external table with column type as
Binary, the query result on the table is showing some junk values for the
column with binary datatype.
Please find below the query I have used to create the table:
CREATE EXTERNAL TABLE BOOL1(NB BOOLEAN,email STRING, bitf
Hi,
I was using Hive with it's security enabled. It is configured with a user
name "testuser"
with create privilege on "default" database. It is not allowing me to use a
different unix
user name other than "testuser" to work in Hive. My question is, can I pass
a user name of
my choice to Hive for