From issues-return-187243-archive-asf-public=cust-asf.ponee.io@spark.apache.org Fri Mar 16 17:27:11 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id F2F2F180718 for ; Fri, 16 Mar 2018 17:27:10 +0100 (CET) Received: (qmail 50439 invoked by uid 500); 16 Mar 2018 16:27:09 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 50418 invoked by uid 99); 16 Mar 2018 16:27:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2018 16:27:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 82A73C018B for ; Fri, 16 Mar 2018 16:27:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.811 X-Spam-Level: X-Spam-Status: No, score=-109.811 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id J1ZQspBOKcHh for ; Fri, 16 Mar 2018 16:27:08 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id BB5FA5F238 for ; Fri, 16 Mar 2018 16:27:07 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9633CE00D1 for ; Fri, 16 Mar 2018 16:27:06 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2C1B521284 for ; Fri, 16 Mar 2018 16:27:06 +0000 (UTC) Date: Fri, 16 Mar 2018 16:27:06 +0000 (UTC) From: "Yuming Wang (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SPARK-23710) Upgrade Hive to 2.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SPARK-23710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuming Wang updated SPARK-23710: -------------------------------- Description: h1. Mainly changes * Maven dependency: hive.version from {{1.2.1.spark2}} to {{2.3.2}} and change {{hive.classifier}} to {{core}} calcite.version from {{1.2.0-incubating}} to {{1.10.0}} datanucleus-core.version from {{3.2.10}} to {{4.1.17}} remove {{orc.classifier}}, it means orc use the {{hive.storage.api}}, see: ORC-174 add new dependency {{avatica}} and {{hive.storage.api}} * ORC compatibility changes: OrcColumnVector.java, OrcColumnarBatchReader.java, OrcDeserializer.scala, OrcFilters.scala, OrcSerializer.scala, OrcFilterSuite.scala * hive-thriftserver java file update: update {{sql/hive-thriftserver/if/TCLIService.thrift}} to hive 2.3.2 update {{sql/hive-thriftserver/src/main/java/org/apache/hive/service/*}} to hive 2.3.2 * TestSuite should update: ||TestSuite||Reason|| |StatisticsSuite|HIVE-16098| |SessionCatalogSuite|[VersionsSuite.scala#L427|#L427]| |CliSuite, HiveThriftServer2Suites, HiveSparkSubmitSuite, HiveQuerySuite, SQLQuerySuite|Update hive-hcatalog-core-0.13.1.jar to hive-hcatalog-core-2.3.2.jar| |SparkExecuteStatementOperationSuite|Interface changed from org.apache.hive.service.cli.Type.NULL_TYPE to org.apache.hadoop.hive.serde2.thrift.Type.NULL_TYPE| |ClasspathDependenciesSuite|org.apache.hive.com.esotericsoftware.kryo.Kryo change to com.esotericsoftware.kryo.Kryo| |HiveMetastoreCatalogSuite|Result format changed from Seq("1.1\t1", "2.1\t2") to Seq("1.100\t1", "2.100\t2")| |HiveOrcFilterSuite|Result format changed| |HiveDDLSuite|Remove $ (This change needs to be reconsidered)| was: h1. Mainly changes * Maven dependency: hive.version from {{1.2.1.spark2}} to {{2.3.2}} and change {{hive.classifier}} to {{core}} calcite.version from {{1.2.0-incubating}} to {{1.10.0}} datanucleus-core.version from {{3.2.10}} to {{4.1.17}} remove {{orc.classifier}}, it means orc use the {{hive.storage.api}}, see: ORC-174 add new dependency {{avatica}} and {{hive.storage.api}} * ORC compatibility changes: OrcColumnVector.java, OrcColumnarBatchReader.java, OrcDeserializer.scala, OrcFilters.scala, OrcSerializer.scala, OrcFilterSuite.scala * hive-thriftserver java file update: update {{sql/hive-thriftserver/if/TCLIService.thrift}} to hive 2.3.2 update {{sql/hive-thriftserver/src/main/java/org/apache/hive/service/*}} to hive 2.3.2 * TestSuite should update: ||TestSuite||Reson|| |StatisticsSuite|HIVE-16098| |SessionCatalogSuite|[VersionsSuite.scala#L427|#L427]| |CliSuite, HiveThriftServer2Suites, HiveSparkSubmitSuite, HiveQuerySuite, SQLQuerySuite|Update hive-hcatalog-core-0.13.1.jar to hive-hcatalog-core-2.3.2.jar| |SparkExecuteStatementOperationSuite|Interface changed from org.apache.hive.service.cli.Type.NULL_TYPE to org.apache.hadoop.hive.serde2.thrift.Type.NULL_TYPE| |ClasspathDependenciesSuite|org.apache.hive.com.esotericsoftware.kryo.Kryo change to com.esotericsoftware.kryo.Kryo| |HiveMetastoreCatalogSuite|Result format changed from Seq("1.1\t1", "2.1\t2") to Seq("1.100\t1", "2.100\t2")| |HiveOrcFilterSuite|Result format changed| |HiveDDLSuite|Remove $ (This change needs to be reconsidered)| > Upgrade Hive to 2.3.2 > --------------------- > > Key: SPARK-23710 > URL: https://issues.apache.org/jira/browse/SPARK-23710 > Project: Spark > Issue Type: Improvement > Components: SQL > Affects Versions: 2.4.0 > Reporter: Yuming Wang > Priority: Major > > h1. Mainly changes > * Maven dependency: > hive.version from {{1.2.1.spark2}} to {{2.3.2}} and change {{hive.classifier}} to {{core}} > calcite.version from {{1.2.0-incubating}} to {{1.10.0}} > datanucleus-core.version from {{3.2.10}} to {{4.1.17}} > remove {{orc.classifier}}, it means orc use the {{hive.storage.api}}, see: ORC-174 > add new dependency {{avatica}} and {{hive.storage.api}} > * ORC compatibility changes: > OrcColumnVector.java, OrcColumnarBatchReader.java, OrcDeserializer.scala, OrcFilters.scala, OrcSerializer.scala, OrcFilterSuite.scala > * hive-thriftserver java file update: > update {{sql/hive-thriftserver/if/TCLIService.thrift}} to hive 2.3.2 > update {{sql/hive-thriftserver/src/main/java/org/apache/hive/service/*}} to hive 2.3.2 > * TestSuite should update: > ||TestSuite||Reason|| > |StatisticsSuite|HIVE-16098| > |SessionCatalogSuite|[VersionsSuite.scala#L427|#L427]| > |CliSuite, HiveThriftServer2Suites, HiveSparkSubmitSuite, HiveQuerySuite, SQLQuerySuite|Update hive-hcatalog-core-0.13.1.jar to hive-hcatalog-core-2.3.2.jar| > |SparkExecuteStatementOperationSuite|Interface changed from org.apache.hive.service.cli.Type.NULL_TYPE to org.apache.hadoop.hive.serde2.thrift.Type.NULL_TYPE| > |ClasspathDependenciesSuite|org.apache.hive.com.esotericsoftware.kryo.Kryo change to com.esotericsoftware.kryo.Kryo| > |HiveMetastoreCatalogSuite|Result format changed from Seq("1.1\t1", "2.1\t2") to Seq("1.100\t1", "2.100\t2")| > |HiveOrcFilterSuite|Result format changed| > |HiveDDLSuite|Remove $ (This change needs to be reconsidered)| -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org