Is Tez executions supported #173
-
I'm successfully able to use gohive for queries that return a single result set but I can't get it to work when the query is a Tez job. It returns after the first vertex succeeds and not when the entire job is complete. Is there a setting that I'm missing? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This shouldn't be the case, to clarify, what's happening is that |
Beta Was this translation helpful? Give feedback.
-
I setup logging and sure enough found the issue. It was a permissions failure. I saw the above @beltran Thanks for the fast response. Sorry. My bad. |
Beta Was this translation helpful? Give feedback.
-
Happy to see it's solved, thank you for following up! |
Beta Was this translation helpful? Give feedback.
cursor.Exec
returns,cursor.HasMore
is false, andcursor.Err
has the first TEZ result:I setup logging and sure enough found the issue. It was a permissions failure. I saw the above
FINISHED
but didn't notice thereturnValue
. Posting this so that others don't make the same mistake.@beltran Thanks for the fast response. Sorry. My bad.