-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0.0-incubating
-
Component/s: libyarn
-
Labels:None
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"