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_r292242623
##########
File path: pom.xml
##########
@@ -114,6 +114,56 @@ under the License.
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.crail</groupId>
+ <artifactId>crail-storage</artifactId>
+ <version>1.2-incubating-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.crail</groupId>
+ <artifactId>crail-storage-narpc</artifactId>
+ <version>1.2-incubating-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.crail</groupId>
+ <artifactId>crail-storage-rdma</artifactId>
+ <version>1.2-incubating-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.crail</groupId>
+ <artifactId>crail-storage-nvmf</artifactId>
+ <version>1.2-incubating-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.crail</groupId>
+ <artifactId>crail-rpc</artifactId>
+ <version>1.2-incubating-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.crail</groupId>
+ <artifactId>crail-rpc-narpc</artifactId>
+ <version>1.2-incubating-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.crail</groupId>
+ <artifactId>crail-hdfs</artifactId>
+ <version>1.2-incubating-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.crail</groupId>
+ <artifactId>crail-namenode</artifactId>
+ <version>1.2-incubating-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.crail</groupId>
+ <artifactId>crail-rpc</artifactId>
+ <version>1.2-incubating-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.crail</groupId>
+ <artifactId>crail-client</artifactId>
+ <version>1.2-incubating-SNAPSHOT</version>
Review comment:
Please use ${crail.version}, similar to
https://github.com/apache/incubator-nemo/pull/219/files#diff-600376dffeb79835ede4a0b285078036R69
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services