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 2014/10/08 18:52:35 UTC

[jira] [Commented] (AMBARI-6911) Config_data column should be consistent across tables

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

Hudson commented on AMBARI-6911:
--------------------------------

FAILURE: Integrated in Ambari-branch-1.7.0 #28 (See [https://builds.apache.org/job/Ambari-branch-1.7.0/28/])
AMBARI-6911 Config_data column should be consistent across tables (dsen) (dsen: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=2184f5e57eeb03cd34dade6614d1f7d1139df710)
* ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog160Test.java
* ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql
* ambari-server/src/main/java/org/apache/ambari/server/orm/entities/ClusterConfigEntity.java
* ambari-server/src/main/java/org/apache/ambari/server/orm/entities/HostGroupConfigEntity.java
* ambari-server/src/main/java/org/apache/ambari/server/orm/entities/BlueprintConfigEntity.java
* ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog160.java
* ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
* ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog170Test.java
* ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql
* ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog170.java


> Config_data column should be consistent across tables
> -----------------------------------------------------
>
>                 Key: AMBARI-6911
>                 URL: https://issues.apache.org/jira/browse/AMBARI-6911
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 1.7.0
>            Reporter: Dmytro Sen
>            Assignee: Dmytro Sen
>             Fix For: 1.7.0
>
>
> config_data column has different types in different tables in MySQL and Postgres.
> MySQL
> clusterconfig - LONGTEXT
> blueprint_configuration - VARCHAR(32000)
> hostgroup_configuration - TEXT
> Postgres & embedded
> clusterconfig - VARCHAR(32000)
> blueprint_configuration - varchar(32000)
> hostgroup_configuration - TEXT
> If we want this fixed, we should take care of upgrading Ambari also.
> MySQL should be mapped to LONGTEXT
> Postrges to TEXT
> Oracle to CLOB



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