Re: [ANNOUNCE] Apache Hive 2.3.9 Released

2021-06-10 Thread Mich Talebzadeh
Dear Announcer and the vibrant Hive community I must congratulate Hive development and the user community for investing, contributing and keeping a strong Apache Hive Data Warehouse on HDFS. In July 2016, I made a presentation in conjunction with Hortonworks on the topic of Query Engines for Hive

[ANNOUNCE] Apache Hive 2.3.9 Released

2021-06-10 Thread Chao Sun
The Apache Hive team is proud to announce the release of Apache Hive version 2.3.9. The Apache Hive (TM) data warehouse software facilitates querying and managing large datasets residing in distributed storage. Built on top of Apache Hadoop (TM), it provides, among others: * Tools to enable easy

Re: Any best practices for hive upgrade from 1.2.1 to 3.1.2

2021-06-10 Thread Battula, Brahma Reddy
Thanks for prompt reply. Do you’ve any reference or blogs written for this like what all issues faced during upgrade..? If possible hive community can arrange one syncup call..? From: Julien Tane Date: Thursday, 10 June 2021 at 2:27 PM To: user@hive.apache.org Subject: AW: Any best practic

AW: Any best practices for hive upgrade from 1.2.1 to 3.1.2

2021-06-10 Thread Julien Tane
Hello, we did an upgrade of our processes on a new cluster HDP 2.5 (more or less 1.2.1) --> HDP 3.1 (Hive 3) and a lot of things were problematic But mainly you need to make sure you take care of the int -> String because the new version of hive expects the right data type So I would not

Any best practices for hive upgrade from 1.2.1 to 3.1.2

2021-06-10 Thread Battula, Brahma Reddy
Hi All, We are planning to upgrade the hive from 1.2.1 to 3.1.2, can we get any best practices ..? Is any chance to upgrade without down time (if we disable new features like managed tables)..? Thanks.