[ 
https://issues.apache.org/jira/browse/SPARK-3124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14102344#comment-14102344
 ] 

Guoqiang Li commented on SPARK-3124:
------------------------------------


We should modify the file sql/hive-thriftserver/pom.xml
{code:xml}
    <dependency>
      <groupId>org.spark-project.hive</groupId>
      <artifactId>hive-cli</artifactId>
      <version>${hive.version}</version>
      <exclusions>
        <exclusion>
          <groupId>org.jboss.netty</groupId>
          <artifactId>netty</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
{code}

> Jar version conflict in the assembly package
> --------------------------------------------
>
>                 Key: SPARK-3124
>                 URL: https://issues.apache.org/jira/browse/SPARK-3124
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Cheng Hao
>            Priority: Blocker
>
> Both netty-3.2.2.Final.jar and netty-3.6.6.Final.jar are flatten into the 
> assembly package, however, the class(NioWorker) signature difference leads to 
> the failure in launching sparksql CLI/ThriftServer.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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

Reply via email to