aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6383][SQL]Fixed compiler and errors in Dataframe examplesTijo Thomas2015-03-171-6/+6
* [SPARK-6366][SQL] In Python API, the default save mode for save and saveAsTab...Yin Huai2015-03-181-2/+2
* [SPARK-6330] [SQL] Add a test case for SPARK-6330Pei-Lun Lee2015-03-181-0/+13
* [SPARK-6226][MLLIB] add save/load in PySpark's KMeansModelXiangrui Meng2015-03-173-5/+32
* [SPARK-6336] LBFGS should document what convergenceTol meanslewuathe2015-03-172-1/+9
* [SPARK-6313] Add config option to disable file locks/fetchFile cache to ...nemccarthy2015-03-172-1/+14
* [SPARK-3266] Use intermediate abstract classes to fix type erasure issues in ...Josh Rosen2015-03-178-5/+152
* [SPARK-6365] jetty-security also needed for SPARK_PREPEND_CLASSES to workImran Rashid2015-03-171-1/+1
* [SPARK-6331] Load new master URL if present when recovering streaming context...Tathagata Das2015-03-174-7/+25
* [docs] [SPARK-4820] Spark build encounters "File name too long" on some encry...Theodore Vasiloudis2015-03-171-0/+12
* [SPARK-6269] [CORE] Use ScalaRunTime's array methods instead of java.lang.ref...mcheah2015-03-171-13/+15
* [SPARK-4011] tighten the visibility of the members in Master/Worker classCodingCat2015-03-1749-265/+277
* SPARK-6044 [CORE] RDD.aggregate() should not use the closure serializer on th...Sean Owen2015-03-161-1/+1
* [SPARK-6357][GraphX] Add unapply in EdgeContextTakeshi YAMAMURO2015-03-161-0/+17
* [SQL][docs][minor] Fixed sample code in SQLContext scaladocLomig MeĢgard2015-03-161-2/+2
* [SPARK-6299][CORE] ClassNotFoundException in standalone mode when running gro...Kevin (Sangwoo) Kim2015-03-163-39/+63
* [SPARK-5712] [SQL] fix comment with semicolon at endDaoyuan Wang2015-03-174-13/+19
* [SPARK-6327] [PySpark] fix launch spark-submit from pythonDavies Liu2015-03-162-5/+2
* [SPARK-6077] Remove streaming tab while stopping StreamingContextlisurprise2015-03-169-101/+179
* [SPARK-6330] Fix filesystem bug in newParquet relationVolodymyr Lyubinets2015-03-161-2/+3
* [SPARK-2087] [SQL] Multiple thriftserver sessions with single HiveContext ins...Cheng Hao2015-03-178-105/+353
* [SPARK-6300][Spark Core] sc.addFile(path) does not support the relative path.DoingDone92015-03-162-15/+38
* [SPARK-5922][GraphX]: Add diff(other: RDD[VertexId, VD]) in VertexRDDBrennon York2015-03-164-0/+29
* [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