I am looking to see if there is a way to run Hive unit tests (e.g. testing test requests) on Windows without having to install hadoop / hive / cygwin. Going through these open source tools (Hive_runner, HiveTest), tried to run a hiverunner in Eclipse as a maven project, his JUnit tests failed with the following warning and error
A warning. It is not possible to load the native-hadoop library for your platform .... using the built-in Java classes, where applicable. Error: Failed to set path resolution? until 0700
Thanks Srivatsan Nallajagappan
source share