You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "praveen sripati (Created) (JIRA)" <ji...@apache.org> on 2012/03/25 19:19:24 UTC

[jira] [Created] (HAMA-538) Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.

Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.
----------------------------------------------------------------------------------------------------------------

                 Key: HAMA-538
                 URL: https://issues.apache.org/jira/browse/HAMA-538
             Project: Hama
          Issue Type: Sub-task
          Components: bsp
            Reporter: praveen sripati
            Assignee: praveen sripati
            Priority: Minor
             Fix For: 0.5.0, 0.6.0


Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HAMA-538) Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.

Posted by "praveen sripati (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

praveen sripati updated HAMA-538:
---------------------------------

    Assignee:     (was: praveen sripati)
    
> Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: HAMA-538
>                 URL: https://issues.apache.org/jira/browse/HAMA-538
>             Project: Hama
>          Issue Type: Sub-task
>          Components: bsp
>            Reporter: praveen sripati
>            Priority: Minor
>             Fix For: 0.5.0, 0.6.0
>
>
> Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HAMA-538) Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-538:
--------------------------------

    Affects Version/s:     (was: 0.5.0)
        Fix Version/s:     (was: 0.6.0)
    
> Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: HAMA-538
>                 URL: https://issues.apache.org/jira/browse/HAMA-538
>             Project: Hama
>          Issue Type: Sub-task
>          Components: bsp core
>            Reporter: praveen sripati
>            Priority: Minor
>
> Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HAMA-538) Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.

Posted by "Thomas Jungblut (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HAMA-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13238118#comment-13238118 ] 

Thomas Jungblut commented on HAMA-538:
--------------------------------------

Based on twitter responses I have made a basic list:

- GraphML http://graphml.graphdrawing.org/
- CSV for Neo4J Batch imports https://github.com/jexp/batch-import
- GEXF, GDF
- RDF formats: N3, Turtle, N-Triples


Export in Neo4j is going like this: 

bq.db.allNodes{export node, export node.outgoingEdges} 

                
> Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: HAMA-538
>                 URL: https://issues.apache.org/jira/browse/HAMA-538
>             Project: Hama
>          Issue Type: Sub-task
>          Components: bsp
>            Reporter: praveen sripati
>            Assignee: praveen sripati
>            Priority: Minor
>             Fix For: 0.5.0, 0.6.0
>
>
> Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HAMA-538) Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.

Posted by "Javier D. Fernández (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HAMA-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13238180#comment-13238180 ] 

Javier D. Fernández commented on HAMA-538:
------------------------------------------

Due to the expected size of the datasets, I might be useful to consider a binary RDF format such as HDT (http://www.w3.org/Submission/2011/SUBM-HDT-20110330/). We are finishing a Java implementation, please contact me if, at some point, you decide to incorporate an HDT importer/exporter. Regards
                
> Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: HAMA-538
>                 URL: https://issues.apache.org/jira/browse/HAMA-538
>             Project: Hama
>          Issue Type: Sub-task
>          Components: bsp
>            Reporter: praveen sripati
>            Assignee: praveen sripati
>            Priority: Minor
>             Fix For: 0.5.0, 0.6.0
>
>
> Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (HAMA-538) Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.

Posted by "Thomas Jungblut (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Jungblut updated HAMA-538:
---------------------------------

    Affects Version/s: 0.5.0
        Fix Version/s:     (was: 0.5.0)
    
> Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: HAMA-538
>                 URL: https://issues.apache.org/jira/browse/HAMA-538
>             Project: Hama
>          Issue Type: Sub-task
>          Components: bsp
>    Affects Versions: 0.5.0
>            Reporter: praveen sripati
>            Priority: Minor
>             Fix For: 0.6.0
>
>
> Identify the different GraphDB for which InputFormats/OutputFormats have to be created and create those formats.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira