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 02D561026C for ; Wed, 12 Feb 2014 14:54:33 +0000 (UTC) Received: (qmail 24558 invoked by uid 500); 12 Feb 2014 14:54:31 -0000 Delivered-To: apmail-giraph-user-archive@giraph.apache.org Received: (qmail 24466 invoked by uid 500); 12 Feb 2014 14:54:31 -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 24434 invoked by uid 99); 12 Feb 2014 14:54:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Feb 2014 14:54:30 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=ASF_LIST_OPS,HTML_MESSAGE,HTML_OBFUSCATE_05_10,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of koutras.apostolos@gmail.com designates 209.85.215.172 as permitted sender) Received: from [209.85.215.172] (HELO mail-ea0-f172.google.com) (209.85.215.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Feb 2014 14:54:25 +0000 Received: by mail-ea0-f172.google.com with SMTP id l9so3883926eaj.3 for ; Wed, 12 Feb 2014 06:54:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:date:message-id:to:mime-version; bh=m5ii4vuFMEuhF8T076PfodNtdbvhtZsiRQS5iatsADc=; b=UV8+ehgZgrXtN8SZ85ziF6ouxQKyBtpGNn1uTVQe7uQkaRtGB8VvlKzR/sK7WReBsd zFIIXBY+zwxMSrC+C0xU5pCPlSz9iOxekXTjJA97JOoO8guaHc+HXGwHl9ZYJwH3JCib hvZBdPlRfjBZa+YWT/9gF7asd4H44+LqS5epc75um69PaFy4NP+Uv0VZg2xHnLhGJ4z4 lrWLEN/Op5WiBfPEqhr6qBxw+xSGoYs6viGlc8Jx6t4Z12TXCgFr/8uN9puVQk3kDM0d adD1krDimqhb+xd6u7E+e63xgXs5k50hD7O1bN/JLuWlqtBoK/P6A6hS9bQ2iIkIESMw 1ICQ== X-Received: by 10.14.110.68 with SMTP id t44mr4522948eeg.74.1392216844056; Wed, 12 Feb 2014 06:54:04 -0800 (PST) Received: from [192.168.1.5] (athedsl-164268.home.otenet.gr. [85.75.185.74]) by mx.google.com with ESMTPSA id o43sm82080201eef.12.2014.02.12.06.53.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 12 Feb 2014 06:54:02 -0800 (PST) From: akis Content-Type: multipart/alternative; boundary=Apple-Mail-3--554558800 Subject: help on finishing calculating betweeness Date: Wed, 12 Feb 2014 16:56:25 +0200 Message-Id: <9FCE3F6E-992D-4A72-BC44-FB41781E96CA@gmail.com> To: user@giraph.apache.org, dev-help@giraph.apache.org, user-help@giraph.apache.org, user-faq@giraph.apache.org Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-3--554558800 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii In the past day, I am struggling on completing calculating Betweeness = for a graph. I have uploaded my work in on github slash koutras slash = gb. The things I had found difficulty so far is not the algorithm by = itself that is the brande's algorithm,but integrating the following = things. 1) overriding the value of vertex with mine using myVertex.java = Overriding the Serialization functions for my implementation according = to BrachaTouegDeadlockVertexValue.2) overriding the message that a = node is passing to another with myMessage.java I've added the = accessors that I wanted but I dont now what to do with readFields, and = write, that the BrachaTouegDeadlockMessage has, for my implementation= --Apple-Mail-3--554558800 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
koutras slash gb. The things I = had found difficulty so far is not the algorithm by itself that is the = brande's algorithm,but integrating the following things. 1) = overriding the value of vertex with mine using = myVertex.java Overriding the Serialization functions for my = implementation according to      = BrachaTouegDeadlockVertexValue.2) overriding the message = that a node is passing to another with myMessage.java   I've added the accessors = that I wanted but I dont now what to do with readFields, and = write, that the BrachaTouegDeadlockMessage has, for my = implementation
= --Apple-Mail-3--554558800--