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/25 04:42:12 UTC

[jira] [Commented] (TAJO-1208) Failure of create table using textfile on hivemeta

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

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

GitHub user jinossy opened a pull request:

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

    TAJO-1208: Failure of create table using textfile on hivemeta.

    

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

    $ git pull https://github.com/jinossy/tajo TAJO-1208

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

    https://github.com/apache/tajo/pull/270.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 #270
    
----
commit d9a94bcc17b4226ea98cd54f38be2b64235a1ead
Author: jhkim <jh...@apache.org>
Date:   2014-11-25T03:40:46Z

    TAJO-1208: Failure of create table using textfile on hivemeta.

----


> Failure of create table using textfile on hivemeta
> --------------------------------------------------
>
>                 Key: TAJO-1208
>                 URL: https://issues.apache.org/jira/browse/TAJO-1208
>             Project: Tajo
>          Issue Type: Bug
>          Components: catalog
>    Affects Versions: 0.9.1
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>             Fix For: 0.9.1
>
>
> {noformat}
> org.apache.tajo.catalog.exception.CatalogException: org.apache.tajo.common.exception.NotImplementedException: TEXTFILE
>         at org.apache.tajo.catalog.store.HCatalogStore.createTable(HCatalogStore.java:549)
>         at org.apache.tajo.catalog.CatalogServer$CatalogProtocolHandler.createTable(CatalogServer.java:523)
>         at org.apache.tajo.catalog.CatalogProtocol$CatalogProtocolService$2.callBlockingMethod(CatalogProtocol.java:629)
>         at org.apache.tajo.rpc.BlockingRpcServer$ServerHandler.messageReceived(BlockingRpcServer.java:103)
>         at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)
>         at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564
> {noformat}



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