[ https://issues.apache.org/jira/browse/HIVE-9122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Dere updated HIVE-9122: ----------------------------- Attachment: HIVE-9122.1.patch Actually the references to hive-shims-common-secure need to be changed to hive-shims-common, or Hive would not build. Attaching patch. > Need to remove additional references to hive-shims-common-secure, > hive-shims-0.20 > --------------------------------------------------------------------------------- > > Key: HIVE-9122 > URL: https://issues.apache.org/jira/browse/HIVE-9122 > Project: Hive > Issue Type: Bug > Components: Build Infrastructure > Reporter: Jason Dere > Assignee: Jason Dere > Attachments: HIVE-9122.1.patch > > > HIVE-8828/HIVE-8979 removed hive-shims-0.20 and hive-shims-common-secure, but > we still have a few references to those removed packages: > {noformat} > $ find . -name pom.xml -exec egrep > "hive-shims-common-secure|hive-shims-0.20[^S]" {} \; -print > > <artifact>org.apache.hive.shims:hive-shims-common-secure</artifact> > ./jdbc/pom.xml > <include>org.apache.hive.shims:hive-shims-0.20</include> > > <include>org.apache.hive.shims:hive-shims-common-secure</include> > ./ql/pom.xml > <artifactId>hive-shims-common-secure</artifactId> > ./shims/0.20S/pom.xml > <artifactId>hive-shims-common-secure</artifactId> > ./shims/0.23/pom.xml > <artifactId>hive-shims-common-secure</artifactId> > ./shims/scheduler/pom.xml > {noformat} > While building from trunk, you can see that maven is still pulling an old > snapshot of hive-shims-common-secure.jar from repository.apache.org: > {noformat} > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Hive Shims 0.20S 0.15.0-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > Downloading: > http://repository.apache.org/snapshots/org/apache/hive/shims/hive-shims-common-secure/0.15.0-SNAPSHOT/maven-metadata.xml > Downloaded: > http://repository.apache.org/snapshots/org/apache/hive/shims/hive-shims-common-secure/0.15.0-SNAPSHOT/maven-metadata.xml > (801 B at 7.2 KB/sec) > Downloading: > http://repository.apache.org/snapshots/org/apache/hive/shims/hive-shims-common-secure/0.15.0-SNAPSHOT/hive-shims-common-secure-0.15.0-20141127.164914-20.pom > Downloaded: > http://repository.apache.org/snapshots/org/apache/hive/shims/hive-shims-common-secure/0.15.0-SNAPSHOT/hive-shims-common-secure-0.15.0-20141127.164914-20.pom > (4 KB at 47.0 KB/sec) > Downloading: > http://repository.apache.org/snapshots/org/apache/hive/shims/hive-shims-common-secure/0.15.0-SNAPSHOT/hive-shims-common-secure-0.15.0-20141127.164914-20.jar > Downloaded: > http://repository.apache.org/snapshots/org/apache/hive/shims/hive-shims-common-secure/0.15.0-SNAPSHOT/hive-shims-common-secure-0.15.0-20141127.164914-20.jar > (33 KB at 277.0 KB/sec) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)