[ 
https://issues.apache.org/jira/browse/GIRAPH-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616777#comment-13616777
 ] 

Hudson commented on GIRAPH-588:
-------------------------------

Integrated in Giraph-trunk-Commit #854 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/854/])
    GIRAPH-588: GIRAPH-588: More flexible Hive input (majakabiljo) (Revision 
95e1226766fb7df16e699cd54cf8ba0d043dc69d)

     Result = FAILURE
majakabiljo : 
http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=95e1226766fb7df16e699cd54cf8ba0d043dc69d
Files : 
* 
giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/HiveVertexInputFormat.java
* 
giraph-core/src/main/java/org/apache/giraph/io/iterables/EdgeReaderWrapper.java
* 
giraph-core/src/main/java/org/apache/giraph/io/iterables/IteratorToReaderWrapper.java
* 
giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/HiveToVertex.java
* 
giraph-hive/src/main/java/org/apache/giraph/hive/input/RecordReaderWrapper.java
* 
giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/SimpleHiveToVertex.java
* 
giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/HiveToVertexValue.java
* 
giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/HiveToVertexEdges.java
* 
giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/AbstractHiveToVertexValue.java
* 
giraph-hive/src/main/java/org/apache/giraph/hive/input/edge/SimpleHiveToEdge.java
* 
giraph-hive/src/main/java/org/apache/giraph/hive/common/DefaultConfigurableAndTableSchemaAware.java
* 
giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/AbstractHiveToVertexEdges.java
* 
giraph-core/src/main/java/org/apache/giraph/io/iterables/VertexReaderWrapper.java
* 
giraph-hive/src/main/java/org/apache/giraph/hive/input/edge/HiveEdgeInputFormat.java
* 
giraph-hive/src/main/java/org/apache/giraph/hive/output/AbstractVertexToHive.java
* 
giraph-hive/src/main/java/org/apache/giraph/hive/input/edge/HiveEdgeReader.java
* giraph-hive/src/main/java/org/apache/giraph/hive/HiveGiraphRunner.java
* 
giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/HiveVertexReader.java
* 
giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/SimpleNoEdgesHiveToVertex.java
* giraph-core/src/main/java/org/apache/giraph/io/iterables/package-info.java
* giraph-hive/src/main/java/org/apache/giraph/hive/input/edge/HiveToEdge.java
* giraph-core/src/main/java/org/apache/giraph/io/iterables/EdgeWithSource.java
* 
giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/AbstractHiveToVertex.java
* giraph-core/src/main/java/org/apache/giraph/io/iterables/GiraphReader.java
* 
giraph-hive/src/main/java/org/apache/giraph/hive/input/edge/AbstractHiveToEdge.java
* CHANGELOG

                
> More flexible Hive input
> ------------------------
>
>                 Key: GIRAPH-588
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-588
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>            Assignee: Maja Kabiljo
>         Attachments: GIRAPH-588.patch
>
>
> Currently with Hive input formats it's only possible to convert single row to 
> single vertex/edge. We should support some rows to be skipped. General 
> multiple rows to multiple vertices/edges conversion can be useful (one 
> example - we have edge input, sorted by source id, and we want to keep only 
> top k weighted edges per vertex).

--
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

Reply via email to