spark-instrumented-optimizer/sql/hive-thriftserver
Cheng Lian 5b99bf243e [SPARK-4645][SQL] Disables asynchronous execution in Hive 0.13.1 HiveThriftServer2
This PR disables HiveThriftServer2 asynchronous execution by setting `runInBackground` argument in `ExecuteStatementOperation` to `false`, and reverting `SparkExecuteStatementOperation.run` in Hive 13 shim to Hive 12 version. This change makes Simba ODBC driver v1.0.0.1000 work.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/apache/spark/3506)
<!-- Reviewable:end -->

Author: Cheng Lian <lian@databricks.com>

Closes #3506 from liancheng/disable-async-exec and squashes the following commits:

593804d [Cheng Lian] Disables asynchronous execution in Hive 0.13.1 HiveThriftServer2
2014-11-28 11:42:40 -05:00
..
src [SQL] Compute timeTaken correctly 2014-11-24 21:17:24 -08:00
v0.12.0/src/main/scala/org/apache/spark/sql/hive/thriftserver [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes for complex types 2014-11-17 16:31:05 -08:00
v0.13.1/src/main/scala/org/apache/spark/sql/hive/thriftserver [SPARK-4645][SQL] Disables asynchronous execution in Hive 0.13.1 HiveThriftServer2 2014-11-28 11:42:40 -05:00
pom.xml Bumping version to 1.3.0-SNAPSHOT. 2014-11-18 21:24:18 -08:00