Eric Charles created HBASE-9300:
-----------------------------------
Summary: Deal with Hadoop Syncable.sync() removal
Key: HBASE-9300
URL: https://issues.apache.org/jira/browse/HBASE-9300
Project: HBase
Issue Type: New Feature
Reporter: Eric Charles
HADOOP-8124 has removed Syncable.sync() in favor of Syncable.hsync().
Our ProtobufLogWriter calls sync(), which breaks the build when building with
Hadoop 3.0.0-SNAPSHOT.
HBASE-6581 proposes to use reflection in the compat modules to call the correct
method (sync for hadoop1* and hadoop2* profiles, hsync for hadoop3 profiles).
This JIRA is here to validate this approach.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira