-
Notifications
You must be signed in to change notification settings - Fork 28.7k
SPARK-1589: Fix the incorrect compare #508
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
Conversation
Can one of the admins verify this patch? |
Hey great catch. Jenkins, test this please. |
Merged build triggered. |
Merged build started. |
Merged build finished. |
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/14380/ |
You'll need to add a line break here |
Sorry that I forgot to run scalastyle. Already fixed it. |
Jenkins, retest this please. |
Merged build triggered. |
Merged build started. |
Merged build finished. |
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/14423/ |
Thanks. I'm merging this since the failed test is a flaky one that we are already fixing somewhere else. |
JIRA: https://issues.apache.org/jira/browse/SPARK-1589 Author: zsxwing <[email protected]> Closes #508 from zsxwing/SPARK-1589 and squashes the following commits: 570c67a [zsxwing] SPARK-1589: Fix the incorrect compare (cherry picked from commit 6ab7578) Signed-off-by: Reynold Xin <[email protected]>
JIRA: https://issues.apache.org/jira/browse/SPARK-1589 Author: zsxwing <[email protected]> Closes apache#508 from zsxwing/SPARK-1589 and squashes the following commits: 570c67a [zsxwing] SPARK-1589: Fix the incorrect compare
* Update POMs * Update extensions/v1beta1.Deployment to apps * Modified defaults on rss and ss (cherry picked from commit 562f301)
* Update POMs * Update extensions/v1beta1.Deployment to apps * Modified defaults on rss and ss
) * The spark jobs require login dockerhub to push docker images Now the spark + k8s jobs need to push docker images to dockerhub, we have add a docker hub account: theopenlabtesting for openlab jobs common usages. Add missing pust-run for spark jobs Closes theopenlab/openlab#244
Co-authored-by: Yu Gan <[email protected]>
JIRA: https://issues.apache.org/jira/browse/SPARK-1589