Return-Path: X-Original-To: apmail-giraph-user-archive@www.apache.org Delivered-To: apmail-giraph-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B27D110B2B for ; Sat, 20 Jul 2013 21:06:40 +0000 (UTC) Received: (qmail 26389 invoked by uid 500); 20 Jul 2013 21:06:40 -0000 Delivered-To: apmail-giraph-user-archive@giraph.apache.org Received: (qmail 26332 invoked by uid 500); 20 Jul 2013 21:06:39 -0000 Mailing-List: contact user-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@giraph.apache.org Delivered-To: mailing list user@giraph.apache.org Received: (qmail 26324 invoked by uid 99); 20 Jul 2013 21:06:39 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jul 2013 21:06:39 +0000 Received: from localhost (HELO alcash-t430.thefacebook.com) (127.0.0.1) (smtp-auth username aching, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jul 2013 21:06:39 +0000 Message-ID: <51EAFBDD.2080206@apache.org> Date: Sat, 20 Jul 2013 14:06:37 -0700 From: Avery Ching User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: user@giraph.apache.org Subject: Re: Missing classes SendMessageToAllCache / SendWorkerOneToAllMessagesRequest References: <51f2dd005b404a75b03c399c8fc9f523@AMXPR07MB086.eurprd07.prod.outlook.com> <51EAD087.2060306@ckrause.org> In-Reply-To: Content-Type: multipart/alternative; boundary="------------020307060007090209020703" This is a multi-part message in MIME format. --------------020307060007090209020703 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit This should be fixed now. On 7/20/13 12:20 PM, Avery Ching wrote: > > My bad. I am out but will fix in a few hours. > > On Jul 20, 2013 11:02 AM, "Christian Krause" > wrote: > > Hi, > I get these compile errors. Could it be that some classes are missing? > > Cheers, > Christian > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.0:compile > (default-compile) on project giraph-core: Compilation failure: > Compilation failure: > [ERROR] > /home/christian/giraph-git/giraph-core/target/munged/main/org/apache/giraph/comm/netty/NettyWorkerClientRequestProcessor.java:[24,30] > cannot find symbol > [ERROR] symbol: class SendMessageToAllCache > [ERROR] location: package org.apache.giraph.comm > [ERROR] > /home/christian/giraph-git/giraph-core/target/munged/main/org/apache/giraph/comm/requests/RequestType.java:[41,5] > cannot find symbol > [ERROR] symbol: class SendWorkerOneToAllMessagesRequest > [ERROR] location: class org.apache.giraph.comm.requests.RequestType > [ERROR] > /home/christian/giraph-git/giraph-core/target/munged/main/org/apache/giraph/comm/netty/NettyWorkerClientRequestProcessor.java:[132,13] > cannot find symbol > [ERROR] symbol: class SendMessageToAllCache > [ERROR] location: class > org.apache.giraph.comm.netty.NettyWorkerClientRequestProcessor > --------------020307060007090209020703 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
This should be fixed now.

On 7/20/13 12:20 PM, Avery Ching wrote:

My bad. I am out but will fix in a few hours.

On Jul 20, 2013 11:02 AM, "Christian Krause" <me@ckrause.org> wrote:
Hi,
I get these compile errors. Could it be that some classes are missing?

Cheers,
Christian

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project giraph-core: Compilation failure: Compilation failure:
[ERROR] /home/christian/giraph-git/giraph-core/target/munged/main/org/apache/giraph/comm/netty/NettyWorkerClientRequestProcessor.java:[24,30] cannot find symbol
[ERROR] symbol:   class SendMessageToAllCache
[ERROR] location: package org.apache.giraph.comm
[ERROR] /home/christian/giraph-git/giraph-core/target/munged/main/org/apache/giraph/comm/requests/RequestType.java:[41,5] cannot find symbol
[ERROR] symbol:   class SendWorkerOneToAllMessagesRequest
[ERROR] location: class org.apache.giraph.comm.requests.RequestType
[ERROR] /home/christian/giraph-git/giraph-core/target/munged/main/org/apache/giraph/comm/netty/NettyWorkerClientRequestProcessor.java:[132,13] cannot find symbol
[ERROR] symbol:   class SendMessageToAllCache
[ERROR] location: class org.apache.giraph.comm.netty.NettyWorkerClientRequestProcessor<I,V,E>


--------------020307060007090209020703--