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 1755B17DDE for ; Tue, 21 Oct 2014 22:07:34 +0000 (UTC) Received: (qmail 56625 invoked by uid 500); 21 Oct 2014 22:07:33 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 56545 invoked by uid 500); 21 Oct 2014 22:07:33 -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 56259 invoked by uid 99); 21 Oct 2014 22:07:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Oct 2014 22:07:33 +0000 Date: Tue, 21 Oct 2014 22:07:33 +0000 (UTC) From: "Alejandro Fernandez (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-7842) Ambari to manage WebHCat tarballs on HDFS and inject paths into webhcat-site.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-7842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Fernandez updated AMBARI-7842: ---------------------------------------- Summary: Ambari to manage WebHCat tarballs on HDFS and inject paths into webhcat-site.xml (was: Ambari needs to manage application tarballs on HDFS) > Ambari to manage WebHCat tarballs on HDFS and inject paths into webhcat-site.xml > -------------------------------------------------------------------------------- > > Key: AMBARI-7842 > URL: https://issues.apache.org/jira/browse/AMBARI-7842 > Project: Ambari > Issue Type: Bug > Reporter: Alejandro Fernandez > Priority: Blocker > Attachments: ambari_170_versioned_rpms.pptx > > > With HDP 2.2, MapReduce needs versioned app tarballs on HDFS. > Tez always had a tarball on HDFS that is not-versioned. Oozie, WebHCat also had always published Pig and Hive tarballs on HDFS - with HDP 2.2 they also need to be versioned. Slider also has its own tarballs that need to be versioned and managed. > We need to consolidate this into a common versioned layout of tarballs on HDFS. > Here's the example proposal, > {code} > /hdp/apps/$(hdp-stack-version) > |---- mapreduce/mapreduce-$(component-version)-$(hdp-stack-version).tar.gz > |---- tez/tez-$(component-version)-$(hdp-stack-version).tar.gz > |---- pig/pig-$(component-version)-$(hdp-stack-version).tar.gz > |---- hive/hive-$(component-version)-$(hdp-stack-version).tar.gz > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)