org.apache.hive.pdk
Annotation Type HivePdkUnitTest


@Retention(value=RUNTIME)
public @interface HivePdkUnitTest


Required Element Summary
 String query
          Hive query to run for this test.
 String result
          Expected result from query.
 

Element Detail

query

public abstract String query
Hive query to run for this test.


result

public abstract String result
Expected result from query.



Copyright © 2013 The Apache Software Foundation