pjfanning edited a comment on pull request #4109:
URL: https://github.com/apache/hadoop/pull/4109#issuecomment-1079981138


   @steveloughran twitter futures should be fairly easily replaced with [Java 
futures](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html)
   
   * this seems to a fairly good description of the twitter FuturePool - 
https://blog.knoldus.com/twitter-future-in-scala/
   * should be possible to port it to Java easily enough
   * it may even not be necessary to port the twitter FuturePool because it 
appears its main use to help Scala users avoid having to deal Java futures used 
in AWS code (cf 
https://medium.com/@sveinnfannar/thread-pooling-in-scala-using-twitter-s-futurepool-8f38c6448fa2)
 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to