Repository: ambari
Updated Branches:
  refs/heads/trunk 55f928c9d -> 54243b8a7


AMBARI-6609 Ambari-DDL-Postgres-CREATE.sql fix for CLUSTER.OPERATE (dsen)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/54243b8a
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/54243b8a
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/54243b8a

Branch: refs/heads/trunk
Commit: 54243b8a74c680baa23336e5567525a1a840e8ec
Parents: 55f928c
Author: Dmytro Sen <d...@hortonworks.com>
Authored: Fri Jul 25 13:24:33 2014 +0300
Committer: Dmytro Sen <d...@hortonworks.com>
Committed: Fri Jul 25 13:24:33 2014 +0300

----------------------------------------------------------------------
 ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/54243b8a/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql 
b/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
index 8ddd8e8..73bf442 100644
--- a/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
+++ b/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
@@ -333,7 +333,7 @@ BEGIN;
   UNION ALL
   SELECT 2, 'CLUSTER.READ', 2
   UNION ALL
-  SELECT 3, CLUSTER.OPERATE'', 2
+  SELECT 3, 'CLUSTER.OPERATE', 2
   UNION ALL
   SELECT 4, 'VIEW.USE', 3;
 

Reply via email to