<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: HUE WebUI doesn't launch in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/18170#M1833</link>
    <description>There are a bunch of Hue packages missing.&lt;BR /&gt;&lt;BR /&gt;Could you install the metapackage 'hue' that way you get all of them?&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Sep 2014 00:28:35 GMT</pubDate>
    <dc:creator>Romainr</dc:creator>
    <dc:date>2014-09-04T00:28:35Z</dc:date>
    <item>
      <title>HUE WebUI doesn't launch</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/12712#M1827</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have a clean installation of cdh5 on a 4 node cluster. health of teh cluster is good. however, when i launch Hue WebUI, i get the following:&lt;/P&gt;&lt;PRE&gt;Traceback (most recent call last):
  File "/usr/lib/hue/desktop/core/src/desktop/lib/wsgiserver.py", line 1198, in communicate
    req.respond()
  File "/usr/lib/hue/desktop/core/src/desktop/lib/wsgiserver.py", line 568, in respond
    self._respond()
  File "/usr/lib/hue/desktop/core/src/desktop/lib/wsgiserver.py", line 580, in _respond
    response = self.wsgi_app(self.environ, self.start_response)
  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/handlers/wsgi.py", line 241, in __call__
    response = self.get_response(request)
  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/handlers/base.py", line 179, in get_response
    response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/handlers/base.py", line 228, in handle_uncaught_exception
    return callback(request, **param_dict)
  File "/usr/lib/hue/desktop/core/src/desktop/views.py", line 323, in serve_500_error
    return render("500.mako", request, {'traceback': traceback.extract_tb(exc_info[2])})
  File "/usr/lib/hue/desktop/core/src/desktop/lib/django_util.py", line 222, in render
    **kwargs)
  File "/usr/lib/hue/desktop/core/src/desktop/lib/django_util.py", line 144, in _render_to_response
    return django_mako.render_to_response(template, *args, **kwargs)
  File "/usr/lib/hue/desktop/core/src/desktop/lib/django_mako.py", line 117, in render_to_response
    return HttpResponse(render_to_string(template_name, data_dictionary), **kwargs)
  File "/usr/lib/hue/desktop/core/src/desktop/lib/django_mako.py", line 106, in render_to_string_normal
    result = template.render(**data_dict)
  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Mako-0.8.1-py2.6.egg/mako/template.py", line 443, in render
    return runtime._render(self, self.callable_, args, data)
  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Mako-0.8.1-py2.6.egg/mako/runtime.py", line 786, in _render
    **_kwargs_for_callable(callable_, data))
  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Mako-0.8.1-py2.6.egg/mako/runtime.py", line 818, in _render_context
    _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Mako-0.8.1-py2.6.egg/mako/runtime.py", line 844, in _exec_template
    callable_(context, *args, **kwargs)
  File "/tmp/tmp8Or4H4/desktop/500.mako.py", line 37, in render_body
    __M_writer(unicode( commonheader(_('Error'), "", user) ))
  File "/usr/lib/hue/desktop/core/src/desktop/views.py", line 404, in commonheader
    'user': user
  File "/usr/lib/hue/desktop/core/src/desktop/lib/django_mako.py", line 104, in render_to_string_normal
    template = lookup.get_template(template_name)
  File "/usr/lib/hue/desktop/core/src/desktop/lib/django_mako.py", line 80, in get_template
    return real_loader.get_template(uri)
  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Mako-0.8.1-py2.6.egg/mako/lookup.py", line 245, in get_template
    return self._load(srcfile, uri)
  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Mako-0.8.1-py2.6.egg/mako/lookup.py", line 311, in _load
    **self.template_args)
  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Mako-0.8.1-py2.6.egg/mako/template.py", line 321, in __init__
    module = self._compile_from_file(path, filename)
  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Mako-0.8.1-py2.6.egg/mako/template.py", line 379, in _compile_from_file
    module = compat.load_module(self.module_id, path)
  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Mako-0.8.1-py2.6.egg/mako/compat.py", line 55, in load_module
    return imp.load_source(module_id, path, fp)
  File "/tmp/tmp8Or4H4/desktop/common_header.mako.py", line 26, in &amp;lt;module&amp;gt;
    from search.search_controller import SearchController
ImportError: No module named search.search_controller&lt;BR /&gt;===&lt;BR /&gt;the logs show:&lt;/PRE&gt;&lt;PRE&gt;Internal Server Error: /accounts/login/&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/handlers/base.py", line 101, in get_response&lt;BR /&gt;    request.path_info)&lt;BR /&gt;  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/urlresolvers.py", line 300, in resolve&lt;BR /&gt;    sub_match = pattern.resolve(new_path)&lt;BR /&gt;  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/urlresolvers.py", line 209, in resolve&lt;BR /&gt;    return ResolverMatch(self.callback, args, kwargs, self.name)&lt;BR /&gt;  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/urlresolvers.py", line 216, in callback&lt;BR /&gt;    self._callback = get_callable(self._callback_str)&lt;BR /&gt;  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/utils/functional.py", line 27, in wrapper&lt;BR /&gt;    result = func(*args)&lt;BR /&gt;  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/urlresolvers.py", line 92, in get_callable&lt;BR /&gt;    lookup_view = getattr(import_module(mod_name), func_name)&lt;BR /&gt;  File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/utils/importlib.py", line 35, in import_module&lt;BR /&gt;    __import__(name)&lt;BR /&gt;  File "/usr/lib/hue/desktop/core/src/desktop/auth/views.py", line 37, in &amp;lt;module&amp;gt;&lt;BR /&gt;    from useradmin.views import ensure_home_directory&lt;BR /&gt;ImportError: No module named useradmin.views&lt;BR /&gt;=== &lt;BR /&gt;any ideas on how to resolve this?&lt;BR /&gt;&lt;BR /&gt;thanks so much for any expertise!&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Apr 2026 14:01:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/12712#M1827</guid>
      <dc:creator>terryt</dc:creator>
      <dc:date>2026-04-21T14:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: HUE WebUI doesn't launch</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/12728#M1828</link>
      <description>Did you install CDH with the packages?&lt;BR /&gt;&lt;BR /&gt;Could you list them with the equivalent of:&lt;BR /&gt;&lt;BR /&gt;sudo dpkg -l | grep hue&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 May 2014 21:02:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/12728#M1828</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2014-05-23T21:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: HUE WebUI doesn't launch</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/12840#M1829</link>
      <description>&lt;P&gt;Hi Romain,&lt;/P&gt;&lt;P&gt;thank you very much for your response!&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes, i installed cdh5 via packages.&lt;/P&gt;&lt;P&gt;below is the info you requested. i hope this helps and let me know if there is more info you need. this is off of the host that has cdh installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[root@retail-paas1 ~]# yum list installed |grep hue&lt;BR /&gt;hue-beeswax.x86_64 3.5.0+cdh5.0.1+371-1.cdh5.0.1.p0.30.el6&lt;BR /&gt;hue-common.x86_64 3.5.0+cdh5.0.1+371-1.cdh5.0.1.p0.30.el6&lt;BR /&gt;hue-hbase.x86_64 3.5.0+cdh5.0.1+371-1.cdh5.0.1.p0.30.el6&lt;BR /&gt;hue-impala.x86_64 3.5.0+cdh5.0.1+371-1.cdh5.0.1.p0.30.el6&lt;BR /&gt;hue-pig.x86_64 3.5.0+cdh5.0.1+371-1.cdh5.0.1.p0.30.el6&lt;BR /&gt;hue-plugins.x86_64 3.5.0+cdh5.0.1+371-1.cdh5.0.1.p0.30.el6&lt;BR /&gt;hue-rdbms.x86_64 3.5.0+cdh5.0.1+371-1.cdh5.0.1.p0.30.el6&lt;BR /&gt;hue-search.x86_64 3.5.0+cdh5.0.1+371-1.cdh5.0.1.p0.30.el6&lt;BR /&gt;hue-spark.x86_64 3.5.0+cdh5.0.1+371-1.cdh5.0.1.p0.30.el6&lt;BR /&gt;hue-sqoop.x86_64 3.5.0+cdh5.0.1+371-1.cdh5.0.1.p0.30.el6&lt;BR /&gt;hue-zookeeper.x86_64 3.5.0+cdh5.0.1+371-1.cdh5.0.1.p0.30.el6&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2014 17:09:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/12840#M1829</guid>
      <dc:creator>terryt</dc:creator>
      <dc:date>2014-05-27T17:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: HUE WebUI doesn't launch</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/13100#M1830</link>
      <description>hi,&lt;BR /&gt;just checking to see if any experts out there have any ideas?&lt;BR /&gt;thanks!</description>
      <pubDate>Mon, 02 Jun 2014 17:31:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/13100#M1830</guid>
      <dc:creator>terryt</dc:creator>
      <dc:date>2014-06-02T17:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: HUE WebUI doesn't launch</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/13136#M1831</link>
      <description>cat $HUE_HOME/build/env/lib/python2.6/site-packages/hue.pth ?&lt;BR /&gt;&lt;BR /&gt;Where HUE_HOME is probably /usr/lib/hue&lt;BR /&gt;&lt;BR /&gt;Also, did you restart Hue at least once?&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jun 2014 03:50:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/13136#M1831</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2014-06-03T03:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: HUE WebUI doesn't launch</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/18152#M1832</link>
      <description>&lt;P&gt;Hi Romain,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also installed clean CDH5 and I was not able to launch Hue Web UI. I am also getting same error messages. I could not able to find hue.pth file in below location. Can you please advise me what could be the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@fiappd37:+b/python2.6/site-packages&amp;gt; yum list installed |grep hue&lt;BR /&gt;hue-beeswax.x86_64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.6.0+cdh5.1.0+86-1.cdh5.1.0.p0.36.el6&amp;nbsp;&amp;nbsp; @cloudera-cdh5&lt;BR /&gt;hue-common.x86_64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.6.0+cdh5.1.0+86-1.cdh5.1.0.p0.36.el6&amp;nbsp;&amp;nbsp; @cloudera-cdh5&lt;BR /&gt;hue-hbase.x86_64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.6.0+cdh5.1.0+86-1.cdh5.1.0.p0.36.el6&amp;nbsp;&amp;nbsp; @cloudera-cdh5&lt;BR /&gt;hue-impala.x86_64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.6.0+cdh5.1.0+86-1.cdh5.1.0.p0.36.el6&amp;nbsp;&amp;nbsp; @cloudera-cdh5&lt;BR /&gt;hue-pig.x86_64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.6.0+cdh5.1.0+86-1.cdh5.1.0.p0.36.el6&amp;nbsp;&amp;nbsp; @cloudera-cdh5&lt;BR /&gt;hue-plugins.x86_64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.6.0+cdh5.1.0+86-1.cdh5.1.0.p0.36.el6&amp;nbsp;&amp;nbsp; @cloudera-cdh5&lt;BR /&gt;hue-rdbms.x86_64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.6.0+cdh5.1.0+86-1.cdh5.1.0.p0.36.el6&amp;nbsp;&amp;nbsp; @cloudera-cdh5&lt;BR /&gt;hue-search.x86_64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.6.0+cdh5.1.0+86-1.cdh5.1.0.p0.36.el6&amp;nbsp;&amp;nbsp; @cloudera-cdh5&lt;BR /&gt;hue-spark.x86_64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.6.0+cdh5.1.0+86-1.cdh5.1.0.p0.36.el6&amp;nbsp;&amp;nbsp; @cloudera-cdh5&lt;BR /&gt;hue-sqoop.x86_64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.6.0+cdh5.1.0+86-1.cdh5.1.0.p0.36.el6&amp;nbsp;&amp;nbsp; @cloudera-cdh5&lt;BR /&gt;hue-zookeeper.x86_64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.6.0+cdh5.1.0+86-1.cdh5.1.0.p0.36.el6&amp;nbsp;&amp;nbsp; @cloudera-cdh5&lt;BR /&gt;root@fiappd37:+b/python2.6/site-packages&amp;gt; ls -ltr *pth&lt;BR /&gt;-rw-r--r-- 1 root root&amp;nbsp;&amp;nbsp; 30 Jul 12 11:29 setuptools.pth&lt;BR /&gt;-rw-r--r-- 1 root root 1953 Jul 12 11:29 easy-install.pth&lt;BR /&gt;lrwxrwxrwx 1 root root&amp;nbsp;&amp;nbsp; 20 Aug 21 09:30 hue.pth -&amp;gt; /var/lib/hue/hue.pth&lt;BR /&gt;root@fiappd37:+b/python2.6/site-packages&amp;gt; pwd&lt;BR /&gt;/usr/lib/hue/build/env/lib/python2.6/site-packages&lt;BR /&gt;root@fiappd37:+b/python2.6/site-packages&amp;gt; ls -ltr /var/lib/hue&lt;BR /&gt;total 80&lt;BR /&gt;-rw-r--r-- 1 hue hue 77824 Aug 26 12:13 desktop.db&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2014 18:54:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/18152#M1832</guid>
      <dc:creator>rnalluri</dc:creator>
      <dc:date>2014-09-03T18:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: HUE WebUI doesn't launch</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/18170#M1833</link>
      <description>There are a bunch of Hue packages missing.&lt;BR /&gt;&lt;BR /&gt;Could you install the metapackage 'hue' that way you get all of them?&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Sep 2014 00:28:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/18170#M1833</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2014-09-04T00:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: HUE WebUI doesn't launch</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/18300#M1834</link>
      <description>&lt;P&gt;Thanks Romain,&lt;/P&gt;&lt;P&gt;After I install those packages I am able to open Hue web UI.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2014 19:57:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/18300#M1834</guid>
      <dc:creator>rnalluri</dc:creator>
      <dc:date>2014-09-05T19:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: HUE WebUI doesn't launch</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/25689#M1835</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Romain&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have exactly the same problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But, how do I install metapackages?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Samuel&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2015 19:22:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/25689#M1835</guid>
      <dc:creator>sflimatapes</dc:creator>
      <dc:date>2015-03-18T19:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: HUE WebUI doesn't launch</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/25691#M1836</link>
      <description>Install the package named 'hue'&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2015 21:29:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/25691#M1836</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2015-03-18T21:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: HUE WebUI doesn't launch</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/25705#M1837</link>
      <description>&lt;P&gt;Ronan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I realized I had already done that after doing manual installation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I found out that the file "$HUE_HOME/build/env/lib/python2.6/site-packages/hue.pth" you mentioned&lt;/P&gt;&lt;P&gt;is actualy a link "hue.pth -&amp;gt; /var/lib/hue/hue.pth"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in the /var/lib/hue/ there wasn't the file hue.pth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, what I did was to copy this file from another cloudera&amp;nbsp;installation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This file contains the folowing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;./../../../../apps/about/src&lt;BR /&gt;../../../../../apps/filebrowser/src&lt;BR /&gt;../../../../../apps/help/src&lt;BR /&gt;../../../../../apps/jobbrowser/src&lt;BR /&gt;../../../../../apps/jobsub/src&lt;BR /&gt;../../../../../apps/metastore/src&lt;BR /&gt;../../../../../apps/oozie/src&lt;BR /&gt;../../../../../apps/proxy/src&lt;BR /&gt;../../../../../apps/useradmin/src&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that I was able to open the Hue web UI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I´m figuring out how to enable Pig, Hive and Dashboard editors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samuel&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2015 12:28:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-WebUI-doesn-t-launch/m-p/25705#M1837</guid>
      <dc:creator>sflimatapes</dc:creator>
      <dc:date>2015-03-19T12:28:38Z</dc:date>
    </item>
  </channel>
</rss>

