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 2017/10/25 03:46:02 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-16885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu resolved HBASE-16885.
----------------------------
    Resolution: Won't Fix

There have been many changes in API, making this obsolete.

> 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
>         Attachments: phoenix-compile-against-2.0.txt
>
>
> 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.4.14#64029)