Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 13D46200C01 for ; Thu, 19 Jan 2017 13:29:30 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 127F8160B57; Thu, 19 Jan 2017 12:29:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 59EB8160B42 for ; Thu, 19 Jan 2017 13:29:29 +0100 (CET) Received: (qmail 84656 invoked by uid 500); 19 Jan 2017 12:29:28 -0000 Mailing-List: contact issues-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 issues@ambari.apache.org Received: (qmail 84646 invoked by uid 99); 19 Jan 2017 12:29:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2017 12:29:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 1B5C5C12CB for ; Thu, 19 Jan 2017 12:29:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 8KyCXow5iF4U for ; Thu, 19 Jan 2017 12:29:27 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 445B45F3F5 for ; Thu, 19 Jan 2017 12:29:27 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B983EE0BB3 for ; Thu, 19 Jan 2017 12:29:26 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 7008524E02 for ; Thu, 19 Jan 2017 12:29:26 +0000 (UTC) Date: Thu, 19 Jan 2017 12:29:26 +0000 (UTC) From: "Andrew Onischuk (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-19626) LLAP Startup: slider dependencies are not deployed by Ambari MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 19 Jan 2017 12:29:30 -0000 Andrew Onischuk created AMBARI-19626: ---------------------------------------- Summary: LLAP Startup: slider dependencies are not deployed by Ambari Key: AMBARI-19626 URL: https://issues.apache.org/jira/browse/AMBARI-19626 Project: Ambari Issue Type: Bug Reporter: Andrew Onischuk Assignee: Andrew Onischuk Fix For: 2.5.0 Attachments: AMBARI-19626.patch Ambari slider install does not upload the dependencies as part of the client deploy. 2016-10-28 19:52:20,596 [main] INFO tools.SliderUtils - Loading all dependencies from /usr/hdp/2.5.0.0-1245/slider/lib 2016-10-28 19:52:34,812 [main] INFO agent.AgentClientProvider - Automatically uploading the agent tarball at hdfs://cn105-10.l42scl.hortonworks.com:8020/user/gopal/.slider/cluster/llap0/tmp/application_1477340478603_0266/at 2016-10-28 19:52:35,118 [main] INFO agent.AgentClientProvider - Validating app definition .slider/package/LLAP/llap-29Sep2016.zip 2016-10-28 19:52:35,124 [main] INFO tools.SliderUtils - For faster submission of apps, upload dependencies using cmd dependency --upload sudo -u hdfs $(which slider) dependency --upload This would upload the slider packages once, so that they can be reused by every restart of LLAP instead of being uploaded for each restart & downloaded on each node again. -- This message was sent by Atlassian JIRA (v6.3.4#6332)