Details
-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3.0
-
Fix Version/s: 2.5.0
-
Component/s: app.filebrowser, app.jobbrowser
-
Labels:
-
Environment:
Hadoop: CDH4.3 MRv2
OS: Debian Squeeze
-
Target Version:
-
Easy:Easy
Description
We get the Exception as shown in the attachment when using the jobbrowser with a URL like http://x.x.x.x:8888/jobbrowser/jobs/job_1372074179450_0001
It worked with changing
url(r'^view(?P<path>/.*)$', 'view', name='view'),
to
url(r'^view/(?P<path>.*)$', 'view', name='view'),
in the file apps/filebrowser/src/filebrowser/urls.py line 26