[
https://issues.apache.org/jira/browse/TAJO-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14214235#comment-14214235
]
ASF GitHub Bot commented on TAJO-1122:
--------------------------------------
Github user hyunsik commented on the pull request:
https://github.com/apache/tajo/pull/247#issuecomment-63257511
TravisCI causes the following compilation errors. Could you check it?
{noformat}
[ERROR] The build could not read 2 projects -> [Help 1]
[ERROR]
[ERROR] The project org.apache.tajo:tajo-core:0.9.1-SNAPSHOT
(/home/travis/build/apache/tajo/tajo-core/pom.xml) has 1 error
[ERROR] 'dependencies.dependency.version' for
org.apache.tajo:tajo-hcatalog:jar is missing. @
org.apache.tajo:tajo-core:[unknown-version],
/home/travis/build/apache/tajo/tajo-core/pom.xml, line 491, column 21
[ERROR]
[ERROR] The project org.apache.tajo:tajo-hcatalog:0.9.1-SNAPSHOT
(/home/travis/build/apache/tajo/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml)
has 1 error
[ERROR] 'dependencies.dependency.version' for
org.apache.tajo:tajo-storage:jar is missing. @
org.apache.tajo:tajo-hcatalog:[unknown-version],
/home/travis/build/apache/tajo/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml,
line 114, column 17
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
{noformat}
> Refactor the tajo-storage project structure.
> --------------------------------------------
>
> Key: TAJO-1122
> URL: https://issues.apache.org/jira/browse/TAJO-1122
> Project: Tajo
> Issue Type: Sub-task
> Reporter: Hyoungjun Kim
> Assignee: Hyoungjun Kim
> Priority: Minor
>
> 'tajo-storage' sub-project will be changed to the following structure which
> is more flexible for adding new storage.
> {noformat}
> tajo-storage
> tajo-storage-common
> src
> pom.xml
> tajo-external-storage
> tajo-hbase
> src
> pom.xml
> tajo-<other storage>
> src
> pom.xml
> pom.xml
> pom.xml
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)