Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
0.3.0
-
None
-
None
-
None
Description
Kudu has a check_compatibility.py script which runs Java ACC to determine API changes between releases. HBase has a similar script written in bash, and there's also demand for using this in Hadoop.
Rather than having this script in 3 different places, it'd be nice if it was maintained in Yetus instead. We can bring in the Kudu version as a starting point:
https://github.com/apache/kudu/blob/master/build-support/check_compatibility.py