unsubscribe

2023-02-26 Thread Mass Dosage

HiveRunner 5.4.0 (Hive 2) and 6.1.0 (Hive 3) released

2021-05-04 Thread Mass Dosage
Hello Hive users, We are pleased to announce the 5.4.0 (Hive 2) and 6.1.0 (Hive 3) releases of HiveRunner, the unit testing framework for Hive SQL. During development of this release we have also moved the repository for HiveRunner's code to a new location in GitHub: https://github.com/HiveRunner/

BeeJU 5.0.0 (Hive 3) and 4.0.0 (Hive 2) released

2021-03-09 Thread Mass Dosage
Hello Hive users, We are pleased to announce the 4.0.0 and 5.0.0 releases of BeeJU , a unit testing framework for the Hive Metastore and HiveServer2 which supports JUnit4 and Junit5. The main change in version 5.0.0 is support for Hive 3.1.2 and going forward

Re: Any plan for new hive 3 or 4 release?

2021-02-23 Thread Mass Dosage
I would love to see a HIve 3.1 release which is capable of being used on Java 11 like Hive 2 is. What is the main difference going to be between Hive 3 and 4? The removal of MR? On Mon, 22 Feb 2021 at 16:46, Zoltan Haindrich wrote: > Hey Michel! > > Yes it was a long time ago we had a release;

Re: Running Hive 3.1.2 embedded in JVM for testing

2021-02-23 Thread Mass Dosage
Have you tried setting "hive.in.test" to "true"? This should get rid of many of the "table X does not exist" errors you were seeing. I know of two other projects that have upgraded from Hive 2 to 3 that run embedded Metastore Services and/or HS2 instances, the pull requests from these might give yo

HiveRunner 6.0.1 release (Hive Unit testing framework)

2020-09-07 Thread Mass Dosage
Hello Hive users, We are pleased to announce the 6.0.1 release of HiveRunner, the unit testing framework for Hive SQL. This is a major version change as HiveRunner has now been updated to work with Hive 3 (specifically 3.1.2). Hive 2 can still be used via the previous 5.2.1 release. Full details

BeeJU 3.1.0 released

2020-05-13 Thread Mass Dosage
Hello Hive users, We are pleased to announce the 3.1.0 release of BeeJU, a unit testing framework for the Hive Metastore and HiveServer2. The new features in this release include: * Upgrading default Hive version to 2.3.7 so BeeJU can now be used on versions of Java >= 9. Java 8 is still support

HiveRunner 5.2.0 released

2020-04-24 Thread Mass Dosage
Hello Hive users, We are pleased to announce the 5.2.0 release of HiveRunner, a unit testing framework for Hive. This is a maintenance release which upgrades the default version of Hive to 2.3.7 (from 2.3.6). The main benefit of this is that you can now run Hive (and thus HiveRunner) on Java >=9.

HiveRunner 5.1.1 Release

2020-03-06 Thread Mass Dosage
Hello Hive users, We are pleased to announce the 5.1.1 release of HiveRunner, the Hive SQL Unit Testing Framework. This is a maintenance release which upgrades the default version of Hive to 2.3.6 (from 2.3.4). Full details of this and previous releases can be found in the CHANGELOG: https://gith

HiveRunner 5.1.0 released

2020-01-24 Thread Mass Dosage
Hello Hive users, We are pleased to announce the 5.1.0 release of HiveRunner , a unit testing framework for Hive. This is a maintenance release which upgrades the default version of JUnit 5 to 5.6.0 (from 5.5.1). Full details of this and previous releases ca

Re: HIVE-2.4 release plans

2020-01-03 Thread Mass Dosage
+1 for this, or for a Hive 2.3.7 release. We are blocked from releasing some of our projects which use Hive 2.3.x on Java >8 due to https://issues.apache.org/jira/browse/HIVE-21508 which we helped get merged but it hasn't been released yet. Similarly we'd like to be able to use some Parquet related

BeeJU (unit test framework for Hive metastore and Hiveserver2) 3.0.0 release

2019-09-06 Thread Mass Dosage
Hello Hive users, For those of you using Hive services like the Metastore, Thrift Metastore Service and HiveServer2 we have a new 3.0.0 release of BeeJU which provides simple JUnit integrations to ease testing of these. The 3.0.0 release provides first class support for JUnit5 via its extension me

Code coverage for Hive SQL tests

2019-03-14 Thread Mass Dosage
It is with great pleasure that we bring to you the 1.0.0 release of MutantSwarm: https://github.com/HotelsDotCom/mutant-swarm MutantSwarm is an extension to HiveRunner that generates coverage reports for the Hive SQL under test. We have found it very usefu

HiveRunner 4.0.0 released

2018-07-17 Thread Mass Dosage
We are pleased to announce the 4.0.0 release of HiveRunner (an open source framework for testing Hive queries using JUnit). This release contains a number of important changes and version upgrades: - The highlight of this release is that the default suppo

HiveRunner 3.2.1 released

2018-05-31 Thread Mass Dosage
We are pleased to announce the 3.2.1 release of HiveRunner (an open source framework for testing Hive queries using JUnit). The changes in this release are: - Fixed issue where if case of column name in a file was different to case in table definition