hadoop - UnsupportedOperationException while running oozie job -


i trying run oozie map reduce job available in examples of oozie. after running command:

bin/oozie job -oozie http://localhost:11000/oozie -config examples/apps/map-reduce/job.properties -run got unsupportedexception. 

oozie version: 4.3.0 hadoop version: 2.7.1 on web console 500 internal server error.

stacktrace:

2017-08-15 01:32:10,772 error v1jobsservlet:517 - server[heena-lenovo-b560] user[-] group[-] token[-] app[-] job[-] action[-] url[post http://localhost:11000/oozie/v2/jobs?action=start] error, not implemented distributedfilesystem filesystem implementation java.lang.unsupportedoperationexception: not implemented distributedfilesystem filesystem implementation     @ org.apache.hadoop.fs.filesystem.getscheme(filesystem.java:217)     @ org.apache.hadoop.fs.filesystem.loadfilesystems(filesystem.java:2624)     @ org.apache.hadoop.fs.filesystem.getfilesystemclass(filesystem.java:2634)     @ org.apache.hadoop.fs.filesystem.createfilesystem(filesystem.java:2651)     @ org.apache.hadoop.fs.filesystem.access$200(filesystem.java:92)     @ org.apache.hadoop.fs.filesystem$cache.getinternal(filesystem.java:2687)     @ org.apache.hadoop.fs.filesystem$cache.get(filesystem.java:2669)     @ org.apache.hadoop.fs.filesystem.get(filesystem.java:371)     @ org.apache.oozie.service.hadoopaccessorservice$4.run(hadoopaccessorservice.java:565)     @ org.apache.oozie.service.hadoopaccessorservice$4.run(hadoopaccessorservice.java:563)     @ java.security.accesscontroller.doprivileged(native method)     @ javax.security.auth.subject.doas(subject.java:422)     @ org.apache.hadoop.security.usergroupinformation.doas(usergroupinformation.java:1657)     @ org.apache.oozie.service.hadoopaccessorservice.createfilesystem(hadoopaccessorservice.java:563)     @ org.apache.oozie.service.authorizationservice.authorizeforapp(authorizationservice.java:374)     @ org.apache.oozie.servlet.basejobservlet.checkauthorizationforapp(basejobservlet.java:260)     @ org.apache.oozie.servlet.basejobsservlet.dopost(basejobsservlet.java:99)     @ javax.servlet.http.httpservlet.service(httpservlet.java:643)     @ org.apache.oozie.servlet.jsonrestservlet.service(jsonrestservlet.java:304)     @ javax.servlet.http.httpservlet.service(httpservlet.java:723)     @ org.apache.catalina.core.applicationfilterchain.internaldofilter(applicationfilterchain.java:290)     @ org.apache.catalina.core.applicationfilterchain.dofilter(applicationfilterchain.java:206)     @ org.apache.oozie.servlet.authfilter$2.dofilter(authfilter.java:171)     @ org.apache.hadoop.security.authentication.server.authenticationfilter.dofilter(authenticationfilter.java:595)     @ org.apache.hadoop.security.authentication.server.authenticationfilter.dofilter(authenticationfilter.java:554)     @ org.apache.oozie.servlet.authfilter.dofilter(authfilter.java:176)     @ org.apache.catalina.core.applicationfilterchain.internaldofilter(applicationfilterchain.java:235)     @ org.apache.catalina.core.applicationfilterchain.dofilter(applicationfilterchain.java:206)     @ org.apache.oozie.servlet.hostnamefilter.dofilter(hostnamefilter.java:86)     @ org.apache.catalina.core.applicationfilterchain.internaldofilter(applicationfilterchain.java:235)     @ org.apache.catalina.core.applicationfilterchain.dofilter(applicationfilterchain.java:206)     @ org.apache.catalina.core.standardwrappervalve.invoke(standardwrappervalve.java:233)     @ org.apache.catalina.core.standardcontextvalve.invoke(standardcontextvalve.java:191)     @ org.apache.catalina.core.standardhostvalve.invoke(standardhostvalve.java:127)     @ org.apache.catalina.valves.errorreportvalve.invoke(errorreportvalve.java:103)     @ org.apache.catalina.core.standardenginevalve.invoke(standardenginevalve.java:109)     @ org.apache.catalina.connector.coyoteadapter.service(coyoteadapter.java:293)     @ org.apache.coyote.http11.http11processor.process(http11processor.java:859)     @ org.apache.coyote.http11.http11protocol$http11connectionhandler.process(http11protocol.java:610)     @ org.apache.tomcat.util.net.jioendpoint$worker.run(jioendpoint.java:503)     @ java.lang.thread.run(thread.java:745) 

thanks


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -