aboutsummaryrefslogtreecommitdiff
path: root/sql/hive-thriftserver/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-11089][SQL] Adds option for disabling multi-session in Thrift serverCheng Lian2015-11-171-1/+5
* [SPARK-11546] Thrift server makes too many logs about result schemanavis.ryu2015-11-061-11/+13
* [SPARK-10786][SQL] Take the whole statement to generate the CommandProcessorhuangzhaowei2015-11-021-1/+1
* [SPARK-11188][SQL] Elide stacktraces in bin/spark-sql for AnalysisExceptionsDilip Biswal2015-10-292-4/+17
* [SPARK-10810] [SPARK-10902] [SQL] Improve session management in SQLDavies Liu2015-10-083-71/+19
* [SPARK-10845] [SQL] Makes spark.sql.hive.version a SQLConfEntryCheng Lian2015-09-261-1/+0
* [SPARK-9522] [SQL] SparkSubmit process can not exit if kill application when ...linweizhong2015-09-171-0/+6
* [SPARK-10226] [SQL] Fix exclamation mark issue in SparkSQLwangwei2015-08-291-0/+1
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-255-25/+25
* [SPARK-10121] [SQL] Thrift server always use the latest class loader provided...Yin Huai2015-08-251-0/+6
* [SPARK-9958] [SQL] Make HiveThriftServer2Listener thread-safe and update the ...zsxwing2015-08-144-60/+78
* [SPARK-9826] [CORE] Fix cannot use custom classes in log4j.propertiesMichel Lemay2015-08-122-4/+4
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-036-38/+115
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-101-5/+7
* [SPARK-8839] [SQL] ThriftServer2 will remove session and execution no matter ...huangzhaowei2015-07-091-2/+5
* [SPARK-8650] [SQL] Use the user-specified app name priority in SparkSQLCLIDri...Yadong Qi2015-06-291-1/+6
* [SPARK-7961][SQL]Refactor SQLConf to display better error messagezsxwing2015-06-172-3/+3
* [SPARK-6964] [SQL] Support Cancellation in the Thrift ServerDong Wang2015-06-052-14/+157
* Fixed style issues for [SPARK-6909][SQL] Remove Hive Shim code.Reynold Xin2015-06-042-8/+11
* [SPARK-6909][SQL] Remove Hive Shim codeCheolsoo Park2015-06-047-17/+281
* [SPARK-7950] [SQL] Sets spark.sql.hive.version in HiveThriftServer2.startWith...Cheng Lian2015-05-291-7/+8
* [SPARK-7927] whitespace fixes for Hive and ThriftServer.Reynold Xin2015-05-283-8/+8
* [SPARK-7907] [SQL] [UI] Rename tab ThriftServer to SQL.Yin Huai2015-05-273-4/+6
* [SPARK-7519] [SQL] fix minor bugs in thrift server UItianyi2015-05-112-6/+8
* [SPARK-6908] [SQL] Use isolated Hive clientMichael Armbrust2015-05-072-9/+26
* [SPARK-5100] [SQL] add webui for thriftservertianyi2015-05-044-7/+591
* [SPARK-7145] [CORE] commons-lang (2.x) classes used instead of commons-lang3 ...Sean Owen2015-04-272-7/+5
* [SPARK-6014] [core] Revamp Spark shutdown hooks, fix shutdown races.Marcelo Vanzin2015-04-212-14/+4
* [SPARK-6694][SQL]SparkSQL CLI must be able to specify an option --database on...Jin Adachi2015-04-161-0/+3
* [SPARK-5794] [SQL] fix add jarDaoyuan Wang2015-04-131-2/+3
* [SPARK-6440][CORE]Handle IPv6 addresses properly when constructing URInyaapa2015-04-131-1/+2
* [SPARK-6428][SQL] Added explicit type for all public methods for Hive moduleReynold Xin2015-03-211-2/+2
* [SPARK-5712] [SQL] fix comment with semicolon at endDaoyuan Wang2015-03-171-12/+13
* [SPARK-2087] [SQL] Multiple thriftserver sessions with single HiveContext ins...Cheng Hao2015-03-171-56/+0
* [SQL]Delete some dupliate code in HiveThriftServer2ArcherShao2015-03-141-7/+5
* [SQL] Optimize arithmetic and predicate operatorskai2015-02-161-0/+0
* [SQL] Add fetched row count in SparkSQLCLIDriverOopsOutOfMemory2015-02-161-2/+10
* [SPARK-5700] [SQL] [Build] Bumps jets3t to 0.9.3 for hadoop-2.3 and hadoop-2....Cheng Lian2015-02-101-3/+0
* [SPARK-5696] [SQL] [HOTFIX] Asks HiveThriftServer2 to re-initialize log4j usi...Cheng Lian2015-02-091-0/+3
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-271-1/+1
* [SPARK-4871][SQL] Show sql statement in spark ui when run sql with spark-sqlwangfei2015-01-101-0/+1
* [SPARK-4935][SQL] When hive.cli.print.header configured, spark-sql aborted if...wangfei2014-12-301-1/+1
* [SPARK-4756][SQL] FIX: sessionToActivePool grow infinitely, even as sessions ...guowei22014-12-182-3/+9
* [SPARK-4694]Fix HiveThriftServer2 cann't stop In Yarn HA mode.carlmartin2014-12-171-1/+13
* [SQL] SPARK-4700: Add HTTP protocol spark thrift serverJudy Nash2014-12-161-4/+17
* [SPARK-4761][SQL] Enables Kryo by default in Spark SQL Thrift serverCheng Lian2014-12-051-2/+12
* [SQL] Compute timeTaken correctlyw002289702014-11-241-7/+4
* [SPARK-4308][SQL] Sets SQL operation state to ERROR when exception is thrownCheng Lian2014-11-101-2/+0
* [SPARK-4225][SQL] Resorts to SparkContext.version to inspect Spark versionCheng Lian2014-11-071-7/+5
* [SPARK-3791][SQL] Provides Spark version and Hive version in HiveThriftServer2Cheng Lian2014-11-022-5/+20