Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@locus.apache.org Received: (qmail 74885 invoked from network); 21 Oct 2008 02:39:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Oct 2008 02:39:34 -0000 Received: (qmail 6610 invoked by uid 500); 21 Oct 2008 02:39:37 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 6587 invoked by uid 500); 21 Oct 2008 02:39:37 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 6576 invoked by uid 99); 21 Oct 2008 02:39:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2008 19:39:37 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Oct 2008 02:38:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3B132234C21E for ; Mon, 20 Oct 2008 19:38:44 -0700 (PDT) Message-ID: <1323652323.1224556724221.JavaMail.jira@brutus> Date: Mon, 20 Oct 2008 19:38:44 -0700 (PDT) From: "Samuel Guo (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Created: (HAMA-86) Implements generic load/save operations in hama MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Implements generic load/save operations in hama ----------------------------------------------- Key: HAMA-86 URL: https://issues.apache.org/jira/browse/HAMA-86 Project: Hama Issue Type: Improvement Components: implementation Affects Versions: 0.1.0 Reporter: Samuel Guo Fix For: 0.1.0 we need a generic "pathname" class to identify the input & output. "pathname" can contain two parts: one is scheme, such as HBASE or HDFS; one will be the actual name, such as table name in HBase, filename in HDFS. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.