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 D20BD1769D for ; Sat, 16 May 2015 02:50:19 +0000 (UTC) Received: (qmail 39565 invoked by uid 500); 16 May 2015 02:50:19 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 39527 invoked by uid 500); 16 May 2015 02:50:19 -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 39512 invoked by uid 99); 16 May 2015 02:50:19 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 May 2015 02:50:19 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 066E31DD49C; Sat, 16 May 2015 02:50:19 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============3647013071389992028==" MIME-Version: 1.0 Subject: Review Request 34311: Hive Upgrade Pack For HDP-2.2 to HDP-2.3 From: "Nate Cole" To: "Alejandro Fernandez" , "Jonathan Hurley" Cc: "Nate Cole" , "Ambari" Date: Sat, 16 May 2015 02:50:19 -0000 Message-ID: <20150516025019.1461.31505@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Nate Cole" X-ReviewGroup: Ambari X-ReviewRequest-URL: https://reviews.apache.org/r/34311/ X-Sender: "Nate Cole" Reply-To: "Nate Cole" X-ReviewRequest-Repository: ambari --===============3647013071389992028== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34311/ ----------------------------------------------------------- Review request for Ambari, Alejandro Fernandez and Jonathan Hurley. Bugs: AMBARI-11176 https://issues.apache.org/jira/browse/AMBARI-11176 Repository: ambari Description ------- * Changes to Hive scripts to correctly decide paths during an RU to start with the right jars. * Changes to service check to load with new parameter to work in 2.3 * Added ability to replace properties in a ConfigureTask (to be expanded in the future - just straight string replacement for now. * Changed base test python class to accept arguments - this allows us to test start(rolling_upgrade=True) instead of the torture of testing restart() Diffs ----- ambari-server/src/main/java/org/apache/ambari/server/controller/internal/UpgradeResourceProvider.java ca72934 ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/ConfigureAction.java 729c36a ambari-server/src/main/java/org/apache/ambari/server/state/stack/upgrade/ConfigureTask.java 06d3108 ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/webhcat-env.xml 14a473f ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/files/startMetastore.sh da0f60b ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/files/templetonSmoke.sh 2083312 ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hcat_service_check.py e8bad81 ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_metastore.py c5d30a1 ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server.py a41632e ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_service.py af9d5d3 ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/webhcat_server.py 735590b ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/webhcat_service.py 7fb82da ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml 43db5b0 ambari-server/src/test/java/org/apache/ambari/server/serveraction/upgrades/ConfigureActionTest.java 50e0a17 ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_metastore.py 6bc9797 ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py 04db874 ambari-server/src/test/python/stacks/2.0.6/HIVE/test_webhcat_server.py f2d7edb ambari-server/src/test/python/stacks/2.1/HIVE/test_hive_metastore.py 2ed5f14 ambari-server/src/test/python/stacks/utils/RMFTestCase.py 0bbde77 Diff: https://reviews.apache.org/r/34311/diff/ Testing ------- Manual cluster testing; about 1000 upgrades to get working correctly. (Jonathan knows) Java automated: pending. Python: ---------------------------------------------------------------------- Ran 233 tests in 8.563s OK ---------------------------------------------------------------------- Total run:741 Total errors:0 Total failures:0 OK Thanks, Nate Cole --===============3647013071389992028==--