GitHub user vanzin opened a pull request:

    https://github.com/apache/spark/pull/8996

    [SPARK-10812] [yarn] Fix shutdown of token renewer.

    A recent change to fix the referenced bug caused this exception in
    the `SparkContext.stop()` path:
    
    org.apache.spark.SparkException: YarnSparkHadoopUtil is not available in 
non-YARN mode!
            at 
org.apache.spark.deploy.yarn.YarnSparkHadoopUtil$.get(YarnSparkHadoopUtil.scala:167)
            at 
org.apache.spark.scheduler.cluster.YarnClientSchedulerBackend.stop(YarnClientSchedulerBackend.scala:182)
            at 
org.apache.spark.scheduler.TaskSchedulerImpl.stop(TaskSchedulerImpl.scala:440)
            at 
org.apache.spark.scheduler.DAGScheduler.stop(DAGScheduler.scala:1579)
            at 
org.apache.spark.SparkContext$$anonfun$stop$7.apply$mcV$sp(SparkContext.scala:1730)
            at 
org.apache.spark.util.Utils$.tryLogNonFatalError(Utils.scala:1185)
            at org.apache.spark.SparkContext.stop(SparkContext.scala:1729)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vanzin/spark SPARK-10812

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/8996.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #8996
    
----
commit 216099c754ad5cc3580f6491f044eb6b6db9b1d7
Author: Marcelo Vanzin <van...@cloudera.com>
Date:   2015-10-06T18:07:47Z

    [SPARK-10812] [yarn] Fix shutdown of token renewer.
    
    A recent change to fix the referenced bug caused this exception in
    the `SparkContext.stop()` path:
    
    org.apache.spark.SparkException: YarnSparkHadoopUtil is not available in 
non-YARN mode!
            at 
org.apache.spark.deploy.yarn.YarnSparkHadoopUtil$.get(YarnSparkHadoopUtil.scala:167)
            at 
org.apache.spark.scheduler.cluster.YarnClientSchedulerBackend.stop(YarnClientSchedulerBackend.scala:182)
            at 
org.apache.spark.scheduler.TaskSchedulerImpl.stop(TaskSchedulerImpl.scala:440)
            at 
org.apache.spark.scheduler.DAGScheduler.stop(DAGScheduler.scala:1579)
            at 
org.apache.spark.SparkContext$$anonfun$stop$7.apply$mcV$sp(SparkContext.scala:1730)
            at 
org.apache.spark.util.Utils$.tryLogNonFatalError(Utils.scala:1185)
            at org.apache.spark.SparkContext.stop(SparkContext.scala:1729)

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to