Daniel Barclay (Drill/MapR) created DRILL-1989:
--------------------------------------------------
Summary: "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)