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-8754][YARN] YarnClientSchedulerBackend doesn't stop gracefully in failure conditions #7153

Closed
wants to merge 1 commit into from

Conversation

devaraj-kavali
Copy link

In YarnClientSchedulerBackend.stop(), added a check for monitorThread.

YarnClientSchedulerBackend doesn't stop gracefully in failure conditions

In YarnClientSchedulerBackend.stop(), added a check for monitorThread.
@devaraj-kavali devaraj-kavali changed the title https://issues.apache.org/jira/browse/SPARK-8754 [SPARK-8754][YARN] YarnClientSchedulerBackend doesn't stop gracefully in failure conditions Jul 1, 2015
@srowen
Copy link
Member

srowen commented Jul 1, 2015

LGTM

@SparkQA
Copy link

SparkQA commented Jul 1, 2015

Test build #991 has finished for PR 7153 at commit 66be9ad.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • case class Heartbeat(workerId: String, worker: RpcEndpointRef) extends DeployMessage
    • case class RegisteredWorker(master: RpcEndpointRef, masterWebUiUrl: String) extends DeployMessage
    • case class RegisterApplication(appDescription: ApplicationDescription, driver: RpcEndpointRef)
    • case class RegisteredApplication(appId: String, master: RpcEndpointRef) extends DeployMessage
    • case class SubmitDriverResponse(
    • case class KillDriverResponse(
    • case class MasterChanged(master: RpcEndpointRef, masterWebUiUrl: String)
    • class DCT(override val uid: String)
    • class MinMaxScaler(override val uid: String)
    • class PCA (override val uid: String) extends Estimator[PCAModel] with PCAParams
    • class StreamingLinearAlgorithm(object):
    • class StreamingLinearRegressionWithSGD(StreamingLinearAlgorithm):
    • class AnalysisException(Exception):
    • case class Cast(child: Expression, dataType: DataType) extends UnaryExpression with Logging
    • class SpecificOrdering extends $
    • class SpecificProjection extends $
    • final class SpecificRow extends $
    • case class Crc32(child: Expression)
    • // compiled class file for the closure here will conflict with the one in callUDF (upper case).

@squito
Copy link
Contributor

squito commented Jul 1, 2015

jenkins, retest this please

@andrewor14
Copy link
Contributor

retest this please

@SparkQA
Copy link

SparkQA commented Jul 2, 2015

Test build #36317 has finished for PR 7153 at commit 66be9ad.

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

@andrewor14
Copy link
Contributor

Merging into master 1.4. Thanks @devaraj-kavali

@asfgit asfgit closed this in 792fcd8 Jul 2, 2015
asfgit pushed a commit that referenced this pull request Jul 2, 2015
…y in failure conditions

In YarnClientSchedulerBackend.stop(), added a check for monitorThread.

Author: Devaraj K <devaraj@apache.org>

Closes #7153 from devaraj-kavali/master and squashes the following commits:

66be9ad [Devaraj K] https://issues.apache.org/jira/browse/SPARK-8754 YarnClientSchedulerBackend doesn't stop gracefully in failure conditions

(cherry picked from commit 792fcd8)
Signed-off-by: Andrew Or <andrew@databricks.com>
@devaraj-kavali devaraj-kavali deleted the master branch October 16, 2015 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants