Adrian Woodhead

Results 47 comments of Adrian Woodhead

We should take #153 and #154 into account while working on this. It might be useful to just fix this now but bear in mind it might no longer be...

If anyone would like to contribute support for Hive 3 we have a branch at https://github.com/HotelsDotCom/waggle-dance/tree/hive-3.x that has the Hive and Hadoop version numbers set to 3.x versions. Currently the...

Waggle Dance uses Hive via the Apache Hive artifacts that are publicly available with the Maven Group id "org.apache.hive". It's all set up in the Maven POM files.

@LulaV14 yes this is definitely still valid, it would be great if you could take a look. I can suggest some starting steps: * Merge `main` into the `hive-3.x` branch...

Thanks for raising this @rtotarocuebiq . We will try take a look and give some comments later this week.

@teabot any chance you'll get to look at this? (I'm just trying to tidy up issues that have been open for a long time)

Hello there, Usually you don't need to care about the JDBC or connection URL when running HiveRunner as the configuration for the tests running in memory will obviously be different...

There has been some discussion on this topic on the mailing list, see https://groups.google.com/forum/#!topic/hive-runner-user/papbekJzG4g which in turn references an earlier attempt at something like this (https://github.com/klarna/HiveRunner/compare/hive-server-lifecycle-experiment). We would welcome a...

Summary of the issue from the main README (adding it here for reference): Currently the HiveServer spins up and tears down for every test method. As a performance option it...