Reputation: 21616
I am trying to write unit testings using Java/JS for our Hive sql's.
So when we modify our queries we want to test it on sample small amount of data on local machine for testing purposes.
How would you do that using Java? Which framework? Spring or??Which env to configure? any suggestaions?
thanks, ray.
Upvotes: 0
Views: 183
Reputation: 21616
I used HiveRunner library. You can simulate Hive tables and sql statements using unit testings
Upvotes: 1