All, I'm trying to run a Hiveserver2 instance locally with the latest code out of the repo to test out a few JIRAs. There is some documentation here on how to run Hive without Hadoop, but it is based on ant build protocols: https://cwiki.apache.org/confluence/display/Hive/DeveloperGuide#DeveloperGuide-RunningHiveWithoutaHadoopCluster
I've tried running mvn package, but when I try to run bin/hive, I get the following error: Missing Hive Execution Jar: /root/hive/lib/hive-exec-*.jar What command do I need to use with maven in order to build the binaries in a way that will let me run the binaries in the way I need to do some testing? Thanks! David McGinnis