Hi,
Wanted to test a custom store udf. Took inspiration from TestStoreBase.java which uses
MiniGenericCluster to setup a dummy cluster.
But when I import in my java it says unable to resolve MiniGenericCluster. I am using POM of
<dependency><groupId>org.apache.pig</groupId><artifactId>pig</artifactId><version>0.8.0</version></dependency>
Could you help me to resolve the MiniGenericCluster issue or could you suggest some unit test cases without using MiniGenericCluster.
Please reply if more details are required.
Thank you.