You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/01/28 06:29:34 UTC

[jira] [Commented] (AMBARI-9366) SQL script for external Postgres DB creation is incorrect for artifact table

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

Hudson commented on AMBARI-9366:
--------------------------------

SUCCESS: Integrated in Ambari-trunk-Commit #1624 (See [https://builds.apache.org/job/Ambari-trunk-Commit/1624/])
AMBARI-9366.  Fix create statement for artifact table in external Postgres DB script (jspeidel: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=5e930e44c8412cab73554a8ab17c13b32f5bb630)
* ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql


> SQL script for external Postgres DB creation is incorrect for artifact table
> ----------------------------------------------------------------------------
>
>                 Key: AMBARI-9366
>                 URL: https://issues.apache.org/jira/browse/AMBARI-9366
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.0.0
>            Reporter: John Speidel
>            Assignee: John Speidel
>             Fix For: 2.0.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The CREATE TABLE statement for the artifact table is incorrect.  
> Current: CREATE TABLE ambari.artifact (...)
> Correct: CREATE TABLE artifact (...)



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