소스 검색

[catalog] Rename Table Browser application to Metastore Manager

Romain Rigaux 12 년 전
부모
커밋
0e40cd8
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      apps/catalog/src/catalog/settings.py
  2. 0 1
      apps/pig/src/pig/api.py

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

@@ -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

+ 0 - 1
apps/pig/src/pig/api.py

@@ -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: