You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Rex Xiong <by...@gmail.com> on 2015/03/03 10:30:27 UTC

Return jobid for a hive query?

Hi there,

I have an app talking to Spark Hive Server using Hive ODBC, querying is OK.
But in this interface, I can't get much running details when my query goes
wrong, only one error message is shown.
I want to get jobid for my query, so that I can go to Application Detail UI
to see what's going on.
Is it a way to achieve my goal? Or I need some customization in error
throwing path?

Thanks