[
https://issues.apache.org/jira/browse/BIGTOP-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974701#comment-13974701
]
doug chang commented on BIGTOP-1279:
------------------------------------
I had to modify the version for hcatalog-core from 0.12.0 to below and added
the hortonworks repo:
<dependency>
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hcatalog-core</artifactId>
<version>0.12.0.2.0.10.0-1</version>
<scope>provided</scope>
</dependency>
added repos to hive-0.12.0/src/hcatalog/webhcat/svr/pom.xml
<repositories>
<repository>
<id>hortonworks</id>
<url>http://repo.hortonworks.com/content/repositories/releases/</url>
</repository>
<repository>
<id>maven</id>
<url>http://repo.maven.apache.org/maven2/</url>
</repository>
</repositories>
prob error on my part.. :)
> bump hive version to 0.12.0
> ---------------------------
>
> Key: BIGTOP-1279
> URL: https://issues.apache.org/jira/browse/BIGTOP-1279
> Project: Bigtop
> Issue Type: Sub-task
> Components: General
> Affects Versions: 0.7.0
> Reporter: Konstantin Boudnik
> Assignee: Konstantin Boudnik
> Fix For: 0.8.0
>
> Attachments: BIGTOP-1279.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)