geosmart edited a comment on issue #2414:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/2414#issuecomment-674349616


   org.apache.hadoop.hive.thrift.TFilterTransport is class in 
hive-shims-common-1.1.0.jar
   I resolve it by uncomment `hive-shims`  in dolphinscheduler-common/pom.xml
   thank  @felix-thinkingdata  
   
   ```
                <dependency>
                        <groupId>org.apache.hive</groupId>
                        <artifactId>hive-jdbc</artifactId>
                        <exclusions>
                                <exclusion>
                                        <artifactId>slf4j-log4j12</artifactId>
                                        <groupId>org.slf4j</groupId>
                                </exclusion>
                                <exclusion>
                                        
<groupId>org.eclipse.jetty.aggregate</groupId>
                                        <artifactId>jetty-all</artifactId>
                                </exclusion>
   
                                <exclusion>
                                        <groupId>org.apache.ant</groupId>
                                        <artifactId>ant</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>io.dropwizard.metrics</groupId>
                                        <artifactId>metrics-json</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>io.dropwizard.metrics</groupId>
                                        <artifactId>metrics-jvm</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>com.github.joshelser</groupId>
                                        
<artifactId>dropwizard-metrics-hadoop-metrics2-reporter</artifactId>
                                </exclusion>
   
                                <exclusion>
                                        <groupId>io.netty</groupId>
                                        <artifactId>netty-all</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>com.google.code.gson</groupId>
                                        <artifactId>gson</artifactId>
                                </exclusion>
                                <exclusion>
                                        
<groupId>com.google.code.findbugs</groupId>
                                        <artifactId>jsr305</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>io.dropwizard.metrics</groupId>
                                        <artifactId>metrics-core</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>javax.servlet</groupId>
                                        <artifactId>servlet-api</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>org.apache.avro</groupId>
                                        <artifactId>avro</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>org.apache.commons</groupId>
                                        
<artifactId>commons-compress</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>org.apache.curator</groupId>
                                        <artifactId>curator-client</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>org.apache.hadoop</groupId>
                                        <artifactId>hadoop-auth</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>org.apache.hadoop</groupId>
                                        
<artifactId>hadoop-mapreduce-client-core</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>org.apache.hadoop</groupId>
                                        <artifactId>hadoop-yarn-api</artifactId>
                                </exclusion>
   
                                <exclusion>
                                        <groupId>org.apache.zookeeper</groupId>
                                        <artifactId>zookeeper</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>org.codehaus.jackson</groupId>
                                        <artifactId>jackson-jaxrs</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>org.codehaus.jackson</groupId>
                                        <artifactId>jackson-xc</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>com.google.protobuf</groupId>
                                        <artifactId>protobuf-java</artifactId>
                                </exclusion>
   
                                <exclusion>
                                        <groupId>org.json</groupId>
                                        <artifactId>json</artifactId>
                                </exclusion>
                                <exclusion>
                                        
<artifactId>log4j-slf4j-impl</artifactId>
                                        
<groupId>org.apache.logging.log4j</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>javax.servlet</artifactId>
                                        
<groupId>org.eclipse.jetty.orbit</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>servlet-api-2.5</artifactId>
                                        <groupId>org.mortbay.jetty</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>jasper-runtime</artifactId>
                                        <groupId>tomcat</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>slider-core</artifactId>
                                        <groupId>org.apache.slider</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>hbase-server</artifactId>
                                        <groupId>org.apache.hbase</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>jersey-client</artifactId>
                                        <groupId>com.sun.jersey</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>jersey-core</artifactId>
                                        <groupId>com.sun.jersey</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>jersey-json</artifactId>
                                        <groupId>com.sun.jersey</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>jersey-server</artifactId>
                                        <groupId>com.sun.jersey</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>jersey-guice</artifactId>
                                        
<groupId>com.sun.jersey.contribs</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>hbase-common</artifactId>
                                        <groupId>org.apache.hbase</groupId>
                                </exclusion>
                                <exclusion>
                                        
<artifactId>hbase-hadoop2-compat</artifactId>
                                        <groupId>org.apache.hbase</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>hbase-client</artifactId>
                                        <groupId>org.apache.hbase</groupId>
                                </exclusion>
                                <exclusion>
                                        
<artifactId>hbase-hadoop-compat</artifactId>
                                        <groupId>org.apache.hbase</groupId>
                                </exclusion>
                                <exclusion>
                                        
<artifactId>tephra-hbase-compat-1.0</artifactId>
                                        <groupId>co.cask.tephra</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>jaxb-api</artifactId>
                                        <groupId>javax.xml.bind</groupId>
                                </exclusion>
                                <exclusion>
                                        
<artifactId>hive-llap-client</artifactId>
                                        <groupId>org.apache.hive</groupId>
                                </exclusion>
                                <exclusion>
                                        
<artifactId>hive-llap-common</artifactId>
                                        <groupId>org.apache.hive</groupId>
                                </exclusion>
                                <exclusion>
                                        
<artifactId>hive-llap-server</artifactId>
                                        <groupId>org.apache.hive</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>tephra-core</artifactId>
                                        <groupId>co.cask.tephra</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>ant</artifactId>
                                        <groupId>ant</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>stringtemplate</artifactId>
                                        <groupId>org.antlr</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>antlr-runtime</artifactId>
                                        <groupId>org.antlr</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>jsp-api</artifactId>
                                        <groupId>javax.servlet</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>log4j-api</artifactId>
                                        
<groupId>org.apache.logging.log4j</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>log4j-core</artifactId>
                                        
<groupId>org.apache.logging.log4j</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>log4j-web</artifactId>
                                        
<groupId>org.apache.logging.log4j</groupId>
                                </exclusion>
   <!--                         <exclusion>-->
   <!--                                 <artifactId>hive-shims</artifactId>-->
   <!--                                 <groupId>org.apache.hive</groupId>-->
   <!--                         </exclusion>-->
                                <exclusion>
                                        <artifactId>jasper-compiler</artifactId>
                                        <groupId>tomcat</groupId>
                                </exclusion>
                                <exclusion>
                                        <artifactId>log4j</artifactId>
                                        <groupId>log4j</groupId>
                                </exclusion>
                        </exclusions>
                </dependency>
                                 
   ```


----------------------------------------------------------------
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.

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


Reply via email to