Github user xubo245 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2925#discussion_r234541398
  
    --- Diff: integration/spark2/pom.xml ---
    @@ -134,6 +134,11 @@
             </exclusion>
           </exclusions>
         </dependency>
    +    <dependency>
    --- End diff --
    
    Because when I use 
org.apache.carbondata.spark.thriftserver.CarbonThriftServe and use beeline to 
connect, it throw NoClassDefFoundError。NoClassDefFoundError: 
org/apache/http/impl/conn/PoolingClientConnectionManager。  
PoolingClientConnectionManager is belong to httpclient, so I add:
    
        <dependency>
          <groupId>org.apache.httpcomponents</groupId>
          <artifactId>httpclient</artifactId>
          <version>${httpclient.version}</version>
        </dependency>


---

Reply via email to