Hi guys, Would it be possible to add the hive jars to the main maven repo? If there is not objections I can make the request to the main repo if you agree.
The reason for this need is that I've created a Loader for the pig project to read HiveRCTables (https://issues.apache.org/jira/browse/PIG-1117) and currently use ant to directly download the libraries from the apache site using: <get verbose="true" src="${apache.dist.site}/${hive.groupId}/${hive.artifactId}/${hive.artifactId}-${hive.version}/${hive.artifactId}-${hive.version}-hadoop-${hadoop.version}-bin.tar.gz" dest="lib-hivedeps/${hive.artifactId}-${hive.version}-hadoop-${hadoop.version}-bin.tar.gz"/> I would much prefer using ivy or maven and it makes this much cleaner. Thanks, Gerrit