[ 
https://issues.apache.org/jira/browse/AMBARI-8264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14205417#comment-14205417
 ] 

Robert Levas commented on AMBARI-8264:
--------------------------------------

You may want to check the table definition for host_version while you are at it 
too.


> 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
>            Assignee: Alejandro Fernandez
>            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 table 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