You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/10/20 03:06:58 UTC

[jira] [Created] (HBASE-16885) Deprecate public classes which are removed in 2.0

Ted Yu created HBASE-16885:
------------------------------

             Summary: Deprecate public classes which are removed in 2.0
                 Key: HBASE-16885
                 URL: https://issues.apache.org/jira/browse/HBASE-16885
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu


I tried to compile master branch of Phoenix against 2.0-SNAPSHOT and observed some compilation errors.

/phoenix/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/LocalIndexStoreFileScanner.java:[31,54] cannot find symbol
  symbol:   class Reader
  location: class org.apache.hadoop.hbase.regionserver.StoreFile

/phoenix/phoenix-core/src/main/java/org/apache/phoenix/mapreduce/MultiHfileOutputFormat.java:[300,16] cannot find symbol
  symbol:   class Writer
  location: class org.apache.hadoop.hbase.regionserver.StoreFile

The above inner classes of StoreFile are marked public as of branch-1.

We should deprecate them in 1.x release.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)