jdk: 1.8.0_161 hadoop: 2.7.5 md5: OK curl http://localhost:11000/oozie/v1/admin/status {"systemMode":"NORMAL"}
curl http://localhost:11000/oozie/v2/admin/status {"systemMode":"NORMAL"} I also got in oozie-ops.log STARTUP MSG: Oozie BUILD_VERSION [4.3.1] compiled by [oozie] on [2018.02.06-16:30:43GMT] STARTUP MSG: revision [unavailable]@[unavailable] so perhaps we may want to add but not critical OOZIE-2004, OOZIE-3083, OOZIE-3152. submitted a job and got but that is most likely my environment. Otherwise +1 2018-02-06 18:09:37,635 WARN ActionStartXCommand:523 - SERVER[ hadoop.example.com] USER[vagrant] GROUP[-] TOKEN[] APP[python-wf] JOB[0000000-180206180622504-oozie-oozi-W] ACTION[0000000-180206180622504-oozie-oozi-W@python-node] Error starting action [python-node]. ErrorType [ERROR], ErrorCode [UnsupportedOperationException], Message [UnsupportedOperationException: Accessing local file system is not allowed] org.apache.oozie.action.ActionExecutorException: UnsupportedOperationException: Accessing local file system is not allowed at org.apache.oozie.action.ActionExecutor.convertException(ActionExecutor.java:446) at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:1204) at org.apache.oozie.action.hadoop.JavaActionExecutor.start(JavaActionExecutor.java:1386) at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:234) at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:65) at org.apache.oozie.command.XCommand.call(XCommand.java:287) at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:332) at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:261) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:179) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.UnsupportedOperationException: Accessing local file system is not allowed at org.apache.hadoop.fs.RawLocalFileSystem.initialize(RawLocalFileSystem.java:48) at org.apache.hadoop.fs.LocalFileSystem.initialize(LocalFileSystem.java:47) at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2667) at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:93) at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2701) at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2683) at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:372) at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:171) at org.apache.oozie.service.ShareLibService.updateShareLib(ShareLibService.java:554) at org.apache.oozie.service.ShareLibService.getShareLibJars(ShareLibService.java:366) at org.apache.oozie.service.ShareLibService.getSystemLibJars(ShareLibService.java:432) at org.apache.oozie.action.hadoop.JavaActionExecutor.addSystemShareLibForAction(JavaActionExecutor.java:756) at org.apache.oozie.action.hadoop.JavaActionExecutor.addAllShareLibs(JavaActionExecutor.java:853) at org.apache.oozie.action.hadoop.JavaActionExecutor.setLibFilesArchives(JavaActionExecutor.java:844) at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:1095) ... 11 more 2018-02-06 18:09:37,661 WARN ActionStartXCommand:523 - SERVER[ hadoop.example.com] USER[vagrant] GROUP[-] TOKEN[] APP[python-wf] JOB[0000000-180206180622504-oozie-oozi-W] ACTION[0000000-180206180622504-oozie-oozi-W@python-node] Setting Action Status to [DONE] On Tue, Feb 6, 2018 at 7:42 AM, Gézapeti Cseh <[email protected]> wrote: > Hi, > > I have created a build for Oozie 4.3.1, candidate 4. > > It includes all the changes in rc3 plus OOZIE-2888 to fix sharelib > creation with Hadoop 2.7.5. and possibly other newer versions. > > Keys to verify the signature of the release artifact are available at > http://www.apache.org/dist/oozie/KEYS > > Please download, test, and try it out: > > http://people.apache.org/~gezapeti/oozie-4.3.1-rc4/ > > The release, md5 signature, gpg signature, and rat report can be found at > the above address. > > Vote closes on 02/12/2018 11:59 PM CET. >
