@@ -16,7 +16,7 @@
# limitations under the License.
DJANGO_APPS = ['catalog']
-NICE_NAME = "Table Browser"
+NICE_NAME = "Metastore Manager"
REQUIRES_HADOOP = True
ICON = "/catalog/static/art/table-browser-24-1.png"
MENU_INDEX = 20
@@ -192,7 +192,6 @@ class OozieApi:
return jobs
def get_progress(job, log=None):
- print job.status
if job.status in ('SUCCEEDED', 'KILLED', 'FAILED'):
return 100
elif log: