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 7A8AB181AC for ; Fri, 8 May 2015 21:44:02 +0000 (UTC) Received: (qmail 58863 invoked by uid 500); 8 May 2015 21:44:00 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 58816 invoked by uid 500); 8 May 2015 21:44:00 -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 58615 invoked by uid 500); 8 May 2015 21:44:00 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 58588 invoked by uid 99); 8 May 2015 21:44:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2015 21:44:00 +0000 Date: Fri, 8 May 2015 21:44:00 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CRUNCH-518) Can't build crunch-spark due to protobuf dependency 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-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Wills resolved CRUNCH-518. ------------------------------- Resolution: Fixed Fix Version/s: 0.12.0 Pushed to master. > Can't build crunch-spark due to protobuf dependency > --------------------------------------------------- > > Key: CRUNCH-518 > URL: https://issues.apache.org/jira/browse/CRUNCH-518 > Project: Crunch > Issue Type: Bug > Reporter: Gabriel Reid > Fix For: 0.12.0 > > Attachments: CRUNCH-518.patch > > > When trying to build clean build, I get errors like the following from crunch-spark: > {code} > [ERROR] /Users/greid/development/apache-projects/crunch/crunch-spark/src/it/scala/org/apache/crunch/scrunch/spark/PageRankTest.scala:49: error: bad symbolic reference. A signature in PTypeH.class refers to term protobuf > [ERROR] in package com.google which is not available. > [ERROR] It may be completely missing from the current classpath, or the version on > [ERROR] the classpath might be incompatible with the version used when compiling PTypeH.class. > [ERROR] prev.cogroup(out).map((url, v) => { > {code} > It seems that this is due to protobuf being referenced from PTypeH, but since it's in provided scope in crunch-scrunch, it doesn't get pulled in when building crunch-spark. -- This message was sent by Atlassian JIRA (v6.3.4#6332)