[
https://issues.apache.org/jira/browse/AMBARI-9366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14302138#comment-14302138
]
Hudson commented on AMBARI-9366:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit-docker #841 (See
[https://builds.apache.org/job/Ambari-trunk-Commit-docker/841/])
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)