Nishant Kelkar created HIVE-11114:
-------------------------------------
Summary: Documentation of Pentaho Missing from Maven Central
Key: HIVE-11114
URL: https://issues.apache.org/jira/browse/HIVE-11114
Project: Hive
Issue Type: Task
Reporter: Nishant Kelkar
Assignee: Nishant Kelkar
Priority: Minor
I recently cloned the Hive Git repository. When I went into the hive/ql
sub-project and issued the command 'mvn clean compile -Phadoop-1', I got the
following build error:
[ERROR] Failed to execute goal on project hive-exec: Could not resolve
dependencies for project org.apache.hive:hive-exec:jar:2.0.0-SNAPSHOT: Could
not find artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde in
US (http://repo.maven.apache.org/maven2) -> [Help 1]
This is because the pentaho-aggdesigner-algorithm dependency is not supported
by Maven central; however, it is supported by Conjars.
As a quick fix, I downloaded the jar from Conjars repo, and manually installed
this dependency to my local Maven by following the instructions here:
http://www.mkyong.com/maven/how-to-include-library-manully-into-maven-local-repository/
However, I feel this dependency should be supported on Maven central (I'm not
sure where to create this ticket/whom with, but Hive is my use case, so any
pointers greatly appreciated).
This ticket tracks the task of documenting this fact on the Hive wiki as an
additional Note.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)