aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-3850] Trim trailing spaces for SQL.Reynold Xin2015-05-3139-88/+88
* [SPARK-3850] Trim trailing spaces for examples/streaming/yarn.Reynold Xin2015-05-3120-91/+87
* [SPARK-3850] Trim trailing spaces for core.Reynold Xin2015-05-3147-117/+117
* [SPARK-7975] Add style checker to disallow overriding equals covariantly.Reynold Xin2015-05-313-3/+3
* [SQL] [MINOR] Adds @deprecated Scaladoc entry for SchemaRDDCheng Lian2015-05-301-0/+1
* [SPARK-7976] Add style checker to disallow overriding finalize.Reynold Xin2015-05-302-1/+3
* [SQL] [MINOR] Fixes a minor comment mistake in IsolatedClientLoaderCheng Lian2015-05-311-5/+5
* Update documentation for the new DataFrame reader/writer interface.Reynold Xin2015-05-301-60/+66
* [SPARK-7971] Add JavaDoc style deprecation for deprecated DataFrame methodsReynold Xin2015-05-303-12/+70
* [SQL] Tighten up visibility for JavaDoc.Reynold Xin2015-05-308-14/+32
* [SPARK-5610] [DOC] update genjavadocSettings to use the patched version of ge...Xiangrui Meng2015-05-302-4/+8
* [HOTFIX] Replace FunSuite with SparkFunSuite.Josh Rosen2015-05-303-9/+4
* [SPARK-7920] [MLLIB] Make MLlib ChiSqSelector Serializable (& Fix Related Doc...Mike Dusenberry2015-05-302-1/+2
* [SPARK-7918] [MLLIB] MLlib Python doc parity check for evaluation and featureYanbo Liang2015-05-302-39/+36
* [SPARK-7855] Move bypassMergeSort-handling from ExternalSorter to own componentJosh Rosen2015-05-3017-423/+738
* Updated SQL programming guide's Hive connectivity section.Reynold Xin2015-05-301-29/+17
* [SPARK-7849] [SQL] [Docs] Updates SQL programming guide for 1.4Cheng Lian2015-05-301-6/+85
* Closes #4685Reynold Xin2015-05-300-0/+0
* [DOCS] [MINOR] Update for the Hadoop versions table with hadoop-2.6Taka Shinagawa2015-05-301-0/+1
* [SPARK-7717] [WEBUI] Only showing total memory and cores for alive workerszhichao.li2015-05-301-6/+7
* [SPARK-7945] [CORE] Do trim to values in properties fileWangTaoTheTonic2015-05-301-0/+3
* [SPARK-7890] [DOCS] Document that Spark 2.11 now supports KafkaSean Owen2015-05-301-3/+1
* [SPARK-7964][SQL] remove unnecessary type coercion ruleWenchen Fan2015-05-303-43/+2
* [SPARK-7459] [MLLIB] ElementwiseProduct Java exampleOctavian Geagla2015-05-301-6/+34
* [SPARK-7962] [MESOS] Fix master url parsing in rest submission client.Timothy Chen2015-05-291-1/+5
* [SPARK-7576] [MLLIB] Add spark.ml user guide doc/example for ElementwiseProductOctavian Geagla2015-05-291-0/+88
* [TRIVIAL] Typo fix for last commitAndrew Or2015-05-291-1/+1
* [SPARK-7558] Guard against direct uses of FunSuite / FunSuiteLikeAndrew Or2015-05-293-0/+18
* [SPARK-7957] Preserve partitioning when using randomSplitBurak Yavuz2015-05-291-2/+2
* [DOCS][Tiny] Added a missing dash(-) in docs/configuration.mdTaka Shinagawa2015-05-291-1/+1
* [HOT FIX] [BUILD] Fix maven build failuresAndrew Or2015-05-293-10/+9
* [HOTFIX] [SQL] Maven test compilation issueAndrew Or2015-05-291-0/+7
* [SPARK-6013] [ML] Add more Python ML examples for spark.mlRam Sriharsha2015-05-295-2/+270
* [SPARK-7954] [SPARKR] Create SparkContext in sparkRSQL initShivaram Venkataraman2015-05-291-5/+19
* [SPARK-7910] [TINY] [JAVAAPI] expose partitioner information in javarddHolden Karau2015-05-293-3/+10
* [SPARK-7899] [PYSPARK] Fix Python 3 pyspark/sql/types module conflictMichael Nazario2015-05-297-63/+43
* [SPARK-6806] [SPARKR] [DOCS] Add a new SparkR programming guideShivaram Venkataraman2015-05-297-11/+238
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-29364-968/+953
* [SPARK-7940] Enforce whitespace checking for DO, TRY, CATCH, FINALLY, MATCH, ...Reynold Xin2015-05-299-15/+13
* [SPARK-7946] [MLLIB] DecayFactor wrongly set in StreamingKMeansMechCoder2015-05-292-1/+8
* [SQL] [TEST] [MINOR] Uses a temporary log4j.properties in HiveThriftServer2Te...Cheng Lian2015-05-291-6/+25
* [SPARK-7950] [SQL] Sets spark.sql.hive.version in HiveThriftServer2.startWith...Cheng Lian2015-05-291-7/+8
* [SPARK-7524] [SPARK-7846] add configs for keytab and principal, pass these tw...WangTaoTheTonic2015-05-295-10/+36
* [SPARK-7863] [CORE] Create SimpleDateFormat for every SimpleDateParam instanc...zsxwing2015-05-292-28/+26
* [SPARK-7756] [CORE] Use testing cipher suites common to Oracle and IBM securi...Tim Ellison2015-05-292-4/+4
* [SPARK-7912] [SPARK-7921] [MLLIB] Update OneHotEncoder to handle ML attribute...Xiangrui Meng2015-05-293-84/+176
* [SPARK-7929] Turn whitespace checker on for more token types.Reynold Xin2015-05-2819-53/+52
* [HOTFIX] Minor style fix from last commitPatrick Wendell2015-05-281-1/+2
* [SPARK-7931] [STREAMING] Do not restart receiver when stoppedTathagata Das2015-05-281-3/+8
* [SPARK-7922] [MLLIB] use DataFrames for user/item factors in ALSModelXiangrui Meng2015-05-283-47/+89