Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-9122

Need to remove additional references to hive-shims-common-secure, hive-shims-0.20

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.15.0
    • 1.1.0
    • Build Infrastructure
    • None

    Description

      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:

      $ 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
      

      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:

      [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)
      

      Attachments

        1. HIVE-9122.1.patch
          3 kB
          Jason Dere
        2. HIVE-9122.2.patch
          3 kB
          Jason Dere

        Issue Links

          Activity

            People

              jdere Jason Dere
              jdere Jason Dere
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: