Marcelo Vanzin created SPARK-3590:
-------------------------------------

             Summary: Expose async APIs in the Java API
                 Key: SPARK-3590
                 URL: https://issues.apache.org/jira/browse/SPARK-3590
             Project: Spark
          Issue Type: New Feature
          Components: Java API
            Reporter: Marcelo Vanzin


Currently, a single async method is exposed through the Java API 
(JavaRDDLike::foreachAsync). That method returns a Scala future (FutureAction).

We should bring the Java API up to sync with the Scala async APIs, and also 
expose Java-friendly types (e.g. a proper java.util.concurrent.Future).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to