[jira] [Commented] (AMBARI-16029) Ambari version history: Create DB table, constraints and sequence id.

2016-05-03 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-16029:
-

FAILURE: Integrated in Ambari-trunk-Commit #4783 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/4783/])
AMBARI-16029: Ambari version history - Create DB table, constraints and 
(nsomasundaram: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e87d962c8f5493f5f78e9fc5cb2a3c9a0b8b9afb])
* ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql
* ambari-server/src/main/resources/Ambari-DDL-SQLAnywhere-CREATE.sql
* ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql
* ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql
* ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql
* ambari-server/src/main/resources/Ambari-DDL-Derby-CREATE.sql
* ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql


> Ambari version history: Create DB table, constraints and sequence id.
> -
>
> Key: AMBARI-16029
> URL: https://issues.apache.org/jira/browse/AMBARI-16029
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
>Reporter: Nahappan Somasundaram
>Assignee: Nahappan Somasundaram
> Fix For: 2.4.0
>
> Attachments: rb46545.patch
>
>
> Create backing DB table, constraint and sequence id to capture ambari version 
> history.
> 1. ambari_version_history table
> 2. primary key constraint
> 3. sequence id



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


[jira] [Commented] (AMBARI-16029) Ambari version history: Create DB table, constraints and sequence id.

2016-04-21 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-16029:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12800126/rb46545.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
ambari-server.

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/6596//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/6596//console

This message is automatically generated.

> Ambari version history: Create DB table, constraints and sequence id.
> -
>
> Key: AMBARI-16029
> URL: https://issues.apache.org/jira/browse/AMBARI-16029
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
>Reporter: Nahappan Somasundaram
>Assignee: Nahappan Somasundaram
> Fix For: 2.4.0
>
> Attachments: rb46545.patch
>
>
> Create backing DB table, constraint and sequence id to capture ambari version 
> history.
> 1. ambari_version_history table
> 2. primary key constraint
> 3. sequence id



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


[jira] [Commented] (AMBARI-16029) Ambari version history: Create DB table, constraints and sequence id.

2016-04-21 Thread Alejandro Fernandez (JIRA)

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

Alejandro Fernandez commented on AMBARI-16029:
--

Suggest adding a status and errors columns.

> Ambari version history: Create DB table, constraints and sequence id.
> -
>
> Key: AMBARI-16029
> URL: https://issues.apache.org/jira/browse/AMBARI-16029
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
>Reporter: Nahappan Somasundaram
>Assignee: Nahappan Somasundaram
> Fix For: 2.4.0
>
> Attachments: rb46545.patch
>
>
> Create backing DB table, constraint and sequence id to capture ambari version 
> history.
> 1. ambari_version_history table
> 2. primary key constraint
> 3. sequence id



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


[jira] [Commented] (AMBARI-16029) Ambari version history: Create DB table, constraints and sequence id.

2016-04-21 Thread Alejandro Fernandez (JIRA)

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

Alejandro Fernandez commented on AMBARI-16029:
--

[~smnaha], what is the need for this new table?

> Ambari version history: Create DB table, constraints and sequence id.
> -
>
> Key: AMBARI-16029
> URL: https://issues.apache.org/jira/browse/AMBARI-16029
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
>Reporter: Nahappan Somasundaram
>Assignee: Nahappan Somasundaram
> Fix For: 2.4.0
>
> Attachments: rb46545.patch
>
>
> Create backing DB table, constraint and sequence id to capture ambari version 
> history.
> 1. ambari_version_history table
> 2. primary key constraint
> 3. sequence id



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