This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-1408
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 2bf412f826bac4d13a1f1818ce131edefa12c7e4
Author: orepnikov <[email protected]>
AuthorDate: Wed May 25 13:14:32 2022 +0300

    add imports
---
 .../general/scripts/azure/dataengine-service_prepare.py | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_prepare.py
 
b/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_prepare.py
index 05260a0cd..de956ec8c 100644
--- 
a/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_prepare.py
+++ 
b/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_prepare.py
@@ -1,16 +1,25 @@
-from datalab.actions_lib import *
+#!/usr/bin/python3
+
+import datalab.actions_lib
 import datalab.fab
 import datalab.meta_lib
 import json
-from datalab.logger import logging
+import datalab.logger
 import multiprocessing
 import os
 import sys
 import traceback
 import subprocess
-from Crypto.PublicKey import RSA
-from fabric import *
+import Crypto.PublicKey
+import fabric
+import azure.mgmt.hdinsight.models
+#from Crypto.PublicKey import RSA
+#from fabric import *
 from azure.mgmt.hdinsight.models import *
+from azure.mgmt.core import *
+from azure.common import *
+from azure.core import *
+from datalab.actions_lib import *
 
 
 CLUSTER_NAME = 'hdinsight_1'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to