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.

Reply via email to