aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7750] [WEBUI] Rename endpoints from `json` to `api` to allow fu…Hari Shreedharan2015-05-207-25/+28
* [SPARK-7719] Re-add UnsafeShuffleWriterSuite test that was removed for Java 6...Josh Rosen2015-05-201-0/+15
* [SPARK-7762] [MLLIB] set default value for outputColXiangrui Meng2015-05-205-4/+42
* [SPARK-7251] Perform sequential scan when iterating over BytesToBytesMapJosh Rosen2015-05-205-53/+274
* [SPARK-7698] Cache and reuse buffers in ExecutorMemoryAllocator when using he...Josh Rosen2015-05-201-2/+55
* [SPARK-7767] [STREAMING] Added test for checkpoint serialization in Streaming...Tathagata Das2015-05-204-36/+89
* [SPARK-7237] [SPARK-7741] [CORE] [STREAMING] Clean more closures that need cl...Andrew Or2015-05-209-37/+249
* [SPARK-7511] [MLLIB] pyspark ml seed param should be random by default or 42 ...Holden Karau2015-05-208-64/+96
* Revert "[SPARK-7320] [SQL] Add Cube / Rollup for dataframe"Patrick Wendell2015-05-203-230/+28
* [SPARK-7579] [ML] [DOC] User guide update for OneHotEncoderSandy Ryza2015-05-201-0/+95
* [SPARK-7537] [MLLIB] spark.mllib API updatesXiangrui Meng2015-05-202-0/+13
* [SPARK-7713] [SQL] Use shared broadcast hadoop conf for partitioned table scan.Yin Huai2015-05-204-48/+387
* [SPARK-6094] [MLLIB] Add MultilabelMetrics in PySpark/MLlibYanbo Liang2015-05-202-0/+125
* [SPARK-7654] [MLLIB] Migrate MLlib to the DataFrame reader/writer APIXiangrui Meng2015-05-2010-12/+12
* [SPARK-7533] [YARN] Decrease spacing between AM-RM heartbeats.ehnalis2015-05-202-10/+39
* [SPARK-7320] [SQL] Add Cube / Rollup for dataframeCheng Hao2015-05-203-28/+230
* [SPARK-7663] [MLLIB] Add requirement for word2vec modelXusen Yin2015-05-201-0/+3
* [SPARK-7656] [SQL] use CatalystConf in FunctionRegistryscwf2015-05-193-7/+9
* [SPARK-7744] [DOCS] [MLLIB] Distributed matrix" section in MLlib "Data Types"...Mike Dusenberry2015-05-191-64/+64
* [SPARK-6246] [EC2] fixed support for more than 100 nodesalyaxey2015-05-191-1/+5
* [SPARK-7662] [SQL] Resolve correct names for generator in projectionCheng Hao2015-05-193-4/+42
* [SPARK-7738] [SQL] [PySpark] add reader and writer API in PythonDavies Liu2015-05-196-92/+430
* [SPARK-7652] [MLLIB] Update the implementation of naive Bayes prediction with...Liang-Chi Hsieh2015-05-191-17/+24
* [SPARK-7586] [ML] [DOC] Add docs of Word2Vec in ml packageXusen Yin2015-05-192-0/+165
* [SPARK-7726] Fix Scaladoc false errorsIulian Dragos2015-05-196-3/+15
* [SPARK-7678] [ML] Fix default random seed in HasSeedJoseph K. Bradley2015-05-196-12/+14
* [SPARK-7047] [ML] ml.Model optional parent supportJoseph K. Bradley2015-05-193-1/+7
* [SPARK-7704] Updating Programming Guides per SPARK-4397Dice2015-05-191-6/+5
* [SPARK-7681] [MLLIB] remove mima excludes for 1.3Xiangrui Meng2015-05-191-8/+1
* [SPARK-7723] Fix string interpolation in pipeline examplesSaleem Ansari2015-05-191-2/+2
* [HOTFIX] Revert "[SPARK-7092] Update spark scala version to 2.11.6"Patrick Wendell2015-05-192-3/+3
* Fixing a few basic typos in the Programming Guide.Mike Dusenberry2015-05-191-3/+3
* [SPARK-7581] [ML] [DOC] User guide for spark.ml PolynomialExpansionXusen Yin2015-05-192-0/+174
* [HOTFIX] Fixing style failures in Kinesis sourcePatrick Wendell2015-05-192-4/+6
* [HOTFIX]: Java 6 Build BreaksPatrick Wendell2015-05-192-15/+2
* [SPARK-7687] [SQL] DataFrame.describe() should cast all aggregates to StringJosh Rosen2015-05-183-14/+19
* [SPARK-7150] SparkContext.range() and SQLContext.range()Daoyuan Wang2015-05-187-0/+189
* [SPARK-7681] [MLLIB] Add SparseVector support for gemvLiang-Chi Hsieh2015-05-184-33/+240
* [SPARK-7692] Updated Kinesis examplesTathagata Das2015-05-182-237/+268
* [SPARK-7621] [STREAMING] Report Kafka errors to StreamingListenersjerluc2015-05-182-2/+2
* [SPARK-7624] Revert #4147Davies Liu2015-05-181-21/+2
* [SQL] Fix serializability of ORC table scanMichael Armbrust2015-05-181-1/+1
* [SPARK-7063] when lz4 compression is used, it causes core dumpJihong MA2015-05-181-1/+1
* [SPARK-7501] [STREAMING] DAG visualization: show DStream operationsAndrew Or2015-05-1814-145/+484
* [HOTFIX] Fix ORC build breakMichael Armbrust2015-05-181-5/+6
* [SPARK-7658] [STREAMING] [WEBUI] Update the mouse behaviors for the timeline ...zsxwing2015-05-183-2/+47
* [SPARK-6216] [PYSPARK] check python version of worker with driverDavies Liu2015-05-1810-14/+26
* [SPARK-7673] [SQL] WIP: HadoopFsRelation and ParquetRelation2 performance opt...Cheng Lian2015-05-184-91/+117
* [SPARK-7567] [SQL] [follow-up] Use a new flag to set output committer based o...Yin Huai2015-05-184-9/+29
* [SPARK-7269] [SQL] Incorrect analysis for aggregation(use semanticEquals)Wenchen Fan2015-05-186-26/+48