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 B35D7178C4 for ; Mon, 26 Jan 2015 20:37:50 +0000 (UTC) Received: (qmail 3388 invoked by uid 500); 26 Jan 2015 20:37:35 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 3355 invoked by uid 500); 26 Jan 2015 20:37:35 -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 3342 invoked by uid 99); 26 Jan 2015 20:37:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2015 20:37:35 +0000 Date: Mon, 26 Jan 2015 20:37:35 +0000 (UTC) From: "Jonathan Hurley (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-9339) Oozie Downgrade Fails Because Upgrade Behavior Is Used MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jonathan Hurley created AMBARI-9339: --------------------------------------- Summary: Oozie Downgrade Fails Because Upgrade Behavior Is Used Key: AMBARI-9339 URL: https://issues.apache.org/jira/browse/AMBARI-9339 Project: Ambari Issue Type: Task Components: ambari-server Affects Versions: 2.0.0 Reporter: Jonathan Hurley Fix For: 2.0.0 During a downgrade, the Oozie scripts need to understand that a downgrade is occurring. This is because there is a step that happens before {{prepare-war}} where {{hadoop-lzo*.jar}} is copied to a location so that {{prepare-war}} can use it. However, hadoop-lzo*.jar does not exist in HDP 2.2.0.0 and does exist in 2.2.1.0. The oozie scripts should produce an error if this file is not found and that is correct - but only for upgrade. This is part of a larger issue where the upgrade/downgrade status needs to be available for the scripts. It currently is not. -- This message was sent by Atlassian JIRA (v6.3.4#6332)