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 2010/05/04 03:37:55 UTC

[jira] Resolved: (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:all-tabpanel ]

Edward J. Yoon resolved HAMA-85.
--------------------------------

    Resolution: Later

It's a later issue.

> 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
>             Fix For: 0.1.0
>
>
> 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.