You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Avery Ching (JIRA)" <ji...@apache.org> on 2012/10/15 20:42:02 UTC

[jira] [Created] (GIRAPH-371) Replace BspUtils in giraph-formats-contrib for speed.

Avery Ching created GIRAPH-371:
----------------------------------

             Summary: Replace BspUtils in giraph-formats-contrib for speed.
                 Key: GIRAPH-371
                 URL: https://issues.apache.org/jira/browse/GIRAPH-371
             Project: Giraph
          Issue Type: Improvement
            Reporter: Avery Ching
            Assignee: Avery Ching


Currently, all the formats (Hive, HBase, Accumulo) use BspUtils to instantiate objects, which makes loading very slow.  This fixes it up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-371) Replace BspUtils in giraph-formats-contrib for speed.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13476566#comment-13476566 ] 

Hudson commented on GIRAPH-371:
-------------------------------

Integrated in Giraph-trunk-Commit #242 (See [https://builds.apache.org/job/Giraph-trunk-Commit/242/])
    GIRAPH-371: Replace BspUtils in giraph-formats-contrib for speed. (aching) (Revision 1398568)

     Result = SUCCESS
aching : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1398568
Files : 
* /giraph/trunk/CHANGELOG
* /giraph/trunk/giraph-formats-contrib/src/main/java/org/apache/giraph/io/accumulo/AccumuloVertexInputFormat.java
* /giraph/trunk/giraph-formats-contrib/src/main/java/org/apache/giraph/io/hbase/HBaseVertexInputFormat.java
* /giraph/trunk/giraph-formats-contrib/src/main/java/org/apache/giraph/io/hcatalog/HCatalogVertexInputFormat.java
* /giraph/trunk/giraph-formats-contrib/src/test/java/org/apache/giraph/io/accumulo/edgemarker/AccumuloEdgeInputFormat.java
* /giraph/trunk/giraph-formats-contrib/src/test/java/org/apache/giraph/io/hbase/edgemarker/TableEdgeInputFormat.java

                
> Replace BspUtils in giraph-formats-contrib for speed.
> -----------------------------------------------------
>
>                 Key: GIRAPH-371
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-371
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Avery Ching
>            Assignee: Avery Ching
>         Attachments: GIRAPH-371.patch
>
>
> Currently, all the formats (Hive, HBase, Accumulo) use BspUtils to instantiate objects, which makes loading very slow.  This fixes it up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-371) Replace BspUtils in giraph-formats-contrib for speed.

Posted by "Alessandro Presta (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13476536#comment-13476536 ] 

Alessandro Presta commented on GIRAPH-371:
------------------------------------------

This looks good, +1 for me.
                
> Replace BspUtils in giraph-formats-contrib for speed.
> -----------------------------------------------------
>
>                 Key: GIRAPH-371
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-371
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Avery Ching
>            Assignee: Avery Ching
>         Attachments: GIRAPH-371.patch
>
>
> Currently, all the formats (Hive, HBase, Accumulo) use BspUtils to instantiate objects, which makes loading very slow.  This fixes it up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GIRAPH-371) Replace BspUtils in giraph-formats-contrib for speed.

Posted by "Avery Ching (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Avery Ching updated GIRAPH-371:
-------------------------------

    Attachment: GIRAPH-371.patch

Here's the patch (very simple).
                
> Replace BspUtils in giraph-formats-contrib for speed.
> -----------------------------------------------------
>
>                 Key: GIRAPH-371
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-371
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Avery Ching
>            Assignee: Avery Ching
>         Attachments: GIRAPH-371.patch
>
>
> Currently, all the formats (Hive, HBase, Accumulo) use BspUtils to instantiate objects, which makes loading very slow.  This fixes it up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira