jeongyooneo commented on a change in pull request #5: [NEMO-27] Element Wise 
Block Write
URL: https://github.com/apache/incubator-nemo/pull/5#discussion_r173355240
 
 

 ##########
 File path: 
runtime/executor/src/main/java/edu/snu/nemo/runtime/executor/data/BlockManagerWorker.java
 ##########
 @@ -219,25 +222,26 @@ public void createBlock(final String blockId,
     });
   }
 
+
   /**
-   * Store an iterable of data partitions to a block in the target {@code 
BlockStore}.
-   * Invariant: This should not be invoked after a block is committed.
+   * Writes an element to a block in the target {@code BlockStore}.
+   * Invariant: This should not be invoked after the block is committed.
    * Invariant: This method may not support concurrent write for a single 
block.
-   * Only one thread have to write at once.
+   *            Only one thread have to write at once.
 
 Review comment:
   have -> has?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to