HiveThrift Service Issue

2014-03-20 Thread Raj Hadoop
Hello everyone, The  HiveThrift Service was started succesfully. netstat -nl | grep 1 tcp    0  0 0.0.0.0:1   0.0.0.0:*   LISTEN I am able to read tables from Hive through Tableau. When executing queries through Tableau I am getting the

Re: HiveThrift Service Issue

2014-03-20 Thread Szehon Ho
Hi Raj, There are map-reduce job logs generated if the MapRedTask fails, those might give some clue. Thanks, Szehon On Thu, Mar 20, 2014 at 12:29 PM, Raj Hadoop hadoop...@yahoo.com wrote: I am struggling on this one. Can any one throw some pointers on how to troubelshoot this issue please?

Re: HiveThrift Service Issue

2014-03-20 Thread Raj Hadoop
Hi Szehon, It is not showing on the http://xyzserver:50030/jobtracker.jsp. I checked this log. and this shows as - /tmp/root/hive.log      exec.ExecDriver (ExecDriver.java:addInputPaths(853)) - Processing alias table_emp exec.ExecDriver (ExecDriver.java:addInputPaths(871)) - Adding input file

Re: HiveThrift Service Issue

2014-03-20 Thread Szehon Ho
The last line seems to indicate a PrivilegedActionException, maybe you can look more at the rest of the stack if any to see why. On Thu, Mar 20, 2014 at 1:59 PM, Raj Hadoop hadoop...@yahoo.com wrote: Hi Szehon, It is not showing on the http://xyzserver:50030/jobtracker.jsp. *I checked