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 2015/08/05 04:22:04 UTC

[jira] [Commented] (TAJO-1742) Remove hadoop dependency in DatumFactory

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

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

GitHub user jinossy opened a pull request:

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

    TAJO-1742: Remove hadoop dependency in DatumFactory

    

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

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

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

    https://github.com/apache/tajo/pull/676.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 #676
    
----
commit b54460a27dab17af1ac8674d4ef7c58107158e0d
Author: Jinho Kim <jh...@apache.org>
Date:   2015-08-05T02:20:18Z

    TAJO-1742: Remove hadoop dependency in DatumFactory

----


> Remove hadoop dependency in DatumFactory
> ----------------------------------------
>
>                 Key: TAJO-1742
>                 URL: https://issues.apache.org/jira/browse/TAJO-1742
>             Project: Tajo
>          Issue Type: Bug
>          Components: Java Client, JDBC Driver
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>             Fix For: 0.11.0
>
>
> See the title
> {noformat}
> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/io/RawComparator
> at org.apache.tajo.datum.DatumFactory.createFromBytes(DatumFactory.java:124)
> at org.apache.tajo.catalog.statistics.ColumnStats.<init>(ColumnStats.java:59)
> at org.apache.tajo.catalog.statistics.TableStats.<init>(TableStats.java:91)
> at org.apache.tajo.catalog.TableDesc.<init>(TableDesc.java:73)
> at org.apache.tajo.catalog.CatalogUtil.newTableDesc(CatalogUtil.java:338)
> at org.apache.tajo.jdbc.WaitingResultSet.waitOnResult(WaitingResultSet.java:65)
> at org.apache.tajo.jdbc.WaitingResultSet.getSchema(WaitingResultSet.java:52)
> at org.apache.tajo.jdbc.TajoStatement.executeSQL(TajoStatement.java:167)
> at org.apache.tajo.jdbc.TajoPreparedStatement.executeImmediate(TajoPreparedStatement.java:92)
> at org.apache.tajo.jdbc.TajoPreparedStatement.executeQuery(TajoPreparedStatement.java:76)
> at org.apache.tajo.jdbc.TestJdbc.main(TestJdbc.java:31)
> Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.io.RawComparator
> at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> {noformat}



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