aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to work around MESOS-1688Jongyoul Lee2015-03-154-7/+4
* [SPARK-6285][SQL]Remove ParquetTestData in SparkBuild.scala and in README.mdOopsOutOfMemory2015-03-152-5/+2
* [SPARK-5790][GraphX]: VertexRDD's won't zip properly for `diff` capability (a...Brennon York2015-03-141-1/+37
* [SPARK-6329][Docs]: Minor doc changes for Mesos and TOCBrennon York2015-03-141-3/+5
* [SPARK-6195] [SQL] Adds in-memory column type for fixed-precision decimalsCheng Lian2015-03-1411-76/+179
* [SQL]Delete some dupliate code in HiveThriftServer2ArcherShao2015-03-141-7/+5
* [SPARK-6210] [SQL] use prettyString as column name in agg()Davies Liu2015-03-143-21/+21
* [SPARK-6317][SQL]Fixed HIVE console startup issuevinodkc2015-03-142-3/+3
* [SPARK-6285] [SQL] Removes unused ParquetTestData and duplicated TestGroupWri...Cheng Lian2015-03-141-466/+0
* [SPARK-4600][GraphX]: org.apache.spark.graphx.VertexRDD.diff does not workBrennon York2015-03-131-2/+5
* [SPARK-6278][MLLIB] Mention the change of objective in linear regressionXiangrui Meng2015-03-131-0/+2
* [SPARK-6252] [mllib] Added getLambda to Scala NaiveBayesJoseph K. Bradley2015-03-132-0/+11
* [CORE][minor] remove unnecessary ClassTag in `DAGScheduler`Wenchen Fan2015-03-131-2/+1
* [SPARK-6197][CORE] handle json exception when hisotry file not finished writingZhang, Liye2015-03-132-5/+23
* [SPARK-5310] [SQL] [DOC] Parquet section for the SQL programming guideCheng Lian2015-03-131-57/+180
* [SPARK-5845][Shuffle] Time to cleanup spilled shuffle files not included in s...Ilya Ganelin2015-03-131-0/+3
* HOTFIX: Changes to release script.Patrick Wendell2015-03-121-20/+21
* [mllib] [python] Add LassoModel to __all__ in regression.pyJoseph K. Bradley2015-03-121-2/+4
* [SPARK-4588] ML AttributesXiangrui Meng2015-03-1211-1/+1308
* [SPARK-6268][MLlib] KMeans parameter getter methodsYuhao Yang2015-03-121-0/+37
* [build] [hotfix] Fix make-distribution.sh for Scala 2.11.Marcelo Vanzin2015-03-121-1/+3
* [SPARK-6275][Documentation]Miss toDF() function in docs/sql-programming-guide.mdzzcclp2015-03-121-1/+1
* [docs] [SPARK-6306] Readme points to dead linkTheodore Vasiloudis2015-03-121-1/+1
* [SPARK-5814][MLLIB][GRAPHX] Remove JBLAS from runtimeXiangrui Meng2015-03-1216-144/+183
* [SPARK-6294] fix hang when call take() in JVM on PythonRDDDavies Liu2015-03-123-4/+15
* [SPARK-6296] [SQL] Added equals to ColumnVolodymyr Lyubinets2015-03-122-0/+12
* BUILD: Adding more known contributor namesPatrick Wendell2015-03-111-0/+34
* [SPARK-6128][Streaming][Documentation] Updates to Spark Streaming Programming...Tathagata Das2015-03-114-109/+528
* [SPARK-6274][Streaming][Examples] Added examples streaming + sql examples.Tathagata Das2015-03-114-0/+336
* SPARK-6245 [SQL] jsonRDD() of empty RDD results in exceptionSean Owen2015-03-113-1/+15
* SPARK-3642. Document the nuances of shared variables.Sandy Ryza2015-03-111-0/+6
* [SPARK-4423] Improve foreach() documentation to avoid confusion between local...Ilya Ganelin2015-03-111-4/+68
* [SPARK-6228] [network] Move SASL classes from network/shuffle to network...Marcelo Vanzin2015-03-117-0/+0
* SPARK-6225 [CORE] [SQL] [STREAMING] Resolve most build warnings, 1.3.0 editionSean Owen2015-03-1115-49/+40
* [SPARK-6279][Streaming]In KafkaRDD.scala, Miss expressions flag "s" at loggin...zzcclp2015-03-111-1/+1
* [SQL][Minor] fix typo in commentsHongbo Liu2015-03-111-1/+1
* [MINOR] [DOCS] Fix map -> mapToPair in Streaming Java exampleSean Owen2015-03-111-4/+4
* [SPARK-4924] Add a library for launching Spark jobs programmatically.Marcelo Vanzin2015-03-1144-1238/+2891
* [SPARK-5986][MLLib] Add save/load for k-meansXusen Yin2015-03-112-4/+108
* [SPARK-5183][SQL] Update SQL Docs with JDBC and Migration GuideMichael Armbrust2015-03-101-12/+370
* Minor doc: Remove the extra blank line in data types javadoc.Reynold Xin2015-03-101-18/+6
* [SPARK-6186] [EC2] Make Tachyon version configurable in EC2 deployment scriptcheng chang2015-03-102-1/+21
* [SPARK-6191] [EC2] Generalize ability to download libsNicholas Chammas2015-03-101-28/+54
* [SPARK-6087][CORE] Provide actionable exception if Kryo buffer is not large e...Lev Khomich2015-03-102-1/+21
* [SPARK-6177][MLlib]Add note in LDA example to remind possible coalesceYuhao Yang2015-03-101-1/+3
* [SPARK-6194] [SPARK-677] [PySpark] fix memory leak in collect()Davies Liu2015-03-094-51/+82
* [SPARK-5310][Doc] Update SQL Programming Guide to include DataFrames.Reynold Xin2015-03-093-122/+286
* [Docs] Replace references to SchemaRDD with DataFrameReynold Xin2015-03-093-6/+6
* [EC2] [SPARK-6188] Instance types can be mislabeled when re-starting cluster ...Theodore Vasiloudis2015-03-091-0/+11
* [GraphX] Improve LiveJournalPageRank exampleJacky Li2015-03-081-7/+2