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-4920][UI]: back port the PR-3763 to branch 1.1 #3768

Closed
wants to merge 2 commits into from

Conversation

uncleGen
Copy link
Contributor

No description provided.

@SparkQA
Copy link

SparkQA commented Dec 23, 2014

QA tests have started for PR 3768 at commit 67a27e5.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Dec 23, 2014

QA tests have finished for PR 3768 at commit 67a27e5.

  • This patch fails unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

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

@SparkQA
Copy link

SparkQA commented Dec 23, 2014

QA tests have started for PR 3768 at commit ec2365f.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Dec 23, 2014

QA tests have finished for PR 3768 at commit ec2365f.

  • This patch fails unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

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

@uncleGen
Copy link
Contributor Author

There are two irrelevant test failures.

@JoshRosen
Copy link
Contributor

Jenkins, retest this please.

@SparkQA
Copy link

SparkQA commented Dec 23, 2014

QA tests have started for PR 3768 at commit ec2365f.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Dec 23, 2014

QA tests have finished for PR 3768 at commit ec2365f.

  • This patch fails unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

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

@JoshRosen
Copy link
Contributor

I agree that the test failure seems unrelated to this patch, but we should definitely investigate it (maybe separately):

OK (skipped=1)
Traceback (most recent call last):
  File "pyspark/mllib/_common.py", line 20, in <module>
    import numpy
  File "/usr/lib64/python2.6/site-packages/numpy/__init__.py", line 170, in <module>
    from . import add_newdocs
  File "/usr/lib64/python2.6/site-packages/numpy/add_newdocs.py", line 13, in <module>
    from numpy.lib import add_newdoc
  File "/usr/lib64/python2.6/site-packages/numpy/lib/__init__.py", line 8, in <module>
    from .type_check import *
  File "/usr/lib64/python2.6/site-packages/numpy/lib/type_check.py", line 11, in <module>
    import numpy.core.numeric as _nx
  File "/usr/lib64/python2.6/site-packages/numpy/core/__init__.py", line 46, in <module>
    from numpy.testing import Tester
  File "/usr/lib64/python2.6/site-packages/numpy/testing/__init__.py", line 13, in <module>
    from .utils import *
  File "/usr/lib64/python2.6/site-packages/numpy/testing/utils.py", line 15, in <module>
    from tempfile import mkdtemp
  File "/usr/lib64/python2.6/tempfile.py", line 34, in <module>
    from random import Random as _Random
  File "/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/random.py", line 23, in <module>
    from pyspark.rdd import RDD
  File "/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/__init__.py", line 63, in <module>
    from pyspark.context import SparkContext
  File "/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/context.py", line 22, in <module>
    from tempfile import NamedTemporaryFile
ImportError: cannot import name NamedTemporaryFile

@JoshRosen
Copy link
Contributor

Jenkins, retest this please.

@JoshRosen
Copy link
Contributor

LGTM, pending Jenkins.

@SparkQA
Copy link

SparkQA commented Dec 30, 2014

QA tests have started for PR 3768 at commit ec2365f.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Dec 30, 2014

QA tests have finished for PR 3768 at commit ec2365f.

  • This patch fails unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

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

@JoshRosen
Copy link
Contributor

That latest failure is my fault (bad merge that I've reverted).

@JoshRosen
Copy link
Contributor

Jenkins, retest this please.

@SparkQA
Copy link

SparkQA commented Dec 30, 2014

QA tests have started for PR 3768 at commit ec2365f.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Dec 30, 2014

QA tests have finished for PR 3768 at commit ec2365f.

  • This patch fails unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

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

@JoshRosen
Copy link
Contributor

Jenkins, retest this please.

@SparkQA
Copy link

SparkQA commented Jan 6, 2015

QA tests have started for PR 3768 at commit ec2365f.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Jan 6, 2015

QA tests have finished for PR 3768 at commit ec2365f.

  • This patch fails unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

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

@JoshRosen
Copy link
Contributor

Jenkins, retest this please.

@SparkQA
Copy link

SparkQA commented Jan 15, 2015

QA tests have started for PR 3768 at commit ec2365f.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Jan 15, 2015

QA tests have finished for PR 3768 at commit ec2365f.

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

@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/25610/
Test PASSed.

@JoshRosen
Copy link
Contributor

(Whoops, my earlier (deleted) comment was for a different PR).

This looks good to me, so I'm going to merge it into branch-1.1 (1.1.2).

@JoshRosen
Copy link
Contributor

Actually, I can't merge this now due to some Apache Git infra maintenance; if I don't end up merging this later today / tomorrow, send me a reminder and I'll do it.

@uncleGen
Copy link
Contributor Author

@JoshRosen OK, thank you!

asfgit pushed a commit that referenced this pull request Jan 18, 2015
Author: uncleGen <hustyugm@gmail.com>

Closes #3768 from uncleGen/branch-1.1-1223 and squashes the following commits:

ec2365f [uncleGen] error fix
67a27e5 [uncleGen] [SPARK-4920][UI]: back port the PR-3763 to branch 1.1
@JoshRosen
Copy link
Contributor

I've merged this into branch-1.1 (1.1.2). Now that this is merged, do you mind closing this PR (GitHub can't auto-close PRs that are opened against maintenance branches).

@uncleGen uncleGen closed this Jan 19, 2015
@uncleGen uncleGen deleted the branch-1.1-1223 branch March 24, 2015 02:51
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