Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-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 330E1DC1F for ; Mon, 10 Dec 2012 19:43:20 +0000 (UTC) Received: (qmail 27824 invoked by uid 500); 10 Dec 2012 19:43:20 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 27795 invoked by uid 500); 10 Dec 2012 19:43:20 -0000 Mailing-List: contact dev-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list dev@hama.apache.org Received: (qmail 27787 invoked by uid 99); 10 Dec 2012 19:43:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2012 19:43:20 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thomas.jungblut@gmail.com designates 209.85.216.175 as permitted sender) Received: from [209.85.216.175] (HELO mail-qc0-f175.google.com) (209.85.216.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2012 19:43:15 +0000 Received: by mail-qc0-f175.google.com with SMTP id j3so1830989qcs.34 for ; Mon, 10 Dec 2012 11:42:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=WZUYkMa/CBQ1TrLWFT9/uQdcB66CQQI9Yh5rVUEz1Ww=; b=gvDVXdLIhRXdHYPsHesPG/4vS1R1c6f6JWOuUAu4BdDEj3sob+L89Qi8z6Sn1XUGle YfTe+iH7fSBFIhOfizbbtBWr54I9Ivv+t1zyDJrddQnGwhsI/wi0JXZL7GYcuqSIzr4P tnGVEy/RwXWqYu7kZHmm32DaYYfb9IZESgoRNaIVtKFfK9O3C+lPQgdGuD2BhW/t7qch I6X+LJVH+T7N/krzrzq7n+7z5nhN8qLW+DCURag+6bu0RGlahEfPccf62VH/5l7OvFoQ nJlQsJksp8vLlC3OHcNdhqApc2+I1i30mdTHCcZlugiVkRnXNSoT2+PY/CA6e0R7KXFF ZKuA== MIME-Version: 1.0 Received: by 10.224.208.74 with SMTP id gb10mr29221627qab.84.1355168574121; Mon, 10 Dec 2012 11:42:54 -0800 (PST) Received: by 10.49.1.2 with HTTP; Mon, 10 Dec 2012 11:42:54 -0800 (PST) In-Reply-To: References: <8C476B05-DB98-4F1A-B2BA-495A3F48723A@udanax.org> Date: Mon, 10 Dec 2012 20:42:54 +0100 Message-ID: Subject: Re: runtimePartitioning in GraphJobRunner From: Thomas Jungblut To: dev@hama.apache.org Content-Type: multipart/alternative; boundary=20cf300faffd78a4ee04d084c567 X-Virus-Checked: Checked by ClamAV on apache.org --20cf300faffd78a4ee04d084c567 Content-Type: text/plain; charset=ISO-8859-1 Yes, if you preprocess your data correctly. I have done the same unstructured extraction with the movie database from IMDB and it worked fine. That's just not a job for BSP, but for MapReduce. 2012/12/10 Edward J. Yoon > It's a gap in experience, Thomas. Do you think you can extract Twitter > mention graph using parseVertex? > > On Tue, Dec 11, 2012 at 4:34 AM, Thomas Jungblut > wrote: > > I have trouble understanding you here. > > > > How can I generate large sample without coding? > > > > > > Do you mean random data generation or real-life data? > > Personally I think it is really convenient to transform unstructured data > > in a text file to vertices. > > > > > > 2012/12/10 Edward > > > >> I mean, With or without input reader. How can I generate large sample > >> without coding? > >> > >> It's unnecessary feature. As I mentioned before, only good for simple > and > >> small test. > >> > >> Sent from my iPhone > >> > >> On Dec 11, 2012, at 3:38 AM, Thomas Jungblut > > >> wrote: > >> > >> >> > >> >> In my case, generating test data is very annoying. > >> > > >> > > >> > Really? What is so difficult to generate tab separated text data?;) > >> > I think we shouldn't do this, but there seems to be very little > interest > >> in > >> > the community so I will not block your work on it. > >> > > >> > Good luck ;) > >> > > > > -- > Best Regards, Edward J. Yoon > @eddieyoon > --20cf300faffd78a4ee04d084c567--