zabetak commented on code in PR #3609:
URL: https://github.com/apache/hive/pull/3609#discussion_r977466274


##########
hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/Main.java:
##########
@@ -306,18 +308,30 @@ private Connector createChannelConnector(Server server) {
   public FilterHolder makeAuthFilter() throws IOException {
     FilterHolder authFilter = new FilterHolder(AuthFilter.class);
     UserNameHandler.allowAnonymous(authFilter);
+  
+    // compatible with Hadoop 3.3.x.

Review Comment:
   Hive is currently on Hadoop 3.3.1 and this is the only version that we are 
gonna claim that we are compatible with. You can pick whatever API you think 
its best as long as it works fine for 3.3.1. 
   
   The comment can be removed since by definition we are compatible **only** 
with the `hadoop.version` mentioned in the pom files.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to