Arup Malakar created HCATALOG-569:
-------------------------------------

             Summary: Maven build fails
                 Key: HCATALOG-569
                 URL: https://issues.apache.org/jira/browse/HCATALOG-569
             Project: HCatalog
          Issue Type: Bug
            Reporter: Arup Malakar


Hi,

I see that:
{code}
mvn clean package -Phadoop23
{code}

fails in trunk.

Couple of observations:
1. *Missing hadoop-test for hadoop23 profile*:
Test code in core depends on _MiniMRCluster_, and the compilation fails when 
mvn is ran with -Phadoop23 profile. 

I see that _MiniMRCluster_ is present in _hadoop-test_ artifact. But I don't 
see a hadoop-test artifact being available for hadoop 23: 
https://repository.apache.org/index.html#nexus-search;quick~hadoop-test

Question: Is it okay to include _1.0.3_ version of hadoop-test in case of 
hadoop23 profile as well?

2. *Circular dependency between core and hcatalog-pig-adapter*

I observed core has test cases which requires *HCatLoader* which is available 
in *hcatalog-pig-adapter*. On the other hand *hcatalog-pig-adapter* depends on 
core.


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