[
https://issues.apache.org/jira/browse/GORA-630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17437541#comment-17437541
]
ASF GitHub Bot commented on GORA-630:
-------------------------------------
djkevincr commented on pull request #250:
URL: https://github.com/apache/gora/pull/250#issuecomment-958079050
@khadijm Thank you for the PR. we basically had transitive dependency issue
where the same jar exists multiple versions in class path that made a build
failure. Please do full build using mvn clean install and see whether there s
build failure when running tests. And see how can avoid this particular
dependency conflict.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Move hadoop-common dependencies from gora-hive pom to gora parent pom
> ---------------------------------------------------------------------
>
> Key: GORA-630
> URL: https://issues.apache.org/jira/browse/GORA-630
> Project: Apache Gora
> Issue Type: Improvement
> Components: gora-core, gora-hive
> Reporter: Chanaka Balasooriya
> Priority: Minor
>
> To run hive datastore test cases it is required to have hadoop-common 2.6+
> version.
> However, adding this dependency gora parent causes to fail some test cases in
> gora-core
> as the current hadoop version is 2.5.2 We need to handle this transitive
> dependency issue properly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)