aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* SPARK-6205 [CORE] UISeleniumSuite fails for Hadoop 2.x test with NoClassDefFo...Sean Owen2015-03-082-0/+13
* [SPARK-6193] [EC2] Push group filter up to EC2Nicholas Chammas2015-03-081-37/+41
* [SPARK-5641] [EC2] Allow spark_ec2.py to copy arbitrary files to clusterFlorian Verhein2015-03-071-0/+42
* [Minor]fix the wrong descriptionWangTaoTheTonic2015-03-072-3/+3
* [EC2] Reorder print statements on terminationNicholas Chammas2015-03-071-6/+8
* Fix python typo (+ Scala, Java typos)RobertZK2015-03-071-7/+10
* [SPARK-6178][Shuffle] Removed unused importsVinod K C2015-03-0615-28/+12
* [Minor] Resolve sbt warnings: postfix operator second should be enabledGuoQiang Li2015-03-062-0/+2
* [core] [minor] Don't pollute source directory when running UtilsSuite.Marcelo Vanzin2015-03-061-3/+4
* [CORE, DEPLOY][minor] align arguments order with docs of workerZhang, Liye2015-03-061-1/+1
* [SQL] Make Strategies a public developer APIMichael Armbrust2015-03-051-2/+5
* [SPARK-6163][SQL] jsonFile should be backed by the data source APIYin Huai2015-03-052-8/+32
* [SPARK-6145][SQL] fix ORDER BY on nested fieldsWenchen Fan2015-03-053-3/+14
* [SPARK-6175] Fix standalone executor log links when ephemeral ports or SPARK_...Josh Rosen2015-03-058-20/+57
* [SPARK-6090][MLLIB] add a basic BinaryClassificationMetrics to PySpark/MLlibXiangrui Meng2015-03-054-0/+99
* SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11Sean Owen2015-03-0528-28/+28
* [SPARK-6153] [SQL] promote guava dep for hive-thriftserverDaoyuan Wang2015-03-051-0/+5
* SPARK-5143 [BUILD] [WIP] spark-network-yarn 2.11 depends on spark-network-shu...Sean Owen2015-03-042-2/+13
* [SPARK-6149] [SQL] [Build] Excludes Guava 15 referenced by jackson-module-sca...Cheng Lian2015-03-041-0/+8
* [SPARK-6144] [core] Fix addFile when source files are on "hdfs:"Marcelo Vanzin2015-03-042-50/+63
* [SPARK-6107][CORE] Display inprogress application information for event log h...Zhang, Liye2015-03-041-15/+19
* [SPARK-6134][SQL] Fix wrong datatype for casting FloatType and default LongTy...Liang-Chi Hsieh2015-03-041-2/+2
* [SPARK-6136] [SQL] Removed JDBC integration tests which depends on docker-clientCheng Lian2015-03-044-432/+0