Bladeren bron

[docs] Help on building with mysql lib on latest Ubuntu

Romain Rigaux 5 jaren geleden
bovenliggende
commit
6654a21815

+ 1 - 1
desktop/core/src/desktop/middleware.py

@@ -246,7 +246,7 @@ class AppSpecificMiddleware(object):
         mw_class = getattr(mod, mw_classname)
         mw_class = getattr(mod, mw_classname)
       except AttributeError:
       except AttributeError:
         raise exceptions.ImproperlyConfigured(
         raise exceptions.ImproperlyConfigured(
-          _('Middleware module "%(module)s" does not define a "%(class)s" class.') % {'module': mw_module, 'class':mw_classname}
+          _('Middleware module "%(module)s" does not define a "%(class)s" class.') % {'module': mw_module, 'class': mw_classname}
         )
         )
 
 
       try:
       try:

+ 4 - 0
docs/docs-site/content/administrator/installation/dependencies/_index.md

@@ -40,6 +40,10 @@ Remove and add the compatible MySql lib with these two commands:
     git cherry-pick 7a9100d4a7f38eaef7bd4bd7c715ac1f24a969a8
     git cherry-pick 7a9100d4a7f38eaef7bd4bd7c715ac1f24a969a8
     git cherry-pick e67c1105b85b815346758ef1b9cd714dd91d7ea3
     git cherry-pick e67c1105b85b815346758ef1b9cd714dd91d7ea3
 
 
+    git clean -fdx
+
+    make apps
+
 Read [HUE-9390](https://issues.cloudera.org/browse/HUE-9390) for more details.
 Read [HUE-9390](https://issues.cloudera.org/browse/HUE-9390) for more details.
 
 
 ### PostgreSQL
 ### PostgreSQL