You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/01/19 20:33:21 UTC

[3/3] git commit: Merge pull request #470 from tgravescs/fix_spark_examples_yarn

Merge pull request #470 from tgravescs/fix_spark_examples_yarn

Only log error on missing jar to allow spark examples to jar.

Right now to run the spark examples on Yarn you have to use the --addJars option and put the jar in hdfs.  To make that nicer  so the user doesn't have to specify the --addJars option change it to simply log an error instead of throwing.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/792d9084
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/792d9084
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/792d9084

Branch: refs/heads/master
Commit: 792d9084e2bc9f778a00a56fa7dcfe4084153aea
Parents: 256a355 dd56b21
Author: Patrick Wendell <pw...@gmail.com>
Authored: Sun Jan 19 11:33:11 2014 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Sun Jan 19 11:33:11 2014 -0800

----------------------------------------------------------------------
 core/src/main/scala/org/apache/spark/SparkContext.scala | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------