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

Venkatesh Seetharam commented on OOZIE-1048:
--------------------------------------------

The problem I faced is when using core-site.xml having the 
io.compression.codecs configured. Specifically, TextInputFormat's configure 
method  finds the codecs specified in the config value io.compression.codecs 
and instantiates them which I think is not necessary. 

Things work if I comment out the compression codecs in core-site.xml but than 
I'm having to maintain a separate copy for oozie. 

Makes sense?
                
> Enable propagation of native libraries as a VM argument using 
> java.library.path
> -------------------------------------------------------------------------------
>
>                 Key: OOZIE-1048
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1048
>             Project: Oozie
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 3.2.0
>            Reporter: Venkatesh Seetharam
>            Assignee: Venkatesh Seetharam
>             Fix For: 3.3.0
>
>         Attachments: OOZIE-1048.patch.txt
>
>
> If compression codecs are configured in hadoop core-site.xml, the codecs are 
> loaded when splits are computed. Hence this requires configuring the required 
> codecs in java.library.path and pass it as a VM argument.

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