GitHub user davies opened a pull request:
https://github.com/apache/spark/pull/4358
[SPARK-5585] Flaky test in MLlib python
Add a seed for tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/davies/spark flaky_test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/4358.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4358
----
commit 1077f2e1def6266aee6ad6f0640a8f46cd273e21
Author: Reynold Xin <[email protected]>
Date: 2015-02-04T04:07:46Z
[SPARK-5578][SQL][DataFrame] Provide a convenient way for Scala users to
use UDFs
A more convenient way to define user-defined functions.
Author: Reynold Xin <[email protected]>
Closes #4345 from rxin/defineUDF and squashes the following commits:
639c0f8 [Reynold Xin] udf tests.
0a0b339 [Reynold Xin] defineUDF -> udf.
b452b8d [Reynold Xin] Fix UDF registration.
d2e42c3 [Reynold Xin] SQLContext.udf.register() returns a
UserDefinedFunction also.
4333605 [Reynold Xin] [SQL][DataFrame] defineUDF.
commit d37978d8aafef8a2e637687f3848ca0a8b935b33
Author: zsxwing <[email protected]>
Date: 2015-02-04T04:17:12Z
[SPARK-4795][Core] Redesign the "primitive type => Writable" implicit APIs
to make them be activated automatically
Try to redesign the "primitive type => Writable" implicit APIs to make them
be activated automatically and without breaking binary compatibility.
However, this PR will breaking the source compatibility if people use
`xxxToXxxWritable` occasionally. See the unit test in `graphx`.
Author: zsxwing <[email protected]>
Closes #3642 from zsxwing/SPARK-4795 and squashes the following commits:
914b2d6 [zsxwing] Add implicit back to the Writables methods
0b9017f [zsxwing] Add some docs
a0e8509 [zsxwing] Merge branch 'master' into SPARK-4795
39343de [zsxwing] Fix the unit test
64853af [zsxwing] Reorganize the rest 'implicit' methods in SparkContext
commit eb15631854f8e8e7bcd1b3331f18d6ee81dd6d5c
Author: Xiangrui Meng <[email protected]>
Date: 2015-02-04T04:39:11Z
[FIX][MLLIB] fix seed handling in Python GMM
If `seed` is `None` on the python side, it will pass in as a `null`. So we
should use `java.lang.Long` instead of `Long` to take it.
Author: Xiangrui Meng <[email protected]>
Closes #4349 from mengxr/gmm-fix and squashes the following commits:
3be5926 [Xiangrui Meng] fix seed handling in Python GMM
commit ced499bee8cd5cbd994d62d3e898c864d42028ca
Author: Davies Liu <[email protected]>
Date: 2015-02-04T07:05:13Z
add seed for test
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]