[
https://issues.apache.org/jira/browse/GIRAPH-559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599537#comment-13599537
]
Eli Reisman commented on GIRAPH-559:
------------------------------------
I did this in giraph-hive POM:
<dependencies>
<!-- compile dependencies. sorted lexicographically. -->
<dependency>
<groupId>com.facebook.giraph.hive</groupId>
<artifactId>hive-io-experimental</artifactId>
<version>0.1</version>
</dependency>
<dependency>
as on "mvm repo" but I seem to have API troubles with the 0.1 version
"configure" method?
When I run as same fix as above but version == 0.2 it doesn't find the jar in
the repo. Apparently (according to mvnrepository site it does not like
-SNAPSHOT on the end of the version?)
Will keep playing with this but if you know whats wrong feel free to preempt me
and put up a patch! Thanks!
> Giraph build breaks on trunk over Hive IO jar location issue?
> -------------------------------------------------------------
>
> Key: GIRAPH-559
> URL: https://issues.apache.org/jira/browse/GIRAPH-559
> Project: Giraph
> Issue Type: Bug
> Reporter: Eli Reisman
>
> Hi Folks. When I build trunk after pulling the repo today I get this action:
> {code}
> [INFO] >>> findbugs-maven-plugin:2.5.1:check (default) @ giraph-core >>>
> [INFO]
> [INFO] --- findbugs-maven-plugin:2.5.1:findbugs (findbugs) @ giraph-core ---
> [INFO] Fork Value is true
> [INFO] Done FindBugs Analysis....
> [INFO]
> [INFO] <<< findbugs-maven-plugin:2.5.1:check (default) @ giraph-core <<<
> [INFO]
> [INFO] --- findbugs-maven-plugin:2.5.1:check (default) @ giraph-core ---
> [INFO] BugInstance size is 0
> [INFO] Error size is 0
> [INFO] No errors/warnings found
> [INFO]
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache Giraph Hive I/O 0.2-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [WARNING] The POM for
> com.facebook.giraph.hive:hive-io-experimental:jar:0.2-SNAPSHOT is missing, no
> dependency information available
> Downloading:
> https://repository.cloudera.com/artifactory/cloudera-repos/org/apache/avro/avro/1.7.1/avro-1.7.1.jar
> Downloading:
> https://repository.apache.org/content/repositories/releases/org/apache/avro/avro/1.7.1/avro-1.7.1.jar
> Downloaded:
> https://repository.apache.org/content/repositories/releases/org/apache/avro/avro/1.7.1/avro-1.7.1.jar
> (291 KB at 1149.7 KB/sec)
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Giraph Parent .............................. SUCCESS [0.432s]
> [INFO] Apache Giraph Core ................................ SUCCESS [1:37.413s]
> [INFO] Apache Giraph Hive I/O ............................ FAILURE [1.082s]
> [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: 1:39.263s
> [INFO] Finished at: Mon Mar 11 16:38:32 PDT 2013
> [INFO] Final Memory: 35M/110M
> [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:
> Failure to find
> com.facebook.giraph.hive:hive-io-experimental:jar:0.2-SNAPSHOT in
> https://repository.apache.org/content/repositories/snapshots was cached in
> the local repository, resolution will not be reattempted until the update
> interval of apache snapshots has elapsed or updates are forced -> [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}
--
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