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/11/16 01:21:33 UTC

[jira] [Commented] (AMBARI-8345) Views: Remove NOT NULL constraint from instance data and property tables.

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

Hudson commented on AMBARI-8345:
--------------------------------

SUCCESS: Integrated in Ambari-branch-1.7.0 #405 (See [https://builds.apache.org/job/Ambari-branch-1.7.0/405/])
AMBARI-8345 - Views: Remove NOT NULL constraint from instance data and property tables. (tbeerbower) (tbeerbower: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=f58ec5b072172317d2783e3ee6a1a64472725d90)
* ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog170.java
* 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-Postgres-EMBEDDED-CREATE.sql
* ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog170Test.java
* ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
AMBARI-8345. Views: Remove NOT NULL constraint from instance data and property tables - Slider View (srimanth) (sgunturi: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=92037a7f3e936ae769d8133d0d9348424e79aa26)
* contrib/views/slider/src/main/java/org/apache/ambari/view/slider/SliderAppsViewControllerImpl.java


> Views: Remove NOT NULL constraint from instance data and property tables.
> -------------------------------------------------------------------------
>
>                 Key: AMBARI-8345
>                 URL: https://issues.apache.org/jira/browse/AMBARI-8345
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Tom Beerbower
>            Assignee: Tom Beerbower
>             Fix For: 1.7.0
>
>
> The viewinstancedata and viewinstanceproperty tables have a NOT NULL constraint on the VALUE column.
> With Oracle, the empty string is stored as a null value which violates the constraint.
> Remove the constraint from both tables.



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