Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-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 CCAF818EED for ; Fri, 12 Feb 2016 03:57:23 +0000 (UTC) Received: (qmail 32973 invoked by uid 500); 12 Feb 2016 03:57:18 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 32599 invoked by uid 500); 12 Feb 2016 03:57:18 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 32578 invoked by uid 500); 12 Feb 2016 03:57:18 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 32572 invoked by uid 99); 12 Feb 2016 03:57:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2016 03:57:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4B29D2C14F0 for ; Fri, 12 Feb 2016 03:57:18 +0000 (UTC) Date: Fri, 12 Feb 2016 03:57:18 +0000 (UTC) From: "Micah Whitacre (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CRUNCH-594) Missing lambda dependency when building with Java 7 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/CRUNCH-594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Micah Whitacre updated CRUNCH-594: ---------------------------------- Attachment: CRUNCH-594.patch Here's a patch that should make crunch-lambda included only when building under Java 8. > Missing lambda dependency when building with Java 7 > --------------------------------------------------- > > Key: CRUNCH-594 > URL: https://issues.apache.org/jira/browse/CRUNCH-594 > Project: Crunch > Issue Type: Improvement > Components: Core > Reporter: Micah Whitacre > Assignee: Micah Whitacre > Fix For: 0.14.0 > > Attachments: CRUNCH-594.patch > > > Building with Java 7 and a clean maven repo causes the build to fail > {noformat} > [INFO] Apache Crunch for Spark ............................ SUCCESS [ 12.923 s] > [INFO] Apache Crunch Hive ................................. SUCCESS [ 1.192 s] > [INFO] Apache Crunch Distribution ......................... FAILURE [ 1.174 s] > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 01:16 min > [INFO] Finished at: 2016-02-11T21:50:22-06:00 > [INFO] Final Memory: 107M/801M > [INFO] ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project crunch-dist: Could not resolve dependencies for project org.apache.crunch:crunch-dist:pom:0.14.0-SNAPSHOT: Could not find artifact org.apache.crunch:crunch-lambda:jar:0.14.0-SNAPSHOT in apache.snapshots (http://repository.apache.org/snapshots) -> [Help 1] > {noformat} > Specifically since the lambda project doesn't build on that profile the dependency is not available. -- This message was sent by Atlassian JIRA (v6.3.4#6332)