[ 
https://issues.apache.org/jira/browse/OOZIE-713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alejandro Abdelnur resolved OOZIE-713.
--------------------------------------

    Resolution: Duplicate

Dup of OOZIE-726
                
> hadooplib.xml assembly tries to pull in JDK tools.jar on linux
> --------------------------------------------------------------
>
>                 Key: OOZIE-713
>                 URL: https://issues.apache.org/jira/browse/OOZIE-713
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Andrew Bayer
>
> In src/main/assemblies/hadooplib.xml, the usage of <scope>compile</scope> in 
> the dependencySet means that system scoped dependencies are pulled in. This 
> results in the assembly pulling in the JDK tools.jar if you're building on 
> Linux, as that gets inserted as a system-scoped dependency by Hadoop on 
> Linux. This obviously is not desirable. The scope should either be removed 
> completely, to switch back to the default runtime scope (which is basically 
> just compile scope minus system scope), or it should be explicitly specified 
> as runtime.

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