Open RaySuhyunLee opened 9 years ago
Hi!
reef-webserver
package, which contains classes like org.apache.reef.webserver.HttpServer
. It shouldn't be too hard to find out how PortNumber
is defined.TaskFailureHandler
. It's your job to define it. Also, read the assignment doc carefully: TaskFailureHandler
itself is not a concrete class; it should be an interface.This homework's designed to test how you can quickly understand large codebase and figure out code you have to write. You don't need to write much code, I believe. Also, it requires systematic testing of your code under fault injection. It'd be good to write fault injection code for this purpose.
I understand. Thank you very much!
Hello. I have two questions about assignment 2.
Thanks and happy weekend! Suhyun Lee