java - How to write Junit testcases for hive JDBC -
how write junit test cases hive jdbc. in hive don't think same code can utilize in memory db. without in memory db test cases may test cases fail. can used embedded hive this.
thanks
you test hive code using
https://github.com/edwardcapriolo/hive_test
or
https://github.com/klarna/hiverunner
i not sure either has jdbc support, need test jdbc phone call mock out database.
java hadoop junit hive in-memory-database
No comments:
Post a Comment