Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
0.13
-
None
Description
jsjason and I found that `DataLoadingREEF` example does not work any more in current SNAPSHOT build. It seems to be due to https://github.com/apache/incubator-reef/pull/430 .
The following is the exception which DataLoadingREEF example generates.
Exception in thread "main" java.lang.IllegalArgumentException: Number of cores and memory are deprecated; you have to add specific data requests at org.apache.commons.lang.Validate.isTrue(Validate.java:136) at org.apache.reef.io.data.loading.api.DataLoadingRequestBuilder.build(DataLoadingRequestBuilder.java:246) at org.apache.reef.examples.data.loading.DataLoadingREEF.main(DataLoadingREEF.java:97)
DataLoadingREEF example needs to be updated according to the current API.
Attachments
Issue Links
- links to