You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2008/10/21 03:46:44 UTC

[jira] Commented: (HAMA-85) lists matrices in shell & implements save/load operations

    [ https://issues.apache.org/jira/browse/HAMA-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641249#action_12641249 ] 

Edward J. Yoon commented on HAMA-85:
------------------------------------

Great!! 

>> And I guess that "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. 

Yes, I agree with it. BTW, it doesn't implemented yet. 

> lists matrices in shell & implements save/load operations
> ---------------------------------------------------------
>
>                 Key: HAMA-85
>                 URL: https://issues.apache.org/jira/browse/HAMA-85
>             Project: Hama
>          Issue Type: Improvement
>          Components: shell
>            Reporter: Samuel Guo
>            Assignee: Samuel Guo
>            Priority: Minor
>
> list matrices that are holded by HamaAdmin in Hama Shell, as below:
> hama > list matrices;
> And now hama can save & load a matrix from an existed matrix in hbase, so we need to implement the save/load operations in shell. As Below:
> hama > save A as "pathname"
> hama > load "pathname" as matrix B
> And I guess that "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. 
> Any ideas?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.