-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello @marosmars
After I run all containers, I open http://<VM.IP>:8088/home happened ImportError ImportError: cannot import name USE_NEW_EDITOR
but http://<VM.IP>:9000 - Spark notebook and http://<VM.IP>:8080 - Spark master are normal
do you have any idea ?
thank you
root@uocv2:/home/pnda/pnda-quickstart# docker ps -a
CONTAINER ID IMAGE NAMES
47be77162a05 gobblin/gobblin-standalone:ubuntu-gobblin-latest gobblin
316dae974f37 bde2020/hdfs-filebrowser:3.9 hdfsfb
414033cdbb18 andypetrella/spark-notebook:0.6.3-scala-2.10.5-spark-1.6.1-hp sparknotebook
aebf6a521b36 earthquakesan/hadoop-spark-worker:1.0.0 pndaquickstart_spark-worker_1
a5930e0da798 earthquakesan/hadoop-spark-master:1.0.0 spark-master
c69fa0cbac18 bde2020/hadoop-datanode:1.0.0 datanode2
acb090ffc86b bde2020/hadoop-namenode:1.0.0 namenode
e69c7ed3f862 bde2020/hadoop-datanode:1.0.0 datanode1
3dd25b2ef1d5 spotify/kafka kafka
Traceback (most recent call last):
File "/opt/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/contrib/staticfiles/handlers.py", line 67, in call
return self.application(environ, start_response)
File "/opt/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/core/handlers/wsgi.py", line 206, in call
response = self.get_response(request)
File "/opt/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/core/handlers/base.py", line 194, in get_response
response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
File "/opt/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/core/handlers/base.py", line 229, in handle_uncaught_exception
return debug.technical_500_response(request, *exc_info)
File "/opt/hue/build/env/lib/python2.7/site-packages/django_extensions-1.5.0-py2.7.egg/django_extensions/management/technical_response.py", line 5, in null_technical_500_response
six.reraise(exc_type, exc_value, tb)
File "/opt/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/core/handlers/base.py", line 112, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/opt/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/db/transaction.py", line 371, in inner
return func(*args, **kwargs)
File "/opt/hue/desktop/core/src/desktop/auth/views.py", line 154, in dt_login
'active_directory': is_active_directory
File "/opt/hue/desktop/core/src/desktop/lib/django_util.py", line 227, in render
**kwargs)
File "/opt/hue/desktop/core/src/desktop/lib/django_util.py", line 148, in _render_to_response
return django_mako.render_to_response(template, *args, **kwargs)
File "/opt/hue/desktop/core/src/desktop/lib/django_mako.py", line 125, in render_to_response
return HttpResponse(render_to_string(template_name, data_dictionary), **kwargs)
File "/opt/hue/desktop/core/src/desktop/lib/django_mako.py", line 114, in render_to_string_normal
result = template.render(**data_dict)
File "/opt/hue/build/env/lib/python2.7/site-packages/Mako-0.8.1-py2.7.egg/mako/template.py", line 443, in render
return runtime.render(self, self.callable, args, data)
File "/opt/hue/build/env/lib/python2.7/site-packages/Mako-0.8.1-py2.7.egg/mako/runtime.py", line 786, in _render
**kwargs_for_callable(callable, data))
File "/opt/hue/build/env/lib/python2.7/site-packages/Mako-0.8.1-py2.7.egg/mako/runtime.py", line 818, in _render_context
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
File "/opt/hue/build/env/lib/python2.7/site-packages/Mako-0.8.1-py2.7.egg/mako/runtime.py", line 844, in exec_template
callable(context, *args, **kwargs)
File "/tmp/tmpHIDfar/desktop/login.mako.py", line 47, in render_body
__M_writer(unicode( commonheader("Welcome to Hue", "login", user, "50px") ))
File "/opt/hue/desktop/core/src/desktop/views.py", line 384, in commonheader
'is_ldap_setup': 'desktop.auth.backend.LdapBackend' in desktop.conf.AUTH.BACKEND.get()
File "/opt/hue/desktop/core/src/desktop/lib/django_mako.py", line 112, in render_to_string_normal
template = lookup.get_template(template_name)
File "/opt/hue/desktop/core/src/desktop/lib/django_mako.py", line 89, in get_template
return real_loader.get_template(uri)
File "/opt/hue/build/env/lib/python2.7/site-packages/Mako-0.8.1-py2.7.egg/mako/lookup.py", line 245, in get_template
return self._load(srcfile, uri)
File "/opt/hue/build/env/lib/python2.7/site-packages/Mako-0.8.1-py2.7.egg/mako/lookup.py", line 311, in _load
**self.template_args)
File "/opt/hue/build/env/lib/python2.7/site-packages/Mako-0.8.1-py2.7.egg/mako/template.py", line 321, in init
module = self._compile_from_file(path, filename)
File "/opt/hue/build/env/lib/python2.7/site-packages/Mako-0.8.1-py2.7.egg/mako/template.py", line 379, in _compile_from_file
module = compat.load_module(self.module_id, path)
File "/opt/hue/build/env/lib/python2.7/site-packages/Mako-0.8.1-py2.7.egg/mako/compat.py", line 55, in load_module
return imp.load_source(module_id, path, fp)
File "/tmp/tmpHIDfar/desktop/common_header.mako.py", line 26, in
from desktop.conf import USE_NEW_EDITOR
ImportError: cannot import name USE_NEW_EDITOR