swsnu / bdcsfall2014

0 stars 0 forks source link

How do I loop through `com.microsoft.reef.io.data.loading.api.DataSet`? #10

Open kaniblu opened 10 years ago

kaniblu commented 10 years ago

Hi everyone, I was wondering if anybody was also having the same problem. I was trying to compile the DataLoading example but met with com.microsoft.reef.io.network.util.Pair-being-not-found problem. A simple googling seemed to point out the fact that Pair class has been removed since version 0.8. So what is the correct way to loop through DataSet in 0.8? Or should I revert to older versions?

kaniblu commented 10 years ago

Oops, found Pair class in com.microsoft.reef.io.network.util.Utils. Thanks anyone who've seen this anyways.

kr8534 commented 10 years ago

Oh, Thank you for your help. :) I've just met the same problem while I'm trying the same example, and solve this due to I remember you post this question and closed it yourself. :)