You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/11/10 12:11:33 UTC

[jira] [Commented] (TAJO-1163) TableDesc should use URI instead of Path.

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

ASF GitHub Bot commented on TAJO-1163:
--------------------------------------

GitHub user hyunsik opened a pull request:

    https://github.com/apache/tajo/pull/235

    TAJO-1163: TableDesc should use URI instead of Path.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hyunsik/tajo TAJO-1163

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/235.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #235
    
----
commit 5584282eca1b606caf8d6658a7e1168d5ccc08f7
Author: Hyunsik Choi <hy...@apache.org>
Date:   2014-11-10T11:10:34Z

    TAJO-1163: TableDesc should use URI instead of Path.

----


> TableDesc should use URI instead of Path.
> -----------------------------------------
>
>                 Key: TAJO-1163
>                 URL: https://issues.apache.org/jira/browse/TAJO-1163
>             Project: Tajo
>          Issue Type: Improvement
>          Components: catalog
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.9.1
>
>
> Currently, TableDesc uses Path which is a specified URI form for HDFS. It causes HDFS dependency issues as well as we need to generalize table locations.
> The main purpose of this issue is to change Path into URI in TableDesc.



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