You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Yishan Yang (JIRA)" <ji...@apache.org> on 2017/02/10 03:23:41 UTC

[jira] [Commented] (PHOENIX-3661) Make phoenix tool select file system dynamically

    [ https://issues.apache.org/jira/browse/PHOENIX-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15860625#comment-15860625 ] 

Yishan Yang commented on PHOENIX-3661:
--------------------------------------

For example indexing tool will try to read hfile from hbase, however, hbase might not only located on hdfs (which phoenix uses hadoop default file system to make assumption which is hdfs). If hbase is using other DFS, it will fail with wrong file system error.

> Make phoenix tool select file system dynamically
> ------------------------------------------------
>
>                 Key: PHOENIX-3661
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3661
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.7.0, 4.8.0
>            Reporter: Yishan Yang
>         Attachments: phoenix-3661.patch
>
>
> Phoenix indexing tool assume that the root directory is the default Hadoop FileSystem. With this patch,
> phoenix index tool will get file system dynamically which will prevent “Wrong FileSystem” errors. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)