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

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

Github user jihoonson commented on the pull request:

    https://github.com/apache/tajo/pull/719#issuecomment-137691470
  
    When I submitted a query on HDFS table, the query is hanged with the 
following error.
    ```
    2015-09-04 18:36:30,726 INFO org.apache.tajo.storage.FileTablespace: Total 
# of splits: 1
    2015-09-04 18:36:30,727 ERROR org.apache.tajo.querymaster.Stage: Stage 
(eb_1441359373738_0001_000007) ERROR:
    java.lang.ClassCastException: org.apache.tajo.storage.pgsql.PgSQLTablespace 
cannot be cast to org.apache.tajo.storage.FileTablespace
            at 
org.apache.tajo.querymaster.Repartitioner.scheduleLeafTasksWithBroadcastTable(Repartitioner.java:507)
            at 
org.apache.tajo.querymaster.Repartitioner.scheduleFragmentsForJoinQuery(Repartitioner.java:231)
            at 
org.apache.tajo.querymaster.Stage$InitAndRequestContainer.schedule(Stage.java:1037)
            at 
org.apache.tajo.querymaster.Stage$InitAndRequestContainer.access$800(Stage.java:817)
            at 
org.apache.tajo.querymaster.Stage$InitAndRequestContainer$1.run(Stage.java:843)
            at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            at java.util.concurrent.FutureTask.run(FutureTask.java:262)
            at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
            at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:745)
    ```
    Query hang is because the type cast exception is not handled, so it may not 
be related to this issue.


> JDBC Tablespace support
> -----------------------
>
>                 Key: TAJO-1730
>                 URL: https://issues.apache.org/jira/browse/TAJO-1730
>             Project: Tajo
>          Issue Type: Improvement
>          Components: Storage
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.11.0
>
>         Attachments: TAJO-1730.patch, TAJO-1730_2.patch, TAJO-1730_3.patch
>
>
> The main objective of this issue is to implement JDBC-based storage and its 
> Tablespace implementation.



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

Reply via email to