API Compatibility changes in 7.1.9 for Ozone
Removed or Modified APIs in CDP 7.1.9 for Ozone and recommendations for how to handle them.
Apache Base Version of Ozone in 7.1.7 SP2 was 1.1.0 and Apache Base Version of Ozone in 7.1.9 is 1.2.0
Removed APIs in 7.1.9
The following APIs are no longer available for Ozone in CDP 7.1.9
OzoneBucket.addAcls
Method Removed
- Package Name
- org.apache.hadoop.ozone.client
- Effect
- A client program may be interrupted by NoSuchMethodError exception.
- Reason for change
- HDDS-4585. Support bucket acl operation in S3g
- Recommendation
- Method `addAcls` is renamed to `addAcl`.
- Recompilation Required?
- Yes
OzoneBucket.removeAcls
Method Removed
- Package Name
- org.apache.hadoop.ozone.client
- Effect
- A client program may be interrupted by NoSuchMethodError exception.
- Reason for change
- HDDS-4585. Support bucket acl operation in S3g
- Recommendation
- Method `removeAcls` is renamed to `removeAcl`.
- Recompilation Required?
- Yes