-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 0.5.0
-
Fix Version/s: 0.5.0
-
Component/s: None
-
Labels:None
With checkin of TEZ-671 org.apache.tez.common.security.Groups stopped compiling against hadoop-2.2.0. Groups is now using StringUtils.getStringCollection(str, delim) which has been introduced as part of HADOOP-10142 in hadoop-2.3. Also some CommonConfigurationKeys do not exists in that version!