You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "John Speidel (JIRA)" <ji...@apache.org> on 2014/11/10 22:48:34 UTC

[jira] [Created] (AMBARI-8264) Ambari DB DDL create script doesn't properly create table cluster_view

John Speidel created AMBARI-8264:
------------------------------------

             Summary: Ambari DB DDL create script doesn't properly create table cluster_view
                 Key: AMBARI-8264
                 URL: https://issues.apache.org/jira/browse/AMBARI-8264
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.0.0
            Reporter: John Speidel
            Priority: Blocker
             Fix For: 2.0.0


The embedded DB creation sctipt: src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql incorrectly creates the cluster_view in the wrong schema.

CREATE TABLE cluster_version (...)

It should be:

CREATE TABLE ambari.cluster_version (...)

This will cause a failure when creating a cluster stating the the relation cluster_version doesn't exist.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)