LeaseExpiredException in Hive

2016-05-12 Thread Arun Vasu
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

Issue in BINARY datatype

2013-09-04 Thread Arun Vasu
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

Providing a user name to Hive shell

2013-01-28 Thread Arun Vasu
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