Repository: ambari Updated Branches: refs/heads/trunk 688e61ad3 -> dac58716e
AMBARI-17002. Hive JDBC View: Branch-2.4 build fails with the inclusion of hive-next. (dipayanb) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/dac58716 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/dac58716 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/dac58716 Branch: refs/heads/trunk Commit: dac58716eb71877221a2d1435a3c55f406aba44f Parents: 688e61a Author: Dipayan Bhowmick <[email protected]> Authored: Thu Jun 2 17:11:57 2016 +0530 Committer: Dipayan Bhowmick <[email protected]> Committed: Thu Jun 2 17:11:57 2016 +0530 ---------------------------------------------------------------------- contrib/views/hive-next/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/dac58716/contrib/views/hive-next/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hive-next/pom.xml b/contrib/views/hive-next/pom.xml index 0b395e8..ec144d2 100644 --- a/contrib/views/hive-next/pom.xml +++ b/contrib/views/hive-next/pom.xml @@ -20,7 +20,7 @@ <groupId>org.apache.ambari.contrib.views</groupId> <artifactId>hive-jdbc</artifactId> <version>2.0.0.0-SNAPSHOT</version> - <name>Hive</name> + <name>Hive Jdbc</name> <parent> <groupId>org.apache.ambari.contrib.views</groupId>
