Browse Source

[core] Rename Beeswax to Hive Editor

Romain Rigaux 12 years ago
parent
commit
f58c0e2

+ 1 - 1
apps/about/src/about/templates/admin_wizard.mako

@@ -30,7 +30,7 @@ ${ header.menubar() }
         % if user.is_superuser:
           ${ _('Quick Start Wizard') } -
         % endif
-        Hue&trade; ${version} - <a href="http://gethue.com" target="_blank" style="color:#777" title="${ _('Visit the project website!') }">The Hadoop UI</a>
+        Hue&trade; ${version} - <a href="http://gethue.com" target="_blank" style="color:#777" title="${ _('Visit the project website!') }">${ _("The Hadoop UI") }</a>
       </h2>
 
      % if user.is_superuser:

+ 1 - 1
apps/beeswax/src/beeswax/settings.py

@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 DJANGO_APPS = [ "beeswax" ]
-NICE_NAME = "Beeswax (Hive UI)"
+NICE_NAME = "Hive Editor"
 REQUIRES_HADOOP = True
 ICON = "/beeswax/static/art/icon_beeswax_24.png"
 MENU_INDEX = 10

+ 3 - 3
apps/beeswax/src/beeswax/templates/layout.mako

@@ -37,13 +37,13 @@ def is_selected(section, matcher):
                 <a href="/${app_name}">
                 % if app_name == 'impala':
                   <img src="/impala/static/art/icon_impala_24.png" />
-                  ${ _('Impala') }
+                  Impala Editor
                 % elif app_name == 'rdbms':
                   <img src="/rdbms/static/art/icon_rdbms_24.png" />
-                  ${ _('DB Query') }
+                  DB Query
                 % else:
                   <img src="/beeswax/static/art/icon_beeswax_24.png" />
-                  ${ _('Beeswax') }
+                  Hive Editor
                 % endif
                 </a>
               </li>

+ 1 - 1
apps/impala/src/impala/settings.py

@@ -15,7 +15,7 @@
 # limitations under the License.
 
 DJANGO_APPS = ['impala']
-NICE_NAME = 'Cloudera Impala Query UI'
+NICE_NAME = 'Impala Editor'
 MENU_INDEX = 11
 ICON = '/impala/static/art/icon_impala_24.png'