[
https://issues.apache.org/jira/browse/HCATALOG-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Travis Crawford closed HCATALOG-185.
------------------------------------
> Pass mvnrepo property through to Hive build
> -------------------------------------------
>
> Key: HCATALOG-185
> URL: https://issues.apache.org/jira/browse/HCATALOG-185
> Project: HCatalog
> Issue Type: Bug
> Reporter: Travis Crawford
> Attachments: HCATALOG-185.diff
>
>
> HCatalog provides the {{mvnrepo}} property, which is useful when building on
> private networks. Hive provides the {{ivy.mvn.repo}} parameter to serve the
> same purpose.
> When building Hive through the HCatalog {{build.xml}} file, {{mvnrepo}} is
> not passed through to Hive so that build fails. We need to pass this property
> through to Hive so it can build with a user-defined maven repo.
> {code}
> $ grep '<property name="mvnrepo"' build.xml
> <property name="mvnrepo" value="http://repo2.maven.org/maven2"/>
> {code}
> {code}
> $ grep 'ivy.mvn.repo=' hive/external/build.properties
> ivy.mvn.repo=http://repo2.maven.org/maven2
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira