Arup Malakar created HCATALOG-610:
-------------------------------------

             Summary: Fix dependency scope in pom.xml
                 Key: HCATALOG-610
                 URL: https://issues.apache.org/jira/browse/HCATALOG-610
             Project: HCatalog
          Issue Type: Bug
    Affects Versions: 0.5
            Reporter: Arup Malakar


The hadoop dependencies are in compile scope in pom.xml, so are most of the 
other dependencies (Total: compile scope=31, provided=2). I believe some of it 
should be in provided scope. Hadoop for example should be in "provided" scope 
as we expect it to run on top of a hadoop installation. 

Having the dependencies in the right scope would distribute hcatalog simpler. 
For example if we  pick the jars from compile directory and build a 
distribution of hcatalog, it includes hadoop jars as well. These jars may 
conflict with the hadoop jars of the Hadoop installation.

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