Could you run on VM next command:
curl -i "http://sandbox:50070/webhdfs/v1/?op=LISTSTATUS"
...
Could you run on VM next command:
curl -i "http://sandbox:50070/webhdfs/v1/?op=LISTSTATUS"
This topic contains 6 replies, has 6 voices, and was last updated by Peter Rudenko 1 month, 3 weeks ago.
Hi, I’ve just installed the sandbox and when I attempt to open the file browser I get a WebHdfsException. Here’s the Exception info:
WebHdfsException at /filebrowser/
Request Method: GET
Request URL: http://192.168.56.101:8000/filebrowser/
Django Version: 1.2.3
Exception Type: WebHdfsException
Exception Value:
Exception Location: /home/sandbox/hue/desktop/libs/hadoop/src/hadoop/fs/webhdfs.py in _stats, line 182
Python Executable: /home/sandbox/hue/build/env/bin/python2.7
Python Version: 2.7.3
Here’s the traceback:
Environment:
Request Method: GET
Request URL: http://192.168.56.101:8000/filebrowser/
Django Version: 1.2.3
Python Version: 2.7.3
Installed Applications:
['django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.admin',
'django_extensions',
'south',
'babeldjango',
'desktop',
'about',
'beeswax',
'filebrowser',
'help',
'jobbrowser',
'jobsub',
'oozie',
'proxy',
'shell',
'useradmin',
'hcatalog',
'pig']
Installed Middleware:
['desktop.middleware.DatabaseLoggingMiddleware',
'django.middleware.common.CommonMiddleware',
'desktop.middleware.SessionOverPostMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'desktop.middleware.SpnegoMiddleware',
'django.middleware.locale.LocaleMiddleware',
'babeldjango.middleware.LocaleMiddleware',
'desktop.middleware.AjaxMiddleware',
'desktop.middleware.LoginAndPermissionMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'desktop.middleware.NotificationMiddleware',
'desktop.middleware.JFrameMiddleware',
'desktop.middleware.ExceptionMiddleware',
'desktop.middleware.ClusterMiddleware',
'desktop.middleware.AppSpecificMiddleware',
'django.middleware.transaction.TransactionMiddleware']
Traceback:
File “/home/sandbox/hue/build/env/lib/python2.7/site-packages/Django-1.2.3-py2.7.egg/django/core/handlers/base.py” in get_response
100. response = callback(request, *callback_args, **callback_kwargs)
File “/home/sandbox/hue/apps/filebrowser/src/filebrowser/views.py” in index
86. if not request.fs.isdir(path):
File “/home/sandbox/hue/desktop/libs/hadoop/src/hadoop/fs/webhdfs.py” in isdir
197. sb = self._stats(path)
File “/home/sandbox/hue/desktop/libs/hadoop/src/hadoop/fs/webhdfs.py” in _stats
182. raise ex
Exception Type: WebHdfsException at /filebrowser/
Exception Value:
You must be logged in to reply to this topic.