You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by John Speidel <js...@hortonworks.com> on 2015/01/28 01:54:41 UTC

Review Request 30344: Fix create statement for artifact table in external Postgres create script

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30344/
-----------------------------------------------------------

Review request for Ambari, Robert Levas and Robert Nettleton.


Bugs: AMBARI-9366
    https://issues.apache.org/jira/browse/AMBARI-9366


Repository: ambari


Description
-------

The CREATE TABLE statement for the artifact table is incorrect. 
Current: CREATE TABLE ambari.artifact (...)
Correct: CREATE TABLE artifact (...)


Diffs
-----

  ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql 64ffc4f 

Diff: https://reviews.apache.org/r/30344/diff/


Testing
-------

All unit tests pass.


Thanks,

John Speidel


Re: Review Request 30344: Fix create statement for artifact table in external Postgres create script

Posted by Robert Levas <rl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30344/#review69949
-----------------------------------------------------------

Ship it!


Ship It!

- Robert Levas


On Jan. 27, 2015, 7:54 p.m., John Speidel wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/30344/
> -----------------------------------------------------------
> 
> (Updated Jan. 27, 2015, 7:54 p.m.)
> 
> 
> Review request for Ambari, Robert Levas and Robert Nettleton.
> 
> 
> Bugs: AMBARI-9366
>     https://issues.apache.org/jira/browse/AMBARI-9366
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> The CREATE TABLE statement for the artifact table is incorrect. 
> Current: CREATE TABLE ambari.artifact (...)
> Correct: CREATE TABLE artifact (...)
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql 64ffc4f 
> 
> Diff: https://reviews.apache.org/r/30344/diff/
> 
> 
> Testing
> -------
> 
> All unit tests pass.
> 
> 
> Thanks,
> 
> John Speidel
> 
>