You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@nemo.apache.org by GitBox <gi...@apache.org> on 2019/06/11 03:08:55 UTC

[GitHub] [incubator-nemo] johnyangk commented on a change in pull request #219: [NEMO-351] Empowering Nemo with fast I/O using Apache Crail

johnyangk commented on a change in pull request #219: [NEMO-351] Empowering Nemo with fast I/O using Apache Crail
URL: https://github.com/apache/incubator-nemo/pull/219#discussion_r292246709
 
 

 ##########
 File path: runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/stores/RemoteFileStore.java
 ##########
 @@ -21,8 +21,9 @@
 import org.apache.reef.tang.annotations.DefaultImplementation;
 
 /**
- * Interface for remote block stores (e.g., GlusterFS, ...).
+ * Interface for remote block stores (e.g., GlusterFS, CrailFS...).
  */
+
 @DefaultImplementation(GlusterFileStore.class)
 
 Review comment:
   Remove. I don't see a particular reason to prefer Gluster over Crail.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services