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 B4EE611488 for ; Tue, 10 Jun 2014 05:54:28 +0000 (UTC) Received: (qmail 91138 invoked by uid 500); 10 Jun 2014 05:54:28 -0000 Delivered-To: apmail-giraph-user-archive@giraph.apache.org Received: (qmail 91080 invoked by uid 500); 10 Jun 2014 05:54:28 -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 91072 invoked by uid 99); 10 Jun 2014 05:54:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2014 05:54:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ekoontz@hiro-tan.org designates 75.144.245.249 as permitted sender) Received: from [75.144.245.249] (HELO hiro.hiro-tan.org) (75.144.245.249) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2014 05:54:25 +0000 Received: from eugenekontzspro.wp.comcast.net (unknown [10.1.10.168]) (Authenticated sender: ekoontz) by hiro.hiro-tan.org (Postfix) with ESMTPSA id 7D21EB83249; Mon, 9 Jun 2014 22:54:04 -0700 (PDT) Message-ID: <53969D78.8060503@hiro-tan.org> Date: Mon, 09 Jun 2014 22:54:00 -0700 From: Eugene Koontz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: user@giraph.apache.org, semih@stanford.edu Subject: Re: Introducing Graft: A debugging and testing tool for Giraph algorithms References: <583ED298-5DC0-42E6-B7EF-B5F9C0D6439D@hiro-tan.org> <53969CDD.1040002@hiro-tan.org> In-Reply-To: <53969CDD.1040002@hiro-tan.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > The docs on github.comI noticed that it's logging stuff like the > adjacency list; that's useful. I think there's a lot of potential to > go beyond being just a debugger and could become a complete GUI for > Giraph itself. Sorry, I meant to say that the docs on https://github.com/semihsalihoglu/graft/wiki/ are good, and the logging is good also, though a bit terse, more logging would be helpful to understand how the server is reacting to user input. -Eugene