Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/5824#issuecomment-98046158
[Test build #742 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/742/consoleFull)
for PR 5824 at commit
[`c387f4c`](https://github.com/apache/spark/commit/c387f4c383061077368f90147c13e6ce367372af).
* This patch **passes all tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* ` "public class " + className + extendsText + " implements
java.io.Serializable `
* `class Param[T] (val parent: Params, val name: String, val doc: String,
val isValid: T => Boolean)`
* `class DoubleParam(parent: Params, name: String, doc: String, isValid:
Double => Boolean)`
* `class IntParam(parent: Params, name: String, doc: String, isValid: Int
=> Boolean)`
* `class FloatParam(parent: Params, name: String, doc: String, isValid:
Float => Boolean)`
* `class LongParam(parent: Params, name: String, doc: String, isValid:
Long => Boolean)`
* `class BooleanParam(parent: Params, name: String, doc: String) // No
need for isValid`
* `case class ParamPair[T](param: Param[T], value: T) `
* `class KMeansModel (`
* `trait PMMLExportable `
* ` public static final class UNSAFE `
* This patch **adds the following new dependencies:**
* `jaxb-api-2.2.7.jar`
* `jaxb-core-2.2.7.jar`
* `jaxb-impl-2.2.7.jar`
* `pmml-agent-1.1.15.jar`
* `pmml-model-1.1.15.jar`
* `pmml-schema-1.1.15.jar`
* This patch **removes the following dependencies:**
* `activation-1.1.jar`
* `jaxb-api-2.2.2.jar`
* `jaxb-impl-2.2.3-1.jar`
---
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]