You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Phabricator (Updated) (JIRA)" <ji...@apache.org> on 2011/12/09 19:52:44 UTC

[jira] [Updated] (HIVE-2629) Make a single Hive binary work with both 0.20.x and 0.23.0

     [ https://issues.apache.org/jira/browse/HIVE-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phabricator updated HIVE-2629:
------------------------------

    Attachment: HIVE-2629.D711.1.patch

thw requested code review of "HIVE-2629 [jira] Make a single Hive binary work with both 0.20.x and 0.23.0".
Reviewers: JIRA

  Changes to compile all shims into single jar against respective hadoop version(s). Shims to be included and hadoop version used to compile common code can be specified on command line, with all shims included by default.
  Example that only uses 0.23:  ant -Dhadoop.version=0.23.0 -Dhadoop.security.version=0.23.0 -Dshims.include=0.23 clean package test-shims

  Common code for 0.20 secure and 0.23 has been moved to separate source directory.

  Currently running tests.



TEST PLAN
  EMPTY

REVISION DETAIL
  https://reviews.facebook.net/D711

AFFECTED FILES
  shims/ivy.xml
  shims/src/commonSecure
  shims/src/commonSecure/java
  shims/src/commonSecure/java/org
  shims/src/commonSecure/java/org/apache
  shims/src/commonSecure/java/org/apache/hadoop
  shims/src/commonSecure/java/org/apache/hadoop/security
  shims/src/commonSecure/java/org/apache/hadoop/security/token
  shims/src/commonSecure/java/org/apache/hadoop/security/token/delegation
  shims/src/commonSecure/java/org/apache/hadoop/security/token/delegation/HiveDelegationTokenSupport.java
  shims/src/commonSecure/java/org/apache/hadoop/hive
  shims/src/commonSecure/java/org/apache/hadoop/hive/thrift
  shims/src/commonSecure/java/org/apache/hadoop/hive/thrift/DelegationTokenIdentifier.java
  shims/src/commonSecure/java/org/apache/hadoop/hive/thrift/HadoopThriftAuthBridge20S.java
  shims/src/commonSecure/java/org/apache/hadoop/hive/thrift/ZooKeeperTokenStore.java
  shims/src/commonSecure/java/org/apache/hadoop/hive/thrift/MemoryTokenStore.java
  shims/src/commonSecure/java/org/apache/hadoop/hive/thrift/TokenStoreDelegationTokenSecretManager.java
  shims/src/commonSecure/java/org/apache/hadoop/hive/thrift/DelegationTokenSecretManager.java
  shims/src/commonSecure/java/org/apache/hadoop/hive/thrift/DelegationTokenSelector.java
  shims/src/commonSecure/java/org/apache/hadoop/hive/shims
  shims/src/commonSecure/java/org/apache/hadoop/hive/shims/HadoopShimsSecure.java
  shims/src/0.20S/java/org/apache/hadoop/security
  shims/src/0.20S/java/org/apache/hadoop/security/token
  shims/src/0.20S/java/org/apache/hadoop/security/token/delegation
  shims/src/0.20S/java/org/apache/hadoop/security/token/delegation/HiveDelegationTokenSupport.java
  shims/src/0.20S/java/org/apache/hadoop/hive/thrift/DelegationTokenIdentifier.java
  shims/src/0.20S/java/org/apache/hadoop/hive/thrift/HadoopThriftAuthBridge20S.java
  shims/src/0.20S/java/org/apache/hadoop/hive/thrift/ZooKeeperTokenStore.java
  shims/src/0.20S/java/org/apache/hadoop/hive/thrift/MemoryTokenStore.java
  shims/src/0.20S/java/org/apache/hadoop/hive/thrift/TokenStoreDelegationTokenSecretManager.java
  shims/src/0.20S/java/org/apache/hadoop/hive/thrift/DelegationTokenSecretManager.java
  shims/src/0.20S/java/org/apache/hadoop/hive/thrift/DelegationTokenSelector.java
  shims/src/0.20S/java/org/apache/hadoop/hive/shims/Hadoop20SShims.java
  shims/src/0.23/java/org/apache/hadoop/hive/thrift/DelegationTokenSelector23.java
  shims/src/0.23/java/org/apache/hadoop/hive/thrift/DelegationTokenIdentifier23.java
  shims/src/0.23/java/org/apache/hadoop/hive/shims/Hadoop23Shims.java
  shims/src/common/java/org/apache/hadoop/hive/shims/ShimLoader.java
  shims/build.xml
  build.properties
  build-common.xml

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/1557/

Tip: use the X-Herald-Rules header to filter Herald messages in your client.

                
> Make a single Hive binary work with both 0.20.x and 0.23.0
> ----------------------------------------------------------
>
>                 Key: HIVE-2629
>                 URL: https://issues.apache.org/jira/browse/HIVE-2629
>             Project: Hive
>          Issue Type: Bug
>          Components: Shims
>            Reporter: Carl Steinbach
>            Assignee: Thomas Weise
>         Attachments: HIVE-2629.D711.1.patch
>
>


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