GitHub user lirui-intel opened a pull request:

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

    SPARK-2636: no where to get job identifier while submit spark job through 
spark API

    This PR adds the async actions to the Java API. User can call these async 
actions to get the FutureAction and use JobWaiter (for SimpleFutureAction) to 
retrieve job Id.

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

    $ git pull https://github.com/lirui-intel/spark SPARK-2636

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

    https://github.com/apache/spark/pull/2176.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 #2176
    
----
commit 6e2b87b4bb414f69753cc5208099baff8d54f002
Author: lirui <rui...@intel.com>
Date:   2014-08-27T05:02:01Z

    SPARK-2636: add java API for async actions

commit eb1ee798a41f89bc996bc1661968b7cf75c48d6e
Author: lirui <rui...@intel.com>
Date:   2014-08-27T06:51:56Z

    SPARK-2636: change some parameters in SimpleFutureAction to member field

commit d09f73216005bef498f4086d40860a8bdd587940
Author: lirui <rui...@intel.com>
Date:   2014-08-27T06:57:11Z

    SPARK-2636: fix build

commit 1b25abc86516f1e2cbbab9bdb03dffa920bb8658
Author: lirui <rui...@intel.com>
Date:   2014-08-27T07:16:38Z

    SPARK-2636: expose some fields in JobWaiter

commit fbf574443ffe63f8d449fd639093016cb064283d
Author: lirui <rui...@intel.com>
Date:   2014-08-27T14:35:02Z

    SPARK-2636: add more async actions for java api

----


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