Return-Path: X-Original-To: apmail-hama-user-archive@www.apache.org Delivered-To: apmail-hama-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 B986B10B18 for ; Wed, 4 Sep 2013 01:59:43 +0000 (UTC) Received: (qmail 69685 invoked by uid 500); 4 Sep 2013 01:59:43 -0000 Delivered-To: apmail-hama-user-archive@hama.apache.org Received: (qmail 69666 invoked by uid 500); 4 Sep 2013 01:59:43 -0000 Mailing-List: contact user-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hama.apache.org Delivered-To: mailing list user@hama.apache.org Received: (qmail 69658 invoked by uid 99); 4 Sep 2013 01:59:43 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Sep 2013 01:59:43 +0000 Received: from localhost (HELO mail-oa0-f51.google.com) (127.0.0.1) (smtp-auth username edwardyoon, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Sep 2013 01:59:43 +0000 Received: by mail-oa0-f51.google.com with SMTP id h1so7561774oag.38 for ; Tue, 03 Sep 2013 18:59:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=WXbMc+qLz2hp6dBz5jzaem2MV9CGzByKIfBhjgbB8Gg=; b=mPeTpiFS0M6aB7O4uKXFbBCXXfGKTdMobDHqb76g3EZ471yYqFUxA5AlOwfcGs3IN6 qiz3GMOEGZe52gGFLVvBN+p4HNKGJEj/fFgKaij7iHyFAUwnEoFWc6z6AoSFtjZ4ECqY BInWc9tKl+cEpz6ffn++j4QTOjtt15v3FvT+7RJJrdvVkLZBYim2Os47yEnYJC3VZFCJ LF88aaVybNCQ70yBA1UUaiCqwnrpgazROhfio/qJ8qcM5YTBT3uEJcgfrJchNrr91wzR S452Rr8q3lsZTpTUp1YGTRbGTeXxrG9SoreLKoMeacEhca3LB0j7s1EDMWkL6hqGWJ/x TafA== X-Gm-Message-State: ALoCoQmUbitARrajfd/wsDqA2CIFxhzIFMrekYel0GhVwwAoalY04bvMbAdtCONqkaxpUjvOEkxn MIME-Version: 1.0 X-Received: by 10.182.233.137 with SMTP id tw9mr247804obc.87.1378259982362; Tue, 03 Sep 2013 18:59:42 -0700 (PDT) Received: by 10.60.55.129 with HTTP; Tue, 3 Sep 2013 18:59:42 -0700 (PDT) In-Reply-To: <40165489.10f79.140e65f052a.Coremail.wangzhigang1210@163.com> References: <40165489.10f79.140e65f052a.Coremail.wangzhigang1210@163.com> Date: Wed, 4 Sep 2013 10:59:42 +0900 Message-ID: Subject: Re: for graph processing, hama is disk-resident or memory-resident? From: "Edward J. Yoon" To: "user@hama.apache.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, You cannot use the disk-based vertices storage and queue at the moment but it will be supported in the future. We're under heavy development. On Wed, Sep 4, 2013 at 9:28 AM, wangzhigang1210 w= rote: > Hi, > Recently, I read source code of Hama on Graph API. And I have a question = about the disk-resident and memory-resident issue. > I find that there are two classes for maintaining vertices: ListVerticesI= nfo.java and DiskVerticesInfo.java. The latter supports disk operations. Ho= wever, in the class of GraphJobRunner.java, the class is set as ListVertice= sInfo in the function setupFields. Thus, it seems that the version of disk = is unusable for Graph API. > Similarly, in the function of GraphJob.submit(), the version of message q= ueue is also set as SortedMessageQueue instead of DiskQueue. > So, for graph processing, I want to know whether Hama is a disk-resident = system or not. > Thanks, > Zhigang Wang --=20 Best Regards, Edward J. Yoon @eddieyoon