Преглед на файлове

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()