aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [DOC][Build] Wrong cmd for build spark with apache hadoop 2.4.X and hive 12wangfei2014-11-241-1/+1
* [SQL] Compute timeTaken correctlyw002289702014-11-241-7/+4
* [SPARK-4525] Mesos should decline unused offersJongyoul Lee2014-11-242-21/+65
* Revert "[SPARK-4525] Mesos should decline unused offers"Patrick Wendell2014-11-242-65/+21
* [SPARK-4525] Mesos should decline unused offersPatrick Wendell2014-11-242-21/+65
* [SPARK-4266] [Web-UI] Reduce stage page load time.Kay Ousterhout2014-11-248-27/+39
* [SPARK-4548] []SPARK-4517] improve performance of python broadcastDavies Liu2014-11-248-258/+135
* [SPARK-4578] fix asDict() with nested Row()Davies Liu2014-11-242-4/+5
* get raw vectors for further processing in Word2Vectkaessmann2014-11-241-0/+7
* [SPARK-4562] [MLlib] speedup vectorDavies Liu2014-11-243-34/+118
* [SPARK-4518][SPARK-4519][Streaming] Refactored file stream to prevent files f...Tathagata Das2014-11-244-156/+245
* [SPARK-4145] Web UI job pagesJosh Rosen2014-11-2421-75/+1054
* [SPARK-4487][SQL] Fix attribute reference resolution error when using ORDER BY.Kousuke Saruta2014-11-242-1/+8
* [SQL] Fix path in HiveFromSparkscwf2014-11-241-1/+2
* [SQL] Fix comment in HiveShimDaniel Darabos2014-11-241-1/+1
* [SPARK-4479][SQL] Avoids unnecessary defensive copies when sort based shuffle...Cheng Lian2014-11-243-10/+41
* SPARK-4457. Document how to build for Hadoop versions greater than 2.4Sandy Ryza2014-11-241-2/+5
* [SPARK-4431][MLlib] Implement efficient foreachActive for dense and sparse ve...DB Tsai2014-11-213-72/+105
* [SPARK-4531] [MLlib] cache serialized java objectDavies Liu2014-11-217-93/+64
* SPARK-4532: Fix bug in detection of Hive in Spark 1.2Patrick Wendell2014-11-211-1/+1
* [SPARK-4472][Shell] Print "Spark context available as sc." only when SparkCon...zsxwing2014-11-212-4/+10
* [SPARK-4522][SQL] Parse schema with missing metadata.Michael Armbrust2014-11-201-0/+6
* add Sphinx as a dependency of building docsDavies Liu2014-11-201-1/+6
* [SPARK-4413][SQL] Parquet support through datasource APIMichael Armbrust2014-11-205-79/+458
* [SPARK-4244] [SQL] Support Hive Generic UDFs with constant object inspector p...Cheng Hao2014-11-204-8/+17
* [SPARK-4477] [PySpark] remove numpy from RDDSamplerDavies Liu2014-11-202-69/+40
* [SQL] fix function description mistakeJacky Li2014-11-201-1/+1
* [SPARK-2918] [SQL] Support the CTAS in EXPLAIN commandCheng Hao2014-11-202-1/+41
* [SPARK-4318][SQL] Fix empty sum distinct.Takuya UESHIN2014-11-204-52/+195
* [SPARK-4513][SQL] Support relational operator '<=>' in Spark SQLravipesala2014-11-203-1/+14
* [SPARK-4439] [MLlib] add python api for random forestDavies Liu2014-11-204-33/+261
* [SPARK-4228][SQL] SchemaRDD to JSONDan McClary2014-11-205-4/+224
* [SPARK-3938][SQL] Names in-memory columnar RDD with corresponding table nameCheng Lian2014-11-206-16/+23
* [SPARK-4481][Streaming][Doc] Fix the wrong description of updateFunc (backpor...zsxwing2014-11-201-4/+3
* [SPARK-4486][MLLIB] Improve GradientBoosting APIs and docXiangrui Meng2014-11-2020-437/+382
* [SPARK-4446] [SPARK CORE]Leolh2014-11-191-1/+1
* [SPARK-4480] Avoid many small spills in external data structuresAndrew Or2014-11-192-12/+18
* [Spark-4484] Treat maxResultSize as unlimited when set to 0; improve error me...Nishkam Ravi2014-11-193-4/+4
* [SPARK-4478] Keep totalRegisteredExecutors up-to-dateAkshat Aranya2014-11-191-0/+2
* Updating GraphX programming guide and documentationJoseph E. Gonzalez2014-11-193-145/+263
* [SPARK-4495] Fix memory leak in JobProgressListenerJosh Rosen2014-11-192-43/+170
* [SPARK-4294][Streaming] UnionDStream stream should express the requirements i...Yadong Qi2014-11-191-11/+4
* [DOC][PySpark][Streaming] Fix docstring for sphinxKen Takagiwa2014-11-191-2/+2
* [SPARK-4384] [PySpark] improve sort spillingDavies Liu2014-11-191-1/+10
* [SPARK-4429][BUILD] Build for Scala 2.11 using sbt fails.Takuya UESHIN2014-11-191-7/+6
* SPARK-3962 Marked scope as provided for external projects.Prashant Sharma2014-11-1914-48/+264
* [SPARK-4482][Streaming] Disable ReceivedBlockTracker's write ahead log by def...Tathagata Das2014-11-192-26/+61
* [SPARK-4470] Validate number of threads in local modeKenichi Maehashi2014-11-191-0/+3
* [SPARK-4467] fix elements read count for ExtrenalSorterTianshuo Deng2014-11-193-14/+12
* SPARK-4455 Exclude dependency on hbase-annotations moduletedyu2014-11-191-0/+22