Return-Path: X-Original-To: apmail-incubator-giraph-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-giraph-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 420A89B47 for ; Mon, 12 Mar 2012 18:16:06 +0000 (UTC) Received: (qmail 18716 invoked by uid 500); 12 Mar 2012 18:16:06 -0000 Delivered-To: apmail-incubator-giraph-user-archive@incubator.apache.org Received: (qmail 18687 invoked by uid 500); 12 Mar 2012 18:16:06 -0000 Mailing-List: contact giraph-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: giraph-user@incubator.apache.org Delivered-To: mailing list giraph-user@incubator.apache.org Received: (qmail 18677 invoked by uid 99); 12 Mar 2012 18:16:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2012 18:16:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [24.173.238.83] (HELO mail.potomacfusion.com) (24.173.238.83) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2012 18:16:00 +0000 Received: from PFI-MAIL.PFI.LOCAL ([192.168.100.7]) by pfi-mail ([192.168.100.7]) with mapi; Mon, 12 Mar 2012 13:15:39 -0500 From: David Garcia To: "giraph-user@incubator.apache.org" Date: Mon, 12 Mar 2012 13:15:36 -0500 Subject: Re: Calling BspUtils.createVertexResolver from a TextVertexReader ? Thread-Topic: Calling BspUtils.createVertexResolver from a TextVertexReader ? Thread-Index: Ac0AfCChHA2KI6xbQwy58JvjbN9gDQ== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.14.0.111121 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Not sure what you're asking about. getCurrentVertex() should only ever create one vertex. Presumably it returns this vertex to the calling function. . .which is called in loadVertices() I think. On 3/12/12 10:35 AM, "Benjamin Heitmann" wrote: >Hello,=20 > >since my previous email did not get any replies, I am assuming that it >was not written in a focused enough way. > >So here are my rephrased questions: > >1.) Is there any reason why a TextVertexReader class should not call >BspUtils.createVertexResolver ? > >2.) Is there any reason why a TextVertexReader class should not create >two vertices in its getCurrentVertex() method ? > > > >sincerely, Benjamin Heitmann.=20