Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 346AC10F82 for ; Wed, 19 Mar 2014 23:46:05 +0000 (UTC) Received: (qmail 89454 invoked by uid 500); 19 Mar 2014 23:46:04 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 89413 invoked by uid 500); 19 Mar 2014 23:46:04 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 89402 invoked by uid 99); 19 Mar 2014 23:46:04 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2014 23:46:04 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id A32A91D54CB; Wed, 19 Mar 2014 23:46:00 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============8066455366604715331==" MIME-Version: 1.0 Subject: Review Request 19432: Fix DB upgrade to use correct column types for table blueprint_configuration From: "John Speidel" To: "Sid Wagle" Cc: "John Speidel" , "Ambari" Date: Wed, 19 Mar 2014 23:46:00 -0000 Message-ID: <20140319234600.6288.67668@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "John Speidel" X-ReviewGroup: Ambari X-ReviewRequest-URL: https://reviews.apache.org/r/19432/ X-Sender: "John Speidel" Reply-To: "John Speidel" X-ReviewRequest-Repository: ambari --===============8066455366604715331== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19432/ ----------------------------------------------------------- Review request for Ambari and Sid Wagle. Bugs: AMBARI-5153 https://issues.apache.org/jira/browse/AMBARI-5153 Repository: ambari Description ------- Fixes incorrect column type for table blueprint_configuration specified in UpgradeCatalog150. The previous type, String.class, had too long a length value for Oracle. Switched to byte[]. Also fixed Oracle create script to use CLOB. Diffs ----- ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog150.java eb253a4 ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql afe6497 Diff: https://reviews.apache.org/r/19432/diff/ Testing ------- unit tests OK ---------------------------------------------------------------------- Total run:507 Total errors:0 Total failures:0 ... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18:44.044s [INFO] Finished at: Wed Mar 19 19:34:38 EDT 2014 [INFO] Final Memory: 28M/123M [INFO] ------------------------------------------------------------------------ Thanks, John Speidel --===============8066455366604715331==--