[
https://issues.apache.org/jira/browse/AMBARI-8264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14205622#comment-14205622
]
Hudson commented on AMBARI-8264:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #901 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/901/])
AMBARI-8264. Ambari DB DDL create script doesn't properly create table
cluster_version (alejandro) (afernandez:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=7ab7fb2171e27e96536e040bacb27c9c0907addb)
* ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql
> 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
>
> Attachments: AMBARI-8264.patch
>
>
> 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)