I am looking to see if there is a way to run Hive unit tests (i.e unit testing the hive queries) in Windows without having a hadoop/hive/cygwin setup. Came across these open source tools (Hive_runner, HiveTest), tried running hiverunner in Eclipse as maven project, its JUnit tests failed with the following warning and error
Warning: Unable to load native-hadoop library for your platform....using built-in java classes where applicable. Error: Failed to set permission of path ? to 0700
Thanks Srivatsan Nallazhagappan