Hello, I just recently downloaded Giraph to try it out in pseudo-distributed mode on a CentOS 6.3 32 bit VM running CDH4. The CDH4 installation went smoothly and I've tested the basic grep example which works fine. After downloading Giraph directly from GitHub using the command 'git clone git:// git.apache.org/giraph.git' and attempting to compile using the command 'mvn compile' I get an error message that says there was a failure in compiling the Apache Giraph Formats and that the artifact org.apache.hcatalog:hcatalog-core.jar could not be resolved. This is my first time using maven so I'm having a hard time deciphering the error message. Does this mean the hcatalog-core.jar file could not be found on my system? Is this some kind of PATH error? Any help that can be provided would be greatly appreciated. Pasted below is the more detailed error message. If there is other debugging information that would be pertinent I'm happy to provide it if pointed in the right direction to find it. Thank you!
[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Giraph Parent .............................. SUCCESS [0.947s] [INFO] Apache Giraph ..................................... SUCCESS [10.408s] [INFO] Apache Giraph Formats ............................. FAILURE [13.186s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 24.853s [INFO] Finished at: Wed Dec 26 17:21:36 EST 2012 [INFO] Final Memory: 18M/46M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project giraph-formats: Could not resolve dependencies for project org.apache.giraph:giraph-formats:jar:0.2-SNAPSHOT: The following artifacts could not be resolved: org.apache.hcatalog:hcatalog-core:jar:0.5.0-20121213.030336-32, org.apache.giraph:giraph:jar:tests:0.2-SNAPSHOT: Could not find artifact org.apache.hcatalog:hcatalog-core:jar:0.5.0-20121213.030336-32 in central ( http://repo1.maven.org/maven2) -> [Help 1]
