aboutsummaryrefslogtreecommitdiff
path: root/graphx
Commit message (Collapse)AuthorAgeFilesLines
* Preparing Spark release v1.4.1-rc4v1.4.1Patrick Wendell2015-07-081-1/+1
|
* Preparing development version 1.4.2-SNAPSHOTPatrick Wendell2015-07-061-1/+1
|
* Preparing Spark release v1.4.1-rc3Patrick Wendell2015-07-061-1/+1
|
* Preparing development version 1.4.2-SNAPSHOTPatrick Wendell2015-07-061-1/+1
|
* Preparing Spark release v1.4.1-rc3Patrick Wendell2015-07-061-1/+1
|
* Preparing development version 1.4.2-SNAPSHOTPatrick Wendell2015-07-021-1/+1
|
* Preparing Spark release v1.4.1-rc2Patrick Wendell2015-07-021-1/+1
|
* Preparing development version 1.4.2-SNAPSHOTPatrick Wendell2015-06-231-1/+1
|
* Preparing Spark release v1.4.1-rc1Patrick Wendell2015-06-231-1/+1
|
* Preparing development version 1.4.2-SNAPSHOTPatrick Wendell2015-06-221-1/+1
|
* Preparing Spark release v1.4.1-rc1Patrick Wendell2015-06-221-1/+1
|
* [BUILD] Preparing Spark release 1.4.1Patrick Wendell2015-06-221-1/+1
|
* [SPARK-7558] Demarcate tests in unit-tests.log (1.4)Andrew Or2015-06-0318-57/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes the following commits: original: 9eb222c hotfix1: 8c99793 hotfix2: a4f2412 scalastyle check: 609c492 --- Original patch #6441 Branch-1.3 patch #6602 Author: Andrew Or <andrew@databricks.com> Closes #6598 from andrewor14/demarcate-tests-1.4 and squashes the following commits: 4c3c566 [Andrew Or] Merge branch 'branch-1.4' of github.com:apache/spark into demarcate-tests-1.4 e217b78 [Andrew Or] [SPARK-7558] Guard against direct uses of FunSuite / FunSuiteLike 46d4361 [Andrew Or] Various whitespace changes (minor) 3d9bf04 [Andrew Or] Make all test suites extend SparkFunSuite instead of FunSuite eaa520e [Andrew Or] Fix tests? b4d93de [Andrew Or] Fix tests 634a777 [Andrew Or] Fix log message a932e8d [Andrew Or] Fix manual things that cannot be covered through automation 8bc355d [Andrew Or] Add core tests as dependencies in all modules 75d361f [Andrew Or] Introduce base abstract class for all test suites
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-06-021-1/+1
|
* Preparing Spark release v1.4.0-rc4v1.4.0Patrick Wendell2015-06-021-1/+1
|
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-06-021-1/+1
|
* Preparing Spark release v1.4.0-rc4Patrick Wendell2015-06-021-1/+1
|
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-06-021-1/+1
|
* Preparing Spark release v1.4.0-rc4Patrick Wendell2015-06-021-1/+1
|
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-06-021-1/+1
|
* Preparing Spark release v1.4.0-rc4Patrick Wendell2015-06-021-1/+1
|
* [SPARK-7979] Enforce structural type checker.Reynold Xin2015-05-311-1/+3
| | | | | | | | | | | | | Author: Reynold Xin <rxin@databricks.com> Closes #6536 from rxin/structural-type-checker and squashes the following commits: f833151 [Reynold Xin] Fixed compilation. 633f9a1 [Reynold Xin] Fixed typo. d1fa804 [Reynold Xin] [SPARK-7979] Enforce structural type checker. (cherry picked from commit 4b5f12bac939a2f47a3a61365b5325d849b7b51f) Signed-off-by: Reynold Xin <rxin@databricks.com>
* [SPARK-3850] Trim trailing spaces for examples/streaming/yarn.Reynold Xin2015-05-311-5/+5
| | | | | | | | | | | | | | Author: Reynold Xin <rxin@databricks.com> Closes #6530 from rxin/trim-whitespace-1 and squashes the following commits: 7b7b3a0 [Reynold Xin] Reset again. dc14597 [Reynold Xin] Reset scalastyle. cd556c4 [Reynold Xin] YARN, Kinesis, Flume. 4223fe1 [Reynold Xin] [SPARK-3850] Trim trailing spaces for examples/streaming. (cherry picked from commit 564bc11e9827915c8652bc06f4bd591809dea4b1) Signed-off-by: Reynold Xin <rxin@databricks.com>
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-05-291-1/+1
|
* Preparing Spark release v1.4.0-rc3Patrick Wendell2015-05-291-1/+1
|
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-05-291-1/+1
|
* Preparing Spark release v1.4.0-rc3Patrick Wendell2015-05-291-1/+1
|
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-05-281-1/+1
|
* Preparing Spark release v1.4.0-rc3Patrick Wendell2015-05-281-1/+1
|
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-05-281-1/+1
|
* Preparing Spark release v1.4.0-rc3Patrick Wendell2015-05-281-1/+1
|
* [SPARK-7927] whitespace fixes for GraphX.Reynold Xin2015-05-2815-46/+50
| | | | | | | | | | | | | | So we can enable a whitespace enforcement rule in the style checker to save code review time. Author: Reynold Xin <rxin@databricks.com> Closes #6474 from rxin/whitespace-graphx and squashes the following commits: 4d3cd26 [Reynold Xin] Fixed tests. 869dde4 [Reynold Xin] [SPARK-7927] whitespace fixes for GraphX. (cherry picked from commit b069ad23d9b6cbfb3a8bf245547add4816669075) Signed-off-by: Reynold Xin <rxin@databricks.com>
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-05-271-1/+1
|
* Preparing Spark release v1.4.0-rc3Patrick Wendell2015-05-271-1/+1
|
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-05-231-1/+1
|
* Preparing Spark release v1.4.0-rc2Patrick Wendell2015-05-231-1/+1
|
* Preparing development version 1.4.1-SNAPSHOTPatrick Wendell2015-05-231-1/+1
|
* Preparing Spark release v1.4.0-rc2-testPatrick Wendell2015-05-231-1/+1
|
* Preparing development version 1.4.1-SNAPSHOTPatrick Wendell2015-05-231-1/+1
|
* Preparing Spark release 1.4.0-rc2-testPatrick Wendell2015-05-231-1/+1
|
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-05-201-1/+1
|
* Preparing Spark release rc-testPatrick Wendell2015-05-201-1/+1
|
* Preparing development version 1.4.0-SNAPSHOTpwendell2015-05-201-1/+1
|
* Preparing Spark release rc-testpwendell2015-05-201-1/+1
|
* Preparing development version 1.4.0-SNAPSHOTjenkins2015-05-201-1/+1
|
* Preparing Spark release rc-testjenkins2015-05-201-1/+1
|
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-05-201-1/+1
|
* Preparing Spark release rc-testPatrick Wendell2015-05-201-1/+1
|
* Preparing development version 1.4.1-SNAPSHOTPatrick Wendell2015-05-191-1/+1
|
* Preparing Spark release v1.4.0-rc1Patrick Wendell2015-05-191-1/+1
|