Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 13D3A175AD for ; Mon, 20 Oct 2014 14:58:58 +0000 (UTC) Received: (qmail 20156 invoked by uid 500); 20 Oct 2014 14:58:58 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 20118 invoked by uid 500); 20 Oct 2014 14:58:57 -0000 Mailing-List: contact dev-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list dev@falcon.incubator.apache.org Received: (qmail 20106 invoked by uid 99); 20 Oct 2014 14:58:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2014 14:58:57 +0000 X-ASF-Spam-Status: No, hits=-2001.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 20 Oct 2014 14:58:36 +0000 Received: (qmail 19297 invoked by uid 99); 20 Oct 2014 14:58:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2014 14:58:33 +0000 Date: Mon, 20 Oct 2014 14:58:33 +0000 (UTC) From: "Tony Reix (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FALCON-825) Downloading & compiling Oozie source code creates an issue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Tony Reix created FALCON-825: -------------------------------- Summary: Downloading & compiling Oozie source code creates an issue Key: FALCON-825 URL: https://issues.apache.org/jira/browse/FALCON-825 Project: Falcon Issue Type: Improvement Components: build-tools Affects Versions: 0.5 Environment: Ubuntu / PPC64LE : only IBM JVM 1.7 is available. More Reporter: Tony Reix Priority: Blocker Falcon 0.5 makes use of Oozie. Instead of downloading Jar files of Oozie, Falcon downloads source files of Oozie 4.0.1 and then compiles it localy. Since Oozie requires a v1.6 JVM, this is an issue on machines where no version 1.6 of Java is available, like Ubuntu/PPC64LE. Moreover, Oozie compiles fine with Java 1.7 . Falcon should use a localy available .jar version (4.0.1) of Oozie or use Maven to download a jar file of Oozie. -- This message was sent by Atlassian JIRA (v6.3.4#6332)