[
https://issues.apache.org/jira/browse/AMBARI-6911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14163779#comment-14163779
]
Hudson commented on AMBARI-6911:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #514 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/514/])
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=4ccdde45189fadab080fd814ac243b8bc3eb345a)
* ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql
*
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog160.java
*
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/BlueprintConfigEntity.java
*
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog170Test.java
*
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/HostGroupConfigEntity.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/upgrade/UpgradeCatalog170.java
* ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
*
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog160Test.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)