This is an automated email from the ASF dual-hosted git repository. omartushevskyi pushed a commit to branch DLAB-483 in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
commit 2f1b703bd30f4c9f54ae7aee023df76b4a919496 Author: Oleh Martushevskyi <[email protected]> AuthorDate: Mon Mar 18 16:16:06 2019 +0200 fixed typo --- infrastructure-provisioning/src/general/lib/gcp/actions_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py b/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py index 396b466..ec77515 100644 --- a/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py +++ b/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py @@ -1339,7 +1339,7 @@ def install_dataengine_spark(cluster_name, spark_link, spark_version, hadoop_ver def configure_dataengine_spark(cluster_name, jars_dir, cluster_dir, datalake_enabled, spark_configs=''): local("jar_list=`find {0} -name '*.jar' | tr '\\n' ','` ; echo \"spark.jars $jar_list\" >> \ - /tmp/{1}notebook_spark-defaults_local.conf".format(jars_dir, cluster_name)) + /tmp/{1}/notebook_spark-defaults_local.conf".format(jars_dir, cluster_name)) local('cp -f /tmp/{0}/notebook_spark-defaults_local.conf {1}spark/conf/spark-defaults.conf'.format(cluster_name, cluster_dir)) local('cp -f /opt/spark/conf/core-site.xml {}spark/conf/'.format(cluster_dir)) if spark_configs: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
