hi, i'm using hdp2.2 (VM) with hive  0.14.0.2.2.0.0-2041.
did the following:
create table t1(id string);create table t2(id string);select 
t1.INPUT__FILE__NAME  from t1 join t2 on t1.id = t2.id
fails on: Execution failed with exit status: 2
notice this happens also on self joins:select t1_1.INPUT__FILE__NAME  from t1 
t1_1 join t1 t1_2 on t1_1.id = t1_2.id


[HIVE-8186] is related to self joins and said the issue has been resolved, but 
this does not seem to be the case.
thanks for your help. 

Reply via email to