-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39578/
-----------------------------------------------------------
Review request for hive, Ashutosh Chauhan and Sergey Shelukhin.
Bugs: HIVE-11378
https://issues.apache.org/jira/browse/HIVE-11378
Repository: hive-git
Description
-------
When we branched branch-1 one of the goals was the ability to remove hadoop1
support from master. I propose to do this softly at first by removing it from
the poms removing the 20S implementation of the shims.
I am not going to remove the shim layer. That would be much more disruptive.
Also, I haven't done the homework to see if we could, as there may still be
incompatibility issues between various versions of hadoop2.
Diffs
-----
accumulo-handler/pom.xml 4e3a087
beeline/pom.xml d46ac3c
cli/pom.xml 88a815c
common/pom.xml dba814d
contrib/pom.xml 8f2ffe4
hbase-handler/pom.xml a4a9752
hcatalog/core/pom.xml 58ddeee
hcatalog/hcatalog-pig-adapter/pom.xml ca9039a
hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatLoaderEncryption.java
df3b72a
hcatalog/pom.xml 2e145b8
hcatalog/server-extensions/pom.xml 3cd2813
hcatalog/streaming/pom.xml ba9f731
hcatalog/webhcat/java-client/pom.xml b3f3122
hcatalog/webhcat/svr/pom.xml e635cc6
hplsql/pom.xml fc1c527
hwi/pom.xml d0533ff
itests/custom-serde/pom.xml 078549d
itests/hcatalog-unit/pom.xml eb330e1
itests/hive-jmh/pom.xml 56f4016
itests/hive-minikdc/pom.xml 3098dac
itests/hive-unit-hadoop2/pom.xml 83ef97c
itests/hive-unit-hadoop2/src/test/java/org/apache/hadoop/hive/thrift/TestHadoopAuthBridge23.java
40b161a
itests/hive-unit/pom.xml 5295840
itests/pom.xml acce713
itests/qtest-accumulo/pom.xml 09ae2a2
itests/qtest-spark/pom.xml 05a3c9f
itests/qtest/pom.xml d5c3009
itests/test-serde/pom.xml 7a1c622
itests/util/pom.xml fdab72c
jdbc/pom.xml 371d709
llap-client/pom.xml b7b5803
llap-server/pom.xml dd8dd7b
metastore/pom.xml f209d50
pom.xml 6a96391
ql/pom.xml 83b9ebf
serde/pom.xml b6c0d0c
service/pom.xml 07eeb9a
shims/0.20S/pom.xml 565dd5e
shims/0.20S/src/main/java/org/apache/hadoop/hive/shims/Hadoop20SShims.java
f60e8f0
shims/0.20S/src/main/java/org/apache/hadoop/hive/shims/Jetty20SShims.java
75659ff
shims/0.20S/src/main/java/org/apache/hadoop/mapred/WebHCatJTShim20S.java
367ea60
shims/0.23/pom.xml 3b1fb97
shims/common/pom.xml dfdec2b
shims/common/src/main/java/org/apache/hadoop/hive/shims/ShimLoader.java
c7fa11b
shims/common/src/main/java/org/apache/hadoop/hive/thrift/HadoopThriftAuthBridge.java
7ed7265
shims/pom.xml 12113d5
shims/scheduler/pom.xml 407d57d
storage-api/pom.xml 71b79f1
Diff: https://reviews.apache.org/r/39578/diff/
Testing
-------
Tested that I can build and run tests.
Thanks,
Alan Gates