Open kaniblu opened 10 years ago
Oops, found Pair
class in com.microsoft.reef.io.network.util.Utils
. Thanks anyone who've seen this anyways.
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. :)
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 throughDataSet
in 0.8? Or should I revert to older versions?