This is what I use: <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-exec</artifactId> <version>0.12.0</version> <scope>provided</scope> </dependency>
I don't believe anything else is needed. On Tue, Mar 3, 2015 at 2:43 PM, Buntu Dev <buntu...@gmail.com> wrote: > I couldn't find any official documentation on how to create a UDF and mvn > dependencies for building the project except for this page: > > https://cwiki.apache.org/confluence/display/Hive/HivePlugins > > Can anyone help me with whats needed to construct the pom? > > > Thanks! >