You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Daniel Barclay (Drill/MapR) (JIRA)" <ji...@apache.org> on 2015/01/14 19:54:36 UTC

[jira] [Commented] (DRILL-1989) "mvn clean; mvn test" fails in drill-java-exec with tpch errors

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

Daniel Barclay (Drill/MapR) commented on DRILL-1989:
----------------------------------------------------

Some dependency (related to downloaded TPCH test files(?)) isn't represented or hooked up right in the Maven configuration.  Invoking the Maven phase "test" requires manually invoking the Maven phase "install".

Until that is fixed, the read-me file INSTALL.md should at least point out that "mvn test" won't always work.

> "mvn clean; mvn test" fails in drill-java-exec with tpch errors
> ---------------------------------------------------------------
>
>                 Key: DRILL-1989
>                 URL: https://issues.apache.org/jira/browse/DRILL-1989
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Tools, Build & Test
>            Reporter: Daniel Barclay (Drill/MapR)
>            Assignee: Jacques Nadeau
>
> Running
> bq. {{mvn clean}}
> and then
> bq. {{mvn test}}
> (in the root project directory) fails in tests in drill-java-exec, with errors such as:
> <pre>
> {{Running org.apache.drill.TestTpchDistributed#tpch01}}
> {{ok   summary}}
> {{true    planner.slice_target updated.}}
> {{Total rows returned : 1}}
> {{Jan 12, 2015 5:09:18 PM org.eigenbase.sql.validate.SqlValidatorException <init>}}
> {{SEVERE: org.eigenbase.sql.validate.SqlValidatorException: Table 'cp.tpch/lineitem.parquet' not found}}
> {{Jan 12, 2015 5:09:18 PM org.eigenbase.util.EigenbaseException <init>}}
> {{SEVERE: org.eigenbase.util.EigenbaseContextException: From line 15, column 3 to line 15, column 4: Table 'cp.tpch/lineitem.parquet' not found}}
> </pre>



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