소스 검색

HUE-8813: [hbase] HBase examples are not installed on secure cluster

Mykhailo Kysliuk 6 년 전
부모
커밋
69c9d926f7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      apps/hbase/src/hbase/management/commands/hbase_setup.py

+ 2 - 0
apps/hbase/src/hbase/management/commands/hbase_setup.py

@@ -42,6 +42,8 @@ class Command(BaseCommand):
   def handle(self, *args, **options):
     if args:
       user = args[0]
+    elif options and options['user']:
+      user = options['user']
     else:
       user = install_sample_user()