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

John Speidel updated AMBARI-8264:
---------------------------------
    Description: 
The embedded DB creation sctipt: 
src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql incorrectly creates 
the cluster_version 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.

  was:
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.


> 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_version 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)

Reply via email to