-
Notifications
You must be signed in to change notification settings - Fork 28.9k
fix SparkContextSchedulerCreationSuite test error #2052
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? |
LGTM. |
Jenkins, this is ok to test. |
@JoshRosen,can you retest this pr? |
Jenkins, retest this please. |
QA tests have started for PR 2052 at commit
|
QA tests have finished for PR 2052 at commit
|
@JoshRosen, retest this again, tests fails where this pr not changed (my locally tests is passed) , thanks~ |
Jenkins, retest this please. |
QA tests have started for PR 2052 at commit
|
QA tests have finished for PR 2052 at commit
|
@JoshRosen,this is good to go |
run test with the master branch with this command
sbt/sbt -Pyarn -Phadoop-2.3 -Dhadoop.version=2.3.0 -Pkinesis-as -Phive-thriftserver "test-only org.apache.spark.SparkContextSchedulerCreationSuite"
get this error:
[info] SparkContextSchedulerCreationSuite:
[info] - bad-master
[info] - local
[info] - local-*
[info] - local-n
[info] - local--n-failures
[info] - local-n-failures
[info] - bad-local-n
[info] - bad-local-n-failures
[info] - local-default-parallelism
[info] - simr
[info] - local-cluster
[info] - yarn-cluster
[info] - yarn-standalone
[info] - yarn-client
[info] - mesos fine-grained
[info] - mesos coarse-grained ** FAILED ***
[info] Spark home is not set; set it through the spark.home system property, the SPARK_HOME environment variable or the SparkContext constructor (SparkContextSchedulerCreationSuite.scala:158)
move "val sparkHome..." to createCommand method fix it.