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

Eli Reisman commented on GIRAPH-581:
------------------------------------

Hey folks. I was just going to commit this patch, downloaded fresh trunk, 
applied 581, etc. And this happens again:

{code}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Giraph Parent .............................. SUCCESS [1.573s]
[INFO] Apache Giraph Core ................................ SUCCESS [2:42.075s]
[INFO] Apache Giraph Hive I/O ............................ FAILURE [1:17.718s]
[INFO] Apache Giraph Examples ............................ SKIPPED
[INFO] Apache Giraph Accumulo I/O ........................ SKIPPED
[INFO] Apache Giraph HBase I/O ........................... SKIPPED
[INFO] Apache Giraph HCatalog I/O ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:01.839s
[INFO] Finished at: Sun Mar 24 11:07:10 PDT 2013
[INFO] Final Memory: 43M/348M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project giraph-hive: Could not resolve 
dependencies for project org.apache.giraph:giraph-hive:jar:0.2-SNAPSHOT: Failed 
to collect dependencies for 
[com.facebook.giraph.hive:hive-io-experimental:jar:0.4-SNAPSHOT (compile), 
com.fasterxml.jackson.core:jackson-core:jar:2.1.0 (compile), 
com.fasterxml.jackson.core:jackson-databind:jar:2.1.0 (compile), 
com.github.spullara.cli-parser:cli-parser:jar:1.1 (compile), 
org.apache.giraph:giraph-core:jar:0.2-SNAPSHOT (compile), 
org.apache.hive:hive-metastore:jar:0.10.0 (compile), 
org.apache.giraph:giraph-core:jar:tests:0.2-SNAPSHOT (test), 
commons-net:commons-net:jar:3.1 (provided), 
org.apache.hadoop:hadoop-core:jar:0.20.203.0 (provided)]: Failed to read 
artifact descriptor for 
com.facebook.giraph.hive:hive-io-experimental:jar:0.4-SNAPSHOT: Could not 
transfer artifact 
com.facebook.giraph.hive:hive-io-experimental:pom:0.4-SNAPSHOT from/to 
sonatypereleases (https://oss.sonatype.org/content/groups/public/): Connection 
to https://oss.sonatype.org refused: Connection timed out -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :giraph-hive
{code}

I don't think its this patch, but something in the dependencies with hive-io 
jars is still not right I think?

                
> More flexible Hive output
> -------------------------
>
>                 Key: GIRAPH-581
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-581
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>            Assignee: Maja Kabiljo
>         Attachments: GIRAPH-581.patch, GIRAPH-581.patch
>
>
> Currently with Hive output formats it's only possible to write single row per 
> vertex. We should support variable number of rows per vertex (zero or 
> multiple).

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