> On 2011-11-22 03:44:59, Mohammad Islam wrote: > > Are you working on anything in this regard? Looks like the issue is no in > > Hadoop/MR core. > > We can commit it and create another one when needed. > > > > Alejandro Abdelnur wrote: > Yes, i'm working on zeroing the issue in Hadoop side. > > I'm for committing this and follow up if necessary once we identify the > Hadoop issue.
Mona also faced the similar issue. doAs() is not working for Job submission. Hadoop uses the superuser (oozie) when submit MR job instead of the actual user. However, FileSystem looks ok. Yes you can commit it and wait for the next hadoop patch. If oozie needs to be patched, we can create another JIRA. - Mohammad ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2778/#review3423 ----------------------------------------------------------- On 2011-11-21 21:02:32, Alejandro Abdelnur wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/2778/ > ----------------------------------------------------------- > > (Updated 2011-11-21 21:02:32) > > > Review request for oozie, Tom White and Roman Shaposhnik. > > > Summary > ------- > > Make Oozie compile against Hadoop 0.23. > > It depends on a few outstanding Hadoop JIRAs. > > Everything compiles, testcases using MiniMR fail due to MAPREDUCE-3380. > > This patch is a WIP > > > This addresses bug OOZIE-565. > https://issues.apache.org/jira/browse/OOZIE-565 > > > Diffs > ----- > > /trunk/core/pom.xml 1204691 > > /trunk/core/src/main/java/org/apache/oozie/service/KerberosHadoopAccessorService.java > 1204691 > > /trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestDistCpActionExecutor.java > 1204691 > > /trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestJavaActionExecutor.java > 1204691 > /trunk/examples/pom.xml 1204691 > /trunk/pom.xml 1204691 > /trunk/sharelib/pom.xml 1204691 > /trunk/webapp/pom.xml 1204691 > > Diff: https://reviews.apache.org/r/2778/diff > > > Testing > ------- > > > Thanks, > > Alejandro > >
