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

[email protected] commented on OOZIE-638:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3209/
-----------------------------------------------------------

Review request for oozie.


Summary
-------

Removing the HadoopAccessor addFileToClasspath and using the added method to 
the DistributedCache that takes a configuration


This addresses bug OOZIE-638.
    https://issues.apache.org/jira/browse/OOZIE-638


Diffs
-----

  
trunk/core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java 
1214803 
  trunk/core/src/main/java/org/apache/oozie/service/HadoopAccessorService.java 
1214803 
  
trunk/core/src/main/java/org/apache/oozie/service/KerberosHadoopAccessorService.java
 1214803 

Diff: https://reviews.apache.org/r/3209/diff


Testing
-------


Thanks,

Alejandro


                
> Use DistributedCache method that takes conf instead HadoopAccessor trick
> ------------------------------------------------------------------------
>
>                 Key: OOZIE-638
>                 URL: https://issues.apache.org/jira/browse/OOZIE-638
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>
> Adding JARs to the distributed cache required a trick of FileSystem 
> pre-initialization in the HadoopAccessor because the addFileToClasspath() 
> method was not taking a configuration and it was creating internally a 
> filesystem with a default configuration.
> Since then the DistributedCache API as a method that takes a configuration 
> when adding a JAR to it.
> We should move to use that method as there are some edge scenarios when 
> kerberos that this is failing.

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