GitHub user liyezhang556520 opened a pull request:

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

    [SPARK-6078][CORE] create event log dir if not exists

    when event log directory does not exists, spark just throw 
IlleagalArgumentException and stop the job. User need manually create directory 
first. It's better to create the directory automatically if the directory does 
not exists.

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

    $ git pull https://github.com/liyezhang556520/spark creatLogDir

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

    https://github.com/apache/spark/pull/4829.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 #4829
    
----
commit 0de4f18d2b306d2f73d3b6958b400a56c6154de1
Author: Zhang, Liye <liye.zh...@intel.com>
Date:   2015-02-28T06:13:38Z

    create eventlog dir if eventlog dir does not exists

commit e76a1b46383a831f9c6a0daccf1d89934cbbefd2
Author: Zhang, Liye <liye.zh...@intel.com>
Date:   2015-02-28T06:44:00Z

    throw exception when there is same file name

----


---
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