[ https://issues.apache.org/jira/browse/HIVE-4114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ashutosh Chauhan resolved HIVE-4114. ------------------------------------ Resolution: Not A Problem After mavenization, this is no longer a problem. > hive-metastore.jar depends on jdo2-api:jar:2.3-ec, which is missing in maven > central > ------------------------------------------------------------------------------------ > > Key: HIVE-4114 > URL: https://issues.apache.org/jira/browse/HIVE-4114 > Project: Hive > Issue Type: Bug > Components: Build Infrastructure > Reporter: Gopal V > Priority: Trivial > > Adding hive-exec-0.10.0 to an independent pom.xml results in the following > error > {code} > Failed to retrieve javax.jdo:jdo2-api-2.3-ec > Caused by: Could not find artifact javax.jdo:jdo2-api:jar:2.3-ec in central > (http://repo1.maven.org/maven2) > ... > Path to dependency: > 1) org.notmysock.hive:plan-viewer:jar:1.0-SNAPSHOT > 2) org.apache.hive:hive-exec:jar:0.10.0 > 3) org.apache.hive:hive-metastore:jar:0.10.0 > 4) javax.jdo:jdo2-api:jar:2.3-ec > {code} > From the best I could tell, in the hive build ant+ivy pulls this file from > the datanucleus repo > http://www.datanucleus.org/downloads/maven2/javax/jdo/jdo2-api/2.3-ec/ > For completeness sake, the dependency needs to be pulled to maven central. -- This message was sent by Atlassian JIRA (v6.1#6144)