Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Some parts of libyarn source codes need to be refined.
1. some definition of exception in exception.h are useless; e.g. FileAlreadyExistsException
2. some interface need to be changed. e.g. constructor of class LibYarnNodeInfo, use C++ string instead of char*;
3. fix misspelling, e.g. "contaier" should be "container"