HIVE-11425 - submitting a query via CLI against... (Eugene Koifman, reviewed by Prasanth Jayachandran)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/bc528ba3 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/bc528ba3 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/bc528ba3 Branch: refs/heads/llap Commit: bc528ba35d58af61f4d854003d99af50818f909a Parents: 8c0016a Author: Eugene Koifman <[email protected]> Authored: Fri Jul 31 13:20:23 2015 -0700 Committer: Eugene Koifman <[email protected]> Committed: Fri Jul 31 13:22:14 2015 -0700 ---------------------------------------------------------------------- ql/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/bc528ba3/ql/pom.xml ---------------------------------------------------------------------- diff --git a/ql/pom.xml b/ql/pom.xml index 6026c49..fc66591 100644 --- a/ql/pom.xml +++ b/ql/pom.xml @@ -707,6 +707,7 @@ <include>org.apache.hive.shims:hive-shims-0.23</include> <include>org.apache.hive.shims:hive-shims-0.23</include> <include>org.apache.hive.shims:hive-shims-common</include> + <include>org.apache.hive:hive-storage-api</include> <include>com.googlecode.javaewah:JavaEWAH</include> <include>javolution:javolution</include> <include>com.google.protobuf:protobuf-java</include>
