deniskuzZ commented on code in PR #5306:
URL: https://github.com/apache/hive/pull/5306#discussion_r1826556347


##########
packaging/src/main/assembly/bin.xml:
##########
@@ -103,7 +103,7 @@
       <excludes>
         <exclude>org.apache.hadoop:*</exclude>
         <exclude>org.apache.hive:hive-jdbc:jar:standalone</exclude>
-        <exclude>org.apache.httpcomponents:*</exclude>
+        <!--exclude>org.apache.httpcomponents:*</exclude-->

Review Comment:
   instead of dropping the exclusion filter that is used in case full project 
build
   ````
   mvn clean install -Pdist -DskipTests -Dmaven.javadoc.skip=true 
-DcreateChecksum=true
   ````
   > ls -la 
packaging/target/apache-hive-4.0.1-bin/apache-hive-4.0.1-bin/hcatalog/share/webhcat/svr/lib
 | grep http
   httpclient-4.5.13.jar
   httpcore-4.4.13.jar
   
   maybe set `useStrictFiltering` to `false`?



-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to