aboutsummaryrefslogtreecommitdiff
path: root/sql/hive-thriftserver/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20316][SQL] Val and Var should strictly follow the Scala syntaxouyangxiaochen2017-04-151-2/+2
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-102-3/+3
* [SPARK-20173][SQL][HIVE-THRIFTSERVER] Throw NullPointerException when HiveThr...zuotingbing2017-04-021-1/+1
* [SPARK-20146][SQL] fix comment missing issue for thrift serverbomeng2017-03-291-1/+1
* [SPARK-20120][SQL] spark-sql support silent modeYuming Wang2017-03-291-0/+5
* [SPARK-20048][SQL] Cloning SessionState does not clone query execution listenersKunal Khamar2017-03-291-1/+1
* [SPARK-20126][SQL] Remove HiveSessionStateHerman van Hovell2017-03-282-8/+10
* [SPARK-19673][SQL] "ThriftServer default app name is changed wrong"lvdongr2017-02-251-0/+1
* [SPARK-18857][SQL] Don't use `Iterator.duplicate` for `incrementalCollect` in...Dongjoon Hyun2017-01-101-11/+19
* [SPARK-18992][SQL] Move spark.sql.hive.thriftServer.singleSession to SQLConfgatorsmile2016-12-281-3/+2
* [SPARK-18086] Add support for Hive session vars.Ryan Blue2016-11-071-1/+5
* [SPARK-17350][SQL] Disable default use of KryoSerializer in Thrift ServerJosh Rosen2016-11-011-10/+0
* [SPARK-17819][SQL] Support default database in connection URIs for Spark Thri...Dongjoon Hyun2016-10-161-0/+3
* [SPARK-17112][SQL] "select null" via JDBC triggers IllegalArgumentException i...Dongjoon Hyun2016-10-031-6/+13
* [SPARK-17190][SQL] Removal of HiveSharedStategatorsmile2016-08-251-1/+1
* [SPARK-16941] Use concurrentHashMap instead of scala Map in SparkSQLOperation...huangzhaowei2016-08-113-11/+13
* [SPARK-16563][SQL] fix spark sql thrift server FetchResults bugAlice2016-08-081-0/+12
* [SPARK-15730][SQL] Respect the --hiveconf in the spark-sql command lineCheng Hao2016-07-051-0/+8
* [SPARK-15934] [SQL] Return binary mode in ThriftServerEgor Pakhomov2016-06-151-8/+10
* doc fix of HiveThriftServerJeff Zhang2016-06-143-4/+4
* [MINOR] Fix Typos 'a -> an'Zheng RuiFeng2016-05-261-1/+1
* [SPARK-15552][SQL] Remove unnecessary private[sql] methods in SparkSessionReynold Xin2016-05-261-1/+1
* [SPARK-15431][SQL] Support LIST FILE(s)|JAR(s) command nativelyXin Wu2016-05-231-6/+4
* [SPARK-15330][SQL] Implement Reset Commandgatorsmile2016-05-211-3/+3
* [SPARK-15075][SPARK-15345][SQL] Clean up SparkSession builder and propagate c...Reynold Xin2016-05-191-1/+1
* [SPARK-15072][SQL][REPL][EXAMPLES] Remove SparkSession.withHiveSupportSandeep Singh2016-05-051-4/+6
* [SPARK-15095][SQL] drop binary mode in ThriftServerDavies Liu2016-05-031-10/+8
* [SPARK-15004][SQL] Remove zookeeper service discovery code in thrift-serverReynold Xin2016-04-292-89/+2
* [SPARK-14994][SQL] Remove execution hive from HiveSessionStateReynold Xin2016-04-295-52/+102
* [SPARK-12143][SQL] Binary type support for Hive thrift serverhyukjinkwon2016-04-271-2/+4
* [SPARK-14721][SQL] Remove HiveContext (part 2)Andrew Or2016-04-258-48/+54
* [SPARK-14877][SQL] Remove HiveMetastoreTypes classReynold Xin2016-04-232-6/+5
* [SPARK-14871][SQL] Disable StatsReportListener to declutter outputReynold Xin2016-04-231-2/+0
* [SPARK-14826][SQL] Remove HiveQueryExecutionReynold Xin2016-04-221-5/+5
* [SPARK-14824][SQL] Rename HiveContext object to HiveUtilsAndrew Or2016-04-214-8/+8
* [SPARK-14720][SPARK-13643] Move Hive-specific methods into HiveSessionState a...Andrew Or2016-04-205-9/+10
* [SPARK-14674][SQL] Move HiveContext.hiveconf to HiveSessionStateAndrew Or2016-04-182-5/+4
* [SPARK-14334] [SQL] add toLocalIterator for Dataset/DataFrameDavies Liu2016-04-041-1/+1
* [SPARK-14014][SQL] Integrate session catalog (attempt #2)Andrew Or2016-03-241-1/+2
* Revert "[SPARK-14014][SQL] Replace existing catalog with SessionCatalog"Andrew Or2016-03-231-2/+1
* [SPARK-14014][SQL] Replace existing catalog with SessionCatalogAndrew Or2016-03-231-1/+2
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-179-9/+12
* [SPARK-13632][SQL] Move commands.scala to command packageAndrew Or2016-03-031-1/+1
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-033-4/+4
* [SPARK-13486][SQL] Move SQLConf into an internal packageReynold Xin2016-02-252-2/+3
* [SPARK-11624][SPARK-11972][SQL] fix commands that need hive to execDaoyuan Wang2016-02-221-2/+5
* [SPARK-13172][CORE][SQL] Stop using RichException.getStackTrace it is deprecatedSean Owen2016-02-131-2/+3
* [SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space before ...Kousuke Saruta2016-01-121-1/+1
* Revert "[SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space...Reynold Xin2016-01-122-3/+3
* [SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space before ...Kousuke Saruta2016-01-122-3/+3