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

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

commit abcf565c8df8999970c0346e665ded8fee3dfc0e
Author: leonidfrolov <[email protected]>
AuthorDate: Fri Apr 16 14:02:58 2021 +0300

    [DATALAB-2091]: tmp use python2 instead of python3
---
 .../src/general/scripts/aws/dataengine-service_create.py                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/aws/dataengine-service_create.py
 
b/infrastructure-provisioning/src/general/scripts/aws/dataengine-service_create.py
index 093cbfd..6e9c8c6 100644
--- 
a/infrastructure-provisioning/src/general/scripts/aws/dataengine-service_create.py
+++ 
b/infrastructure-provisioning/src/general/scripts/aws/dataengine-service_create.py
@@ -121,7 +121,7 @@ cp_jars = "Name=CUSTOM_JAR, Args=aws " \
           "Name=CUSTOM_JAR, Args=sudo " \
           "/usr/bin/python3 /tmp/key_importer.py --user_name {4}, " \
           "ActionOnFailure=TERMINATE_CLUSTER,Jar=command-runner.jar; " \
-          "Name=CUSTOM_JAR, Args=/usr/bin/python3 /tmp/jars_parser.py " \
+          "Name=CUSTOM_JAR, Args=/usr/bin/python /tmp/jars_parser.py " \
           "--bucket {0} --emr_version {3} --region {2} --user_name {4} " \
           "--cluster_name {5}, " \
           "ActionOnFailure=TERMINATE_CLUSTER,Jar=command-runner.jar".\

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

Reply via email to