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

Avery Ching commented on GIRAPH-93:
-----------------------------------

Argh, since HCatalog is not published to maven, this is a bit of a problem.  We 
could add a system dependency, but it's a little messy (yucky warnings).  

I can get it to build with my compiled jar, but get warnings like:

[WARNING] 'dependencies.dependency.systemPath' for 
org.apache.hcatalog:hcatalog:jar should not point at files within the project 
directory, ${basedir}/lib/hcatalog-0.3.0-dev.jar will be unresolvable by 
dependent projects @ line 527, column 19
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Incubator Giraph 0.70
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.apache.hadoop:hadoop-core:jar:0.20.1 is missing, no 
dependency information available
[WARNING] The POM for org.apache.hadoop:hadoop-core:jar:0.20.3-CDH3-SNAPSHOT is 
missing, no dependency information available
[WARNING] Could not transfer metadata asm:asm/maven-metadata.xml from/to 
local.repository (file:../../local.repository/trunk): No connector available to 
access repository local.repository (file:../../local.repository/trunk) of type 
legacy using the available factories WagonRepositoryConnectorFactory
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-maven) @ giraph ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ giraph 
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/aching/giraph/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ giraph ---
[INFO] Compiling 122 source files to /home/aching/giraph/target/classes
[INFO] 
[INFO] --- maven-assembly-plugin:2.2:single (build-fat-jar) @ giraph ---
[WARNING] Missing POM for org.apache.hadoop:hadoop-core:jar:0.20.1
[WARNING] Missing POM for org.apache.hadoop:hadoop-core:jar:0.20.3-CDH3-SNAPSHOT

Maybe wait on HCATALOG-132?
                
> Hive input / output format
> --------------------------
>
>                 Key: GIRAPH-93
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-93
>             Project: Giraph
>          Issue Type: New Feature
>            Reporter: Avery Ching
>            Assignee: Avery Ching
>
> It would be great to be able to load/store data from/to Hive tables.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to