Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-7498] [ml] removed varargs annotation from Params.setDefaults #6021

Closed
wants to merge 1 commit into from

Conversation

jkbradley
Copy link
Member

In SPARK-7429 and PR #5960, I added the varargs annotation to Params.setDefault which takes a variable number of ParamPairs. It worked locally and on Jenkins for me.
However, @mengxr reported issues compiling on his machine. So I'm reverting the change introduced in #5960 by removing varargs.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented May 9, 2015

Test build #32284 has started for PR 6021 at commit 098ed39.

@SparkQA
Copy link

SparkQA commented May 9, 2015

Test build #32284 has finished for PR 6021 at commit 098ed39.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32284/
Test PASSed.

@mengxr
Copy link
Contributor

mengxr commented May 9, 2015

More details: build/sbt examples/compile throws an error with Java 7 complaining about method not implemented. But this doesn't happen with Java 6. The issue was not captured by Jenkins since it only uses Java 6. @pwendell

asfgit pushed a commit that referenced this pull request May 9, 2015
In SPARK-7429 and PR #5960, I added the varargs annotation to Params.setDefault which takes a variable number of ParamPairs. It worked locally and on Jenkins for me.
However, mengxr reported issues compiling on his machine. So I'm reverting the change introduced in #5960 by removing varargs.

Author: Joseph K. Bradley <joseph@databricks.com>

Closes #6021 from jkbradley/revert-varargs and squashes the following commits:

098ed39 [Joseph K. Bradley] removed varargs annotation from Params.setDefaults taking multiple ParamPairs

(cherry picked from commit 2992623)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
@mengxr
Copy link
Contributor

mengxr commented May 9, 2015

LGTM. Merged into master and branch-1.4. Thanks!

@asfgit asfgit closed this in 2992623 May 9, 2015
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request May 28, 2015
In SPARK-7429 and PR apache#5960, I added the varargs annotation to Params.setDefault which takes a variable number of ParamPairs. It worked locally and on Jenkins for me.
However, mengxr reported issues compiling on his machine. So I'm reverting the change introduced in apache#5960 by removing varargs.

Author: Joseph K. Bradley <joseph@databricks.com>

Closes apache#6021 from jkbradley/revert-varargs and squashes the following commits:

098ed39 [Joseph K. Bradley] removed varargs annotation from Params.setDefaults taking multiple ParamPairs
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request Jun 12, 2015
In SPARK-7429 and PR apache#5960, I added the varargs annotation to Params.setDefault which takes a variable number of ParamPairs. It worked locally and on Jenkins for me.
However, mengxr reported issues compiling on his machine. So I'm reverting the change introduced in apache#5960 by removing varargs.

Author: Joseph K. Bradley <joseph@databricks.com>

Closes apache#6021 from jkbradley/revert-varargs and squashes the following commits:

098ed39 [Joseph K. Bradley] removed varargs annotation from Params.setDefaults taking multiple ParamPairs
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
In SPARK-7429 and PR apache#5960, I added the varargs annotation to Params.setDefault which takes a variable number of ParamPairs. It worked locally and on Jenkins for me.
However, mengxr reported issues compiling on his machine. So I'm reverting the change introduced in apache#5960 by removing varargs.

Author: Joseph K. Bradley <joseph@databricks.com>

Closes apache#6021 from jkbradley/revert-varargs and squashes the following commits:

098ed39 [Joseph K. Bradley] removed varargs annotation from Params.setDefaults taking multiple ParamPairs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants