<?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 3.10 installation : Unable to dump the existing database to a text file for migration to MySql in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-3-10-installation-Unable-to-dump-the-existing-database/m-p/120399#M34238</link>
    <description>&lt;P&gt;I have encountered multiple errors/warnings in Hue Browser:&lt;/P&gt;&lt;PRE&gt;Checking current configuration

Configuration files located in /usr/local/hue/desktop/conf 

Potential misconfiguration detected. Fix and restart Hue.

HBase BrowserThe application won't work without a running HBase Thrift Server v1.ImpalaNo available Impalad to send queries to.SparkThe app won't work without a running Livy Spark Server
&lt;/PRE&gt;&lt;P&gt;I cannot install individual app examples (Impala, Solr and HBase)&lt;/P&gt;&lt;PRE&gt;Could not install table: Error creating table sample_07: Could not connect to localhost:21050 (code THRIFTTRANSPORT): TTransportException('Could not connect to localhost:21050',).

×Instance directory /usr/local/hue/desktop/libs/indexer/src/indexer/../data/collections/twitter_demo already exists! Please remove it from the file system.

×Could not connect to xx9090 (code THRIFTTRANSPORT): TTransportException('Could not connect to ec2-xxx.compute-1.amazonaws.com:9090',)

&lt;/PRE&gt;&lt;P&gt;Please advise. thanks&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jul 2016 22:41:31 GMT</pubDate>
    <dc:creator>sundararajan_sr</dc:creator>
    <dc:date>2016-07-08T22:41:31Z</dc:date>
    <item>
      <title>Hue 3.10 installation : Unable to dump the existing database to a text file for migration to MySql</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-3-10-installation-Unable-to-dump-the-existing-database/m-p/120397#M34236</link>
      <description>&lt;P&gt;We have deployed HDP 2.4 on aws. MySql is deployed and runs fine. A huedb has been created, permission is granted and hue.ini has been correctly configured to reflect the change in the db. We have also made configured relevant service changes in Ambari . &lt;/P&gt;&lt;P&gt;I am unable to create a dump of the Sqlite 3 db, which is located in "/usr/local/hue/desktop/desktop.db". I have followed the following links as a guide. &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/399/how-to-move-hue-database-from-default-sqlite-datab.html" target="_blank"&gt;https://community.hortonworks.com/questions/399/how-to-move-hue-database-from-default-sqlite-datab.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_installing_manually_book/content/configure_hue_for_external_database.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_installing_manually_book/content/configure_hue_for_external_database.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Linux is throwing errors on the following irrespective of cl issued with or without 'sudo'. &lt;/P&gt;
&lt;PRE&gt;(1) sudo /usr/local/hue/build/env/bin/hue dumpdata &amp;gt; /tmp/hue_db_dump.json

CommandError: Unable to serialize database: (1146, "Table 'huedb.django_openid_auth_nonce' doesn't exist")

(2)  /usr/local/hue/build/env/bin/hue dumpdata &amp;gt; /tmp/hue_db_dump.json

Traceback (most recent call last):
  File "/usr/local/hue/build/env/bin/hue", line 9, in &amp;lt;module&amp;gt;
    load_entry_point('desktop==3.10.0', 'console_scripts', 'hue')()
  File "/usr/local/hue/desktop/core/src/desktop/manage_entry.py", line 57, in entry
    execute_from_command_line(sys.argv)
  File "/usr/local/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/core/management/__init__.py", line 399, in execute_from_command_line
    utility.execute()
  File "/usr/local/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/core/management/__init__.py", line 392, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/local/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/core/management/__init__.py", line 261, in fetch_command
    commands = get_commands()
  File "/usr/local/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/core/management/__init__.py", line 107, in get_commands
    apps = settings.INSTALLED_APPS
  File "/usr/local/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/conf/__init__.py", line 54, in __getattr__
    self._setup(name)
  File "/usr/local/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/conf/__init__.py", line 49, in _setup
    self._wrapped = Settings(settings_module)
  File "/usr/local/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/conf/__init__.py", line 128, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/usr/local/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/utils/importlib.py", line 40, in import_module
    __import__(name)
  File "/usr/local/hue/desktop/core/src/desktop/settings.py", line 63, in &amp;lt;module&amp;gt;
    desktop.log.basic_logging(os.environ[ENV_HUE_PROCESS_NAME])
  File "/usr/local/hue/desktop/core/src/desktop/log/__init__.py", line 149, in basic_logging
    logging.config.fileConfig(log_conf)
  File "/usr/lib64/python2.7/logging/config.py", line 78, in fileConfig
    handlers = _install_handlers(cp, formatters)
  File "/usr/lib64/python2.7/logging/config.py", line 156, in _install_handlers
    h = klass(*args)
  File "/usr/lib64/python2.7/logging/handlers.py", line 117, in __init__
    BaseRotatingHandler.__init__(self, filename, mode, encoding, delay)
  File "/usr/lib64/python2.7/logging/handlers.py", line 64, in __init__
    logging.FileHandler.__init__(self, filename, mode, encoding, delay)
  File "/usr/lib64/python2.7/logging/__init__.py", line 902, in __init__
    StreamHandler.__init__(self, self._open())
  File "/usr/lib64/python2.7/logging/__init__.py", line 925, in _open
    stream = open(self.baseFilename, self.mode)
IOError: [Errno 13] Permission denied: '/home/ec2-user/logs/dumpdata.log'

(3)  /usr/local/hue/build/env/bin/hue syncdb –noinput

Traceback (most recent call last):
  File "/usr/local/hue/build/env/bin/hue", line 9, in &amp;lt;module&amp;gt;
    load_entry_point('desktop==3.10.0', 'console_scripts', 'hue')()
  File "/usr/local/hue/desktop/core/src/desktop/manage_entry.py", line 57, in entry
    execute_from_command_line(sys.argv)
  File "/usr/local/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/core/management/__init__.py", line 399, in execute_from_command_line
    utility.execute()
  File "/usr/local/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/core/management/__init__.py", line 392, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/local/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/core/management/__init__.py", line 261, in fetch_command
    commands = get_commands()
  File "/usr/local/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/core/management/__init__.py", line 107, in get_commands
    apps = settings.INSTALLED_APPS
  File "/usr/local/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/conf/__init__.py", line 54, in __getattr__
    self._setup(name)
  File "/usr/local/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/conf/__init__.py", line 49, in _setup
    self._wrapped = Settings(settings_module)
  File "/usr/local/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/conf/__init__.py", line 128, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/usr/local/hue/build/env/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/utils/importlib.py", line 40, in import_module
    __import__(name)
  File "/usr/local/hue/desktop/core/src/desktop/settings.py", line 63, in &amp;lt;module&amp;gt;
    desktop.log.basic_logging(os.environ[ENV_HUE_PROCESS_NAME])
  File "/usr/local/hue/desktop/core/src/desktop/log/__init__.py", line 149, in basic_logging
    logging.config.fileConfig(log_conf)
  File "/usr/lib64/python2.7/logging/config.py", line 78, in fileConfig
    handlers = _install_handlers(cp, formatters)
  File "/usr/lib64/python2.7/logging/config.py", line 156, in _install_handlers
    h = klass(*args)
  File "/usr/lib64/python2.7/logging/handlers.py", line 117, in __init__
    BaseRotatingHandler.__init__(self, filename, mode, encoding, delay)
  File "/usr/lib64/python2.7/logging/handlers.py", line 64, in __init__
    logging.FileHandler.__init__(self, filename, mode, encoding, delay)
  File "/usr/lib64/python2.7/logging/__init__.py", line 902, in __init__
    StreamHandler.__init__(self, self._open())
  File "/usr/lib64/python2.7/logging/__init__.py", line 925, in _open
    stream = open(self.baseFilename, self.mode)
IOError: [Errno 13] Permission denied: '/home/ec2-user/logs/syncdb.log'
[ec2-user@namenode ~]$

(4) sudo /usr/local/hue/build/env/bin/hue syncdb –noinput
CommandError: Command doesn't accept any arguments

&lt;/PRE&gt;&lt;P&gt;Please advise&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivasa&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:50:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-3-10-installation-Unable-to-dump-the-existing-database/m-p/120397#M34236</guid>
      <dc:creator>sundararajan_sr</dc:creator>
      <dc:date>2026-04-21T13:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hue 3.10 installation : Unable to dump the existing database to a text file for migration to MySql</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-3-10-installation-Unable-to-dump-the-existing-database/m-p/120398#M34237</link>
      <description>&lt;P&gt;@ibhatt: &lt;/P&gt;&lt;P&gt;Many thanks. That worked! &lt;/P&gt;&lt;P&gt;

I have a questions as clarifications please. &lt;/P&gt;&lt;P&gt;# hue syncdb gave me these results &lt;/P&gt;&lt;PRE&gt;Synced:
 &amp;gt; django.contrib.auth
 &amp;gt; django_openid_auth
 &amp;gt; django.contrib.contenttypes
 &amp;gt; django.contrib.sessions
 &amp;gt; django.contrib.sites
 &amp;gt; django.contrib.staticfiles
 &amp;gt; django.contrib.admin
 &amp;gt; south
 &amp;gt; axes
 &amp;gt; about
 &amp;gt; filebrowser
 &amp;gt; help
 &amp;gt; impala
 &amp;gt; jobbrowser
 &amp;gt; metastore
 &amp;gt; proxy
 &amp;gt; rdbms
 &amp;gt; zookeeper
 &amp;gt; indexer




Not synced (use migrations):
 - django_extensions
 - desktop
 - beeswax
 - hbase
 - jobsub
 - oozie
 - pig
 - search
 - spark
 - sqoop
 - useradmin
 - notebook
&lt;/PRE&gt;&lt;P&gt;Can I ignore the not synced please?&lt;/P&gt;&lt;P&gt;It asked me if I wanted to create a super user for Django's auth system. It created one with a user name, which is different to "hue" as a user in mysql for the huedb. &lt;/P&gt;&lt;P&gt;I assume this does not pose any conflict. If I need to remove this, please advise the steps to correct. 

&lt;/P&gt;&lt;P&gt;The last command "hue migrate" gave me these messages.
&lt;/P&gt;&lt;PRE&gt;Running migrations for django_extensions:
 - Migrating forwards to 0001_empty.
 &amp;gt; django_extensions:0001_empty
 - Loading initial data for django_extensions.
Installed 0 object(s) from 0 fixture(s)
Running migrations for desktop:
 - Migrating forwards to 0022_auto__del_field_defaultconfiguration_group__del_unique_defaultconfigur.
 &amp;gt; pig:0001_initial
 &amp;gt; oozie:0001_initial
 &amp;gt; oozie:0002_auto__add_hive
 &amp;gt; oozie:0003_auto__add_sqoop
 &amp;gt; oozie:0004_auto__add_ssh
 &amp;gt; oozie:0005_auto__add_shell
 &amp;gt; oozie:0006_auto__chg_field_java_files__chg_field_java_archives__chg_field_sqoop_f
 &amp;gt; oozie:0007_auto__chg_field_sqoop_script_path
 &amp;gt; oozie:0008_auto__add_distcp
 &amp;gt; oozie:0009_auto__add_decision
 &amp;gt; oozie:0010_auto__add_fs
 &amp;gt; oozie:0011_auto__add_email
 &amp;gt; oozie:0012_auto__add_subworkflow__chg_field_email_subject__chg_field_email_body
 &amp;gt; oozie:0013_auto__add_generic
 &amp;gt; oozie:0014_auto__add_decisionend
 &amp;gt; oozie:0015_auto__add_field_dataset_advanced_start_instance__add_field_dataset_ins
 &amp;gt; oozie:0016_auto__add_field_coordinator_job_properties
 &amp;gt; oozie:0017_auto__add_bundledcoordinator__add_bundle
 &amp;gt; oozie:0018_auto__add_field_workflow_managed
 &amp;gt; oozie:0019_auto__add_field_java_capture_output
 &amp;gt; oozie:0020_chg_large_varchars_to_textfields
 &amp;gt; oozie:0021_auto__chg_field_java_args__add_field_job_is_trashed
 &amp;gt; oozie:0022_auto__chg_field_mapreduce_node_ptr__chg_field_start_node_ptr
 &amp;gt; oozie:0022_change_examples_path_format
 - Migration 'oozie:0022_change_examples_path_format' is marked for no-dry-run.
 &amp;gt; oozie:0023_auto__add_field_node_data__add_field_job_data
 &amp;gt; oozie:0024_auto__chg_field_subworkflow_sub_workflow
 &amp;gt; oozie:0025_change_examples_path_format
 - Migration 'oozie:0025_change_examples_path_format' is marked for no-dry-run.
 &amp;gt; desktop:0001_initial
 &amp;gt; desktop:0002_add_groups_and_homedirs
 &amp;gt; desktop:0003_group_permissions
 &amp;gt; desktop:0004_grouprelations
 &amp;gt; desktop:0005_settings
 &amp;gt; desktop:0006_settings_add_tour
 &amp;gt; beeswax:0001_initial
 &amp;gt; beeswax:0002_auto__add_field_queryhistory_notify
 &amp;gt; beeswax:0003_auto__add_field_queryhistory_server_name__add_field_queryhistory_serve
 &amp;gt; beeswax:0004_auto__add_session__add_field_queryhistory_server_type__add_field_query
 &amp;gt; beeswax:0005_auto__add_field_queryhistory_statement_number
 &amp;gt; beeswax:0006_auto__add_field_session_application
 &amp;gt; beeswax:0007_auto__add_field_savedquery_is_trashed
 &amp;gt; beeswax:0008_auto__add_field_queryhistory_query_type
 &amp;gt; desktop:0007_auto__add_documentpermission__add_documenttag__add_document
 &amp;gt; desktop:0008_documentpermission_m2m_tables
 &amp;gt; desktop:0009_auto__chg_field_document_name
 &amp;gt; desktop:0010_auto__add_document2__chg_field_userpreferences_key__chg_field_userpref
 &amp;gt; desktop:0011_auto__chg_field_document2_uuid
 &amp;gt; desktop:0012_auto__chg_field_documentpermission_perms
 &amp;gt; desktop:0013_auto__add_unique_documenttag_owner_tag
 &amp;gt; desktop:0014_auto__add_unique_document_content_type_object_id
 &amp;gt; desktop:0015_auto__add_unique_documentpermission_doc_perms
 &amp;gt; desktop:0016_auto__add_unique_document2_uuid_version_is_history
 &amp;gt; desktop:0017_auto__add_document2permission__add_unique_document2permission_doc_perm
 &amp;gt; desktop:0018_auto__add_field_document2_parent_directory
 &amp;gt; desktop:0019_auto
 &amp;gt; desktop:0020_auto__del_field_document2permission_all
 &amp;gt; desktop:0021_auto__add_defaultconfiguration__add_unique_defaultconfiguration_app_is
 &amp;gt; desktop:0022_auto__del_field_defaultconfiguration_group__del_unique_defaultconfigur
 - Loading initial data for desktop.
Installed 0 object(s) from 0 fixture(s)
Running migrations for beeswax:
 - Migrating forwards to 0014_auto__add_field_queryhistory_is_cleared.
 &amp;gt; beeswax:0009_auto__add_field_savedquery_is_redacted__add_field_queryhistory_is_reda
 &amp;gt; beeswax:0009_auto__chg_field_queryhistory_server_port
 &amp;gt; beeswax:0010_merge_database_state
 &amp;gt; beeswax:0011_auto__chg_field_savedquery_name
 &amp;gt; beeswax:0012_auto__add_field_queryhistory_extra
 &amp;gt; beeswax:0013_auto__add_field_session_properties
 &amp;gt; beeswax:0014_auto__add_field_queryhistory_is_cleared
 - Loading initial data for beeswax.
Installed 0 object(s) from 0 fixture(s)
Running migrations for hbase:
 - Migrating forwards to 0001_initial.
 &amp;gt; hbase:0001_initial
 - Loading initial data for hbase.
Installed 0 object(s) from 0 fixture(s)
Running migrations for jobsub:
 - Migrating forwards to 0006_chg_varchars_to_textfields.
 &amp;gt; jobsub:0001_initial
 &amp;gt; jobsub:0002_auto__add_ooziestreamingaction__add_oozieaction__add_oozieworkflow__ad
 &amp;gt; jobsub:0003_convertCharFieldtoTextField
 &amp;gt; jobsub:0004_hue1_to_hue2
 - Migration 'jobsub:0004_hue1_to_hue2' is marked for no-dry-run.
 &amp;gt; jobsub:0005_unify_with_oozie
 - Migration 'jobsub:0005_unify_with_oozie' is marked for no-dry-run.
 &amp;gt; jobsub:0006_chg_varchars_to_textfields
 - Loading initial data for jobsub.
Installed 0 object(s) from 0 fixture(s)
Running migrations for oozie:
 - Migrating forwards to 0027_auto__chg_field_node_name__chg_field_job_name.
 &amp;gt; oozie:0026_set_default_data_values
 - Migration 'oozie:0026_set_default_data_values' is marked for no-dry-run.
 &amp;gt; oozie:0027_auto__chg_field_node_name__chg_field_job_name
 - Loading initial data for oozie.
Installed 0 object(s) from 0 fixture(s)
Running migrations for pig:
- Nothing to migrate.
 - Loading initial data for pig.
Installed 0 object(s) from 0 fixture(s)
Running migrations for search:
 - Migrating forwards to 0003_auto__add_field_collection_owner.
 &amp;gt; search:0001_initial
 &amp;gt; search:0002_auto__del_core__add_collection
 &amp;gt; search:0003_auto__add_field_collection_owner
 - Loading initial data for search.
Installed 0 object(s) from 0 fixture(s)
Running migrations for spark:
 - Migrating forwards to 0001_initial.
 &amp;gt; spark:0001_initial
 - Loading initial data for spark.
Installed 0 object(s) from 0 fixture(s)
Running migrations for sqoop:
 - Migrating forwards to 0001_initial.
 &amp;gt; sqoop:0001_initial
 - Loading initial data for sqoop.
Installed 0 object(s) from 0 fixture(s)
Running migrations for useradmin:
 - Migrating forwards to 0006_auto__add_index_userprofile_last_activity.
 &amp;gt; useradmin:0001_permissions_and_profiles
 - Migration 'useradmin:0001_permissions_and_profiles' is marked for no-dry-run.
 &amp;gt; useradmin:0002_add_ldap_support
 - Migration 'useradmin:0002_add_ldap_support' is marked for no-dry-run.
 &amp;gt; useradmin:0003_remove_metastore_readonly_huepermission
 - Migration 'useradmin:0003_remove_metastore_readonly_huepermission' is marked for no-dry-run.
 &amp;gt; useradmin:0004_add_field_UserProfile_first_login
 &amp;gt; useradmin:0005_auto__add_field_userprofile_last_activity
 &amp;gt; useradmin:0006_auto__add_index_userprofile_last_activity
 - Loading initial data for useradmin.
Installed 0 object(s) from 0 fixture(s)
Running migrations for notebook:
 - Migrating forwards to 0001_initial.
 &amp;gt; notebook:0001_initial
 - Loading initial data for notebook.
Installed 0 object(s) from 0 fixture(s)
&lt;/PRE&gt;&lt;P&gt;Thanks,
Srinivasa
&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 20:36:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-3-10-installation-Unable-to-dump-the-existing-database/m-p/120398#M34237</guid>
      <dc:creator>sundararajan_sr</dc:creator>
      <dc:date>2016-07-08T20:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hue 3.10 installation : Unable to dump the existing database to a text file for migration to MySql</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-3-10-installation-Unable-to-dump-the-existing-database/m-p/120399#M34238</link>
      <description>&lt;P&gt;I have encountered multiple errors/warnings in Hue Browser:&lt;/P&gt;&lt;PRE&gt;Checking current configuration

Configuration files located in /usr/local/hue/desktop/conf 

Potential misconfiguration detected. Fix and restart Hue.

HBase BrowserThe application won't work without a running HBase Thrift Server v1.ImpalaNo available Impalad to send queries to.SparkThe app won't work without a running Livy Spark Server
&lt;/PRE&gt;&lt;P&gt;I cannot install individual app examples (Impala, Solr and HBase)&lt;/P&gt;&lt;PRE&gt;Could not install table: Error creating table sample_07: Could not connect to localhost:21050 (code THRIFTTRANSPORT): TTransportException('Could not connect to localhost:21050',).

×Instance directory /usr/local/hue/desktop/libs/indexer/src/indexer/../data/collections/twitter_demo already exists! Please remove it from the file system.

×Could not connect to xx9090 (code THRIFTTRANSPORT): TTransportException('Could not connect to ec2-xxx.compute-1.amazonaws.com:9090',)

&lt;/PRE&gt;&lt;P&gt;Please advise. thanks&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 22:41:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-3-10-installation-Unable-to-dump-the-existing-database/m-p/120399#M34238</guid>
      <dc:creator>sundararajan_sr</dc:creator>
      <dc:date>2016-07-08T22:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hue 3.10 installation : Unable to dump the existing database to a text file for migration to MySql</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-3-10-installation-Unable-to-dump-the-existing-database/m-p/120400#M34239</link>
      <description>&lt;P&gt;@ibhatt's recommendations helped fix the db migration issue. Strangely, his reply has disappeared from this post. &lt;/P&gt;&lt;P&gt;Many thanks. &lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2016 14:58:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-3-10-installation-Unable-to-dump-the-existing-database/m-p/120400#M34239</guid>
      <dc:creator>sundararajan_sr</dc:creator>
      <dc:date>2016-07-09T14:58:10Z</dc:date>
    </item>
  </channel>
</rss>

