[
https://issues.apache.org/jira/browse/TAJO-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14276391#comment-14276391
]
ASF GitHub Bot commented on TAJO-1304:
--------------------------------------
GitHub user jinossy opened a pull request:
https://github.com/apache/tajo/pull/349
TAJO-1304: Can not found TextFile in catalog.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jinossy/tajo TAJO-1304
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/349.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 #349
----
commit ffe00d0f0e065649a40e9ba935b03a1b768bcee5
Author: jhkim <[email protected]>
Date: 2015-01-14T02:18:04Z
TAJO-1304: Can not found TextFile in catalog.
----
> Can not found TextFile in catalog
> ---------------------------------
>
> Key: TAJO-1304
> URL: https://issues.apache.org/jira/browse/TAJO-1304
> Project: Tajo
> Issue Type: Bug
> Components: catalog, storage
> Affects Versions: 0.10
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Fix For: 0.10
>
>
> See the title.
> {noformat}
> Caused by: com.google.protobuf.ServiceException:
> java.lang.NullPointerException
> at
> org.apache.tajo.catalog.CatalogServer$CatalogProtocolHandler.getTableDesc(CatalogServer.java:537)
> at
> org.apache.tajo.catalog.AbstractCatalogClient$13.call(AbstractCatalogClient.java:287)
> at
> org.apache.tajo.catalog.AbstractCatalogClient$13.call(AbstractCatalogClient.java:280)
> at
> org.apache.tajo.rpc.ServerCallable.withRetries(ServerCallable.java:94)
> ... 43 more
> Caused by: java.lang.NullPointerException
> at
> org.apache.tajo.catalog.proto.CatalogProtos$TableProto$Builder.setStoreType(CatalogProtos.java:3692)
> at
> org.apache.tajo.catalog.store.AbstractDBStore.getTable(AbstractDBStore.java:1413)
> at
> org.apache.tajo.catalog.CatalogServer$CatalogProtocolHandler.getTableDesc(CatalogServer.java:528)
> ... 46 more
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)