Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I installed HDFSViewer and restart web server then 404 come up! #263

Open
heavencoder opened this issue Mar 8, 2017 · 0 comments
Open

Comments

@heavencoder
Copy link

Hey guys,

I installed hdfs viewer plugin on web server by putting a azkaban-hdfs-viewer-3.0.0 into azkaban-web-server/plugins/viewer directory, and config the plugin.properties with the following configuration:
viewer.name=HDFS
viewer.path=azkaban-hdfs-viewer-3.0.0
viewer.order=1
viewer.hidden=false
viewer.external.classpaths=extlib/commons-cli-1.2.jar,extlib/hadoop-auth-2.7.2.jar,extlib/hadoop-common-2.7.2.jar,extlib/hadoop-hdfs-2.7.2.jar,extlib/protobuf-java-2.5.0.jar
viewer.servlet.class=azkaban.viewer.hdfs.HdfsBrowserServlet
hadoop.security.manager.class=azkaban.security.HadoopSecurityManager_H_2_0
azkaban.should.proxy=false
proxy.user=azkaban
proxy.keytab.location=
allow.group.proxy=false
file.max.lines=1000

When I restart web server, and then enter the url to the login page , it came up 404.
If I remove this plugin, the login page would come up correctly.
By the way, there wasn't any other error message on log file, except for this :
2017-03-08 17:25:09 ERROR StdOutErrRedirect:55 - SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2017-03-08 17:25:09 ERROR StdOutErrRedirect:55 - SLF4J: Defaulting to no-operation (NOP) logger implementation
2017-03-08 17:25:09 ERROR StdOutErrRedirect:55 - SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant