aboutsummaryrefslogtreecommitdiff
path: root/docs/sql-programming-guide.md
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-5608] Improve SEO of Spark documentation pagesMatei Zaharia2015-02-051-1/+2
* [SPARK-4987] [SQL] parquet timestamp type supportDaoyuan Wang2015-02-031-0/+9
* [SQL][Minor] Update sql doc according to data type APIs changesscwf2015-01-181-20/+21
* [SPARK-4930][SQL][DOCS]Update SQL programming guide, CACHE TABLE is eagerluogankun2014-12-301-5/+4
* [SPARK-4916][SQL][DOCS]Update SQL programming guide about cache sectionluogankun2014-12-301-4/+1
* [DOCS][SQL] Add a Note on jsonFile having separate JSON objects per linePeter Vandenabeele2014-12-161-0/+12
* [SQL] SPARK-4700: Add HTTP protocol spark thrift serverJudy Nash2014-12-161-0/+12
* Fix typo in Spark SQL docs.Andy Konwinski2014-12-041-1/+1
* [SQL][DOC] Date type in SQL programming guideDaoyuan Wang2014-12-011-0/+23
* [SQL] Minor fix for doc and commentwangfei2014-12-011-1/+2
* [SPARK-4258][SQL][DOC] Documents spark.sql.parquet.filterPushdownCheng Lian2014-12-011-6/+16
* [DOC] Fixes formatting typo in SQL programming guideCheng Lian2014-11-301-2/+0
* [DOCS][SQL] Fix broken link to Row class scaladocAndy Konwinski2014-11-171-1/+1
* Support cross building for Scala 2.11Prashant Sharma2014-11-111-1/+1
* [SQL][DOC][Minor] Spark SQL Hive now support dynamic partitioningwangfei2014-11-071-1/+0
* [SQL] More aggressive defaultsMichael Armbrust2014-11-031-5/+13
* [SQL][DOC] Wrong package name "scala.math.sql" in sql-programming-guide.mdKousuke Saruta2014-10-261-1/+1
* [SQL][Docs] Update the output of printSchema and fix a typo in SQL programmin...Yin Huai2014-10-021-7/+7
* [SPARK-3715][Docs]minor typoWangTaoTheTonic2014-09-281-3/+3
* [SQL][DOCS] Clarify that the server is for JDBC and ODBCMichael Armbrust2014-09-261-5/+5
* Update docs to use jsonRDD instead of wrong jsonRdd.Grega Kespret2014-09-221-3/+3
* [SQL][DOCS] Improve table caching sectionMichael Armbrust2014-09-171-4/+4
* [SQL][DOCS] Improve section on thrift-serverMichael Armbrust2014-09-161-18/+40
* [SQL] [Docs] typo fixesNicholas Chammas2014-09-131-2/+1
* [SQL][Docs] Update SQL programming guide to show the correct default value of...Yin Huai2014-09-121-3/+3
* [SQL] Minor edits to sql programming guide.Henry Cook2014-09-081-45/+47
* [SQL] Update SQL Programming GuideMichael Armbrust2014-09-071-95/+857
* [Docs] SQL doc formatting and typo fixesNicholas Chammas2014-08-291-58/+51
* SPARK-3092 [SQL]: Always include the thriftserver when -Phive is enabled.Patrick Wendell2014-08-201-3/+1
* SPARK-3025 [SQL]: Allow JDBC clients to set a fair scheduler poolPatrick Wendell2014-08-181-0/+5
* [SPARK-2784][SQL] Deprecate hql() method in favor of a config option, 'spark....Michael Armbrust2014-08-031-9/+9
* [SPARK-2739][SQL] Rename registerAsTable to registerTempTableMichael Armbrust2014-08-021-9/+9
* [SQL] Documentation: Explain cacheTable commandCrazyJvm2014-08-011-0/+10
* [SPARK-2397][SQL] Deprecate LocalHiveContextMichael Armbrust2014-07-311-3/+3
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix)Cheng Lian2014-07-281-3/+198
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Patrick Wendell2014-07-271-198/+3
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-271-3/+198
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Michael Armbrust2014-07-251-197/+3
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-251-3/+197
* SPARK-2480: Resolve sbt warnings "NOTE: SPARK_YARN is deprecated, please use ...witgo2014-07-151-1/+1
* [SPARK-2060][SQL] Querying JSON Datasets with SQL and DSL in Spark SQLYin Huai2014-06-171-68/+222
* updated java code blocks in spark SQL guide such that ctx will refer to ...Yadid Ayzenberg2014-05-311-1/+3
* [SPARK-1566] consolidate programming guide, and general doc updatesMatei Zaharia2014-05-301-14/+15
* SPARK-1727. Correct small compile errors, typos, and markdown issues in (prim...Sean Owen2014-05-061-0/+1
* add note of how to support table with more than 22 fieldswangfei2014-04-261-0/+2
* [SQL] SPARK-1571 Mistake in java example codeMichael Armbrust2014-04-221-4/+4
* [SPARK-1439, SPARK-1440] Generate unified Scaladoc across projects and JavadocsMatei Zaharia2014-04-211-10/+10
* Clean up and simplify Spark configurationPatrick Wendell2014-04-211-1/+1
* SPARK-1374: PySpark API for SparkSQLAhir Reddy2014-04-151-4/+99
* SPARK-1314: Use SPARK_HIVE to determine if we include Hive in packagingAaron Davidson2014-04-061-2/+2