[
https://issues.apache.org/jira/browse/HAMA-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward J. Yoon updated HAMA-85:
-------------------------------
Fix Version/s: 0.1.0
Let's add it to 0.1 plan.
> 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.