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:59:34 UTC

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

     [ https://issues.apache.org/jira/browse/AMBARI-8264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Speidel updated AMBARI-8264:
---------------------------------
    Summary: Ambari DB DDL create script doesn't properly create table cluster_version  (was: Ambari DB DDL create script doesn't properly create table cluster_view)

> Ambari DB DDL create script doesn't properly create table cluster_version
> -------------------------------------------------------------------------
>
>                 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 that the relation cluster_version doesn't exist.



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