[
https://issues.apache.org/jira/browse/HBASE-20558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16551393#comment-16551393
]
Andrew Purtell commented on HBASE-20558:
----------------------------------------
[~zyork] Run the compat checker like this:
{noformat}
./dev-support/checkcompatibility.py \
--annotation org.apache.hadoop.hbase.classification.InterfaceAudience.Public \
--annotation
org.apache.hadoop.hbase.classification.InterfaceAudience.LimitedPrivate \
--include-file "hbase-*" \
<previous_ref> \
<current_ref>
{noformat}
to make sure things that aren't tagged Public or LP are filtered out. For what
remains, you have to review the compatibility guidelines in the book
(http://hbase.apache.org/book.html#hbase.versioning) and make a judgement.
In this particular report I don't see anything of concern.
> Backport HBASE-17854 to branch-1
> --------------------------------
>
> Key: HBASE-20558
> URL: https://issues.apache.org/jira/browse/HBASE-20558
> Project: HBase
> Issue Type: Sub-task
> Components: HFile
> Affects Versions: 1.4.4, 1.4.5
> Reporter: Tak Lon (Stephen) Wu
> Assignee: Tak Lon (Stephen) Wu
> Priority: Major
> Attachments: HBASE-20558.branch-1.001.patch, report.html
>
>
> As part of HBASE-20555, HBASE-17854 is the third patch that is needed for
> backporting HBASE-18083
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)