[
https://issues.apache.org/jira/browse/TAJO-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14704444#comment-14704444
]
ASF GitHub Bot commented on TAJO-1792:
--------------------------------------
Github user jinossy commented on a diff in the pull request:
https://github.com/apache/tajo/pull/704#discussion_r37502843
--- Diff: tajo-cluster-tests/pom.xml ---
@@ -57,12 +57,7 @@
<excludes>
<exclude>derby.log</exclude>
<exclude>benchmark/**</exclude>
- <exclude>src/test/tpch/**</exclude>
- <exclude>src/test/resources/dataset/**</exclude>
- <exclude>src/test/resources/queries/**</exclude>
- <exclude>src/test/resources/results/**</exclude>
- <exclude>src/main/resources/META-INF/services/*</exclude>
- <exclude>src/main/resources/webapps/static/js/*</exclude>
+ <exclude>src/test/resources/tpch/**</exclude>
--- End diff --
please remove netty dependency in hadoop-hdfs
> tajo-cluster-tests is not available when it is used as an external maven
> module.
> --------------------------------------------------------------------------------
>
> Key: TAJO-1792
> URL: https://issues.apache.org/jira/browse/TAJO-1792
> Project: Tajo
> Issue Type: Improvement
> Components: Unit Test
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.11.0, 0.12.0
>
>
> tajo-cluster-tests was separated in order to help other maven modules to use
> cluster tests. But, it is actually unavailable because its test resources
> (table ddl and data sets) can be only accessed through absolute paths.
> This patch makes the test resources accessable from other maven modules.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)