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 94C3C200D4C for ; Wed, 15 Nov 2017 20:20:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 93BAA160BE4; Wed, 15 Nov 2017 19:20:08 +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 E3572160BF6 for ; Wed, 15 Nov 2017 20:20:07 +0100 (CET) Received: (qmail 66755 invoked by uid 500); 15 Nov 2017 19:20:07 -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 66679 invoked by uid 99); 15 Nov 2017 19:20:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2017 19:20:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 205D8180833 for ; Wed, 15 Nov 2017 19:20:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id tnyCV9pTJtle for ; Wed, 15 Nov 2017 19:20:05 +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 8570F5FB57 for ; Wed, 15 Nov 2017 19:20:04 +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 67C65E2592 for ; Wed, 15 Nov 2017 19:20:03 +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 7C1AE2410C for ; Wed, 15 Nov 2017 19:20:01 +0000 (UTC) Date: Wed, 15 Nov 2017 19:20:01 +0000 (UTC) From: "Hudson (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-22448) Oozie Jobs on Hive Fail With Missing Tarball MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 15 Nov 2017 19:20:08 -0000 [ https://issues.apache.org/jira/browse/AMBARI-22448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16253992#comment-16253992 ] Hudson commented on AMBARI-22448: --------------------------------- FAILURE: Integrated in Jenkins build Ambari-branch-2.6 #456 (See [https://builds.apache.org/job/Ambari-branch-2.6/456/]) AMBARI-22448. Oozie Jobs on Hive Fail With Missing Tarball (ncole) (ncole: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=56079f2979bc4e9794ea1f52cbfa50faf11c0510]) * (edit) ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json > Oozie Jobs on Hive Fail With Missing Tarball > -------------------------------------------- > > Key: AMBARI-22448 > URL: https://issues.apache.org/jira/browse/AMBARI-22448 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Reporter: Nate Cole > Assignee: Nate Cole > Priority: Critical > Fix For: 2.6 1 > > Attachments: AMBARI-22448.patch > > > STR: > - Install an HDP 2.6.3.0 cluster with Oozie, HIve, MapR, Yarn, ZK, HDFS > - Patch only Oozie to a new version, such as 2.6.3.1-1 > - Attempt to run an Oozie job on Hive > The workflow job will fail with: > {code} > org.apache.oozie.action.ActionExecutorException: JA008: File does not exist: hdfs://jhurley-pu-1.openstacklocal:8020/hdp/apps/2.6.3.1-1/mapreduce/mapreduce.tar.gz > at org.apache.oozie.action.ActionExecutor.convertExceptionHelper(ActionExecutor.java:457) > at org.apache.oozie.action.ActionExecutor.convertException(ActionExecutor.java:441) > at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:1211) > at org.apache.oozie.action.hadoop.JavaActionExecutor.start(JavaActionExecutor.java:1382) > at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:234) > at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:65) > at org.apache.oozie.command.XCommand.call(XCommand.java:287) > at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:331) > at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:260) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:178) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:745) > {code} > This is because Oozie appears to be trying to use a version of the MapReduce tarball which matches its version. However, since it does not ship its version, it cannot find it. -- This message was sent by Atlassian JIRA (v6.4.14#64029)