Github user KanakaKumar commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2738#discussion_r220562265
--- Diff: store/sdk/pom.xml ---
@@ -39,6 +39,16 @@
<artifactId>hadoop-aws</artifactId>
<version>${hadoop.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
--- End diff --
httpclient version number dependent may be different in different hadoop
versions. So, it should be downloaded as part of carbon-parent pom. Can you
verify & avoid this ?
---