aboutsummaryrefslogtreecommitdiff
path: root/sql/hive-thriftserver/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13157] [SQL] Support any kind of input for SQL commands.Herman van Hovell2016-02-031-4/+2
* [SPARK-13150] [SQL] disable two flaky testsDavies Liu2016-02-021-2/+4
* [SPARK-12968][SQL] Implement command to set current databaseLiang-Chi Hsieh2016-01-281-1/+1
* [SPARK-11823] Ignores HiveThriftBinaryServerSuite's test jdbc cancelYin Huai2016-01-111-1/+3
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-052-5/+5
* [SPARK-11823][SQL] Fix flaky JDBC cancellation test in HiveThriftBinaryServer...Josh Rosen2015-12-211-29/+56
* [SPARK-11043][SQL] BugFix:Set the operator log in the thrift server.huangzhaowei2015-11-241-1/+15
* [SPARK-11089][SQL] Adds option for disabling multi-session in Thrift serverCheng Lian2015-11-171-1/+50
* [SPARK-11191][SQL] Looks up temporary function using execution Hive clientCheng Lian2015-11-121-0/+45
* [SPARK-11647] Attempt to reduce time/flakiness of Thriftserver CLI and SparkS...Josh Rosen2015-11-111-7/+14
* [SPARK-11595] [SQL] Fixes ADD JAR when the input path contains URL schemeCheng Lian2015-11-091-0/+1
* [SPARK-11188][SQL] Elide stacktraces in bin/spark-sql for AnalysisExceptionsDilip Biswal2015-10-291-2/+10
* [SPARK-10810] [SPARK-10902] [SQL] Improve session management in SQLDavies Liu2015-10-082-40/+44
* [SPARK-10845] [SQL] Makes spark.sql.hive.version a SQLConfEntryCheng Lian2015-09-261-0/+27
* [SPARK-10121] [SQL] Thrift server always use the latest class loader provided...Yin Huai2015-08-251-0/+54
* [SPARK-9939] [SQL] Resorts to Java process API in CliSuite, HiveSparkSubmitSu...Cheng Lian2015-08-192-77/+70
* [SPARK-9580] [SQL] Replace singletons in SQL testsAndrew Or2015-08-131-2/+0
* [SPARK-9606] [SQL] Ignore flaky thrift server testsMichael Armbrust2015-08-041-1/+3
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-032-24/+91
* [SPARK-9466] [SQL] Increate two timeouts in CliSuite.Yin Huai2015-07-311-2/+2
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-141-1/+1
* [SPARK-7961][SQL]Refactor SQLConf to display better error messagezsxwing2015-06-171-10/+12
* [SPARK-7444] [TESTS] Eliminate noisy css warn/error logs for UISeleniumSuitezsxwing2015-06-111-2/+5
* [SPARK-6964] [SQL] Support Cancellation in the Thrift ServerDong Wang2015-06-051-2/+40
* [SPARK-6909][SQL] Remove Hive Shim codeCheolsoo Park2015-06-041-3/+5
* [SPARK-7973] [SQL] Increase the timeout of two CliSuite tests.Yin Huai2015-06-031-2/+2
* [SQL] [TEST] [MINOR] Follow-up of PR #6493, use Guava API to ensure Java 6 fr...Cheng Lian2015-06-021-4/+5
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-292-6/+6
* [SQL] [TEST] [MINOR] Uses a temporary log4j.properties in HiveThriftServer2Te...Cheng Lian2015-05-291-6/+25
* [SPARK-7927] whitespace fixes for Hive and ThriftServer.Reynold Xin2015-05-281-2/+2
* [SPARK-7907] [SQL] [UI] Rename tab ThriftServer to SQL.Yin Huai2015-05-271-2/+2
* [SPARK-7853] [SQL] Fixes a class loader issue in Spark SQLCheng Hao2015-05-271-4/+37
* [MINOR] [SQL] Ignores Thrift server UISeleniumSuiteCheng Lian2015-05-221-11/+8
* [SPARK-5100] [SQL] add webui for thriftservertianyi2015-05-042-6/+111
* [SPARK-6694][SQL]SparkSQL CLI must be able to specify an option --database on...Jin Adachi2015-04-161-9/+36
* [SPARK-6765] Enable scalastyle on test code.Reynold Xin2015-04-132-11/+11
* SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphane...Sean Owen2015-03-202-6/+9
* [SPARK-2087] [SQL] Multiple thriftserver sessions with single HiveContext ins...Cheng Hao2015-03-171-7/+154
* [SPARK-5751] [SQL] Sets SPARK_HOME as SPARK_PID_DIR when running Thrift serve...Cheng Lian2015-02-281-2/+11
* [SPARK-5751] [SQL] [WIP] Revamped HiveThriftServer2Suite for robustnessCheng Lian2015-02-252-387/+403
* [SPARK-4865][SQL]Include temporary tables in SHOW TABLESYin Huai2015-02-161-1/+1
* [SPARK-5200] Disable web UI in Hive ThriftServer testsJosh Rosen2015-01-121-0/+2
* [SPARK-4048] Enhance and extend hadoop-provided profile.Marcelo Vanzin2015-01-082-4/+8
* [SQL] SPARK-4700: Add HTTP protocol spark thrift serverJudy Nash2014-12-161-13/+64
* [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes ...Cheng Lian2014-11-171-26/+64
* Revert "[SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, an...Michael Armbrust2014-11-161-64/+26
* [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes ...Cheng Lian2014-11-161-26/+64
* [SPARK-4292][SQL] Result set iterator bug in JDBC/ODBCwangfei2014-11-071-0/+23
* [SPARK-3791][SQL] Provides Spark version and Hive version in HiveThriftServer2Cheng Lian2014-11-021-34/+110
* [SQL] Fixes race condition in CliSuiteCheng Lian2014-11-021-20/+15