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 71C0310FCB for ; Tue, 8 Apr 2014 15:04:25 +0000 (UTC) Received: (qmail 52422 invoked by uid 500); 8 Apr 2014 15:04:25 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 52006 invoked by uid 500); 8 Apr 2014 15:04:21 -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 50455 invoked by uid 99); 8 Apr 2014 15:04:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2014 15:04:16 +0000 Date: Tue, 8 Apr 2014 15:04:16 +0000 (UTC) From: "ChiaHung Lin (JIRA)" To: dev@hama.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HAMA-863) Implement SparseVector MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HAMA-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13963061#comment-13963061 ] ChiaHung Lin commented on HAMA-863: ----------------------------------- I mean print function like +// System.out.printf("This: %s\n", this.toString()); +// System.out.printf("That: %s\n", other.toString()); in SparseDoubleVector or other places. It's commented out, so it's not a problem actually. Just think that debug might be needed when it runs in a real environment. So am thinking if switching System.out.printf to log.debug instead. But overall that's not a big issue. > Implement SparseVector > ---------------------- > > Key: HAMA-863 > URL: https://issues.apache.org/jira/browse/HAMA-863 > Project: Hama > Issue Type: New Feature > Components: math > Affects Versions: 0.7.0 > Reporter: Yexi Jiang > Assignee: Yexi Jiang > Labels: math > Fix For: 0.7.0 > > Attachments: HAMA-863.patch > > > Implement the SparseVector that implements the DoubleVector interface. -- This message was sent by Atlassian JIRA (v6.2#6252)