Member since
03-30-2017
1
Post
0
Kudos Received
0
Solutions
05-04-2017
06:47 PM
I am trying to join 2 tables and the query that I am using is similar to the below select * from table t1 join table t2 on t1.cid=t2.cid and t1.name = t2.name where t1.starttime > t2.starttime and t2.endtime<t2.endtime The query gets heavily skewed up and takes the longest time in the last reducer and @99% runs for about an hours and fails. If I execute it for single day I get the output. I can send the log file if needed
... View more