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

lfrolov pushed a commit to branch DLAB-1980
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit b0220e589f8e87f4f4c0855a84ad99156dab4835
Author: leonidfrolov <frolovl...@gmail.com>
AuthorDate: Thu Aug 20 15:29:54 2020 +0300

    [DLAB-1980]: disabled raise exception in case of notebook spark 
reconfiguration
---
 .../src/general/scripts/os/dataengine_reconfigure_spark.py              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/os/dataengine_reconfigure_spark.py
 
b/infrastructure-provisioning/src/general/scripts/os/dataengine_reconfigure_spark.py
index 425b12b..8f2f9cc 100644
--- 
a/infrastructure-provisioning/src/general/scripts/os/dataengine_reconfigure_spark.py
+++ 
b/infrastructure-provisioning/src/general/scripts/os/dataengine_reconfigure_spark.py
@@ -108,7 +108,7 @@ if __name__ == "__main__":
             local("~/scripts/{}.py {}".format('reconfigure_spark', params))
         except:
             traceback.print_exc()
-            raise Exception
+            #raise Exception
 
     except Exception as err:
         print('Error: {0}'.format(err))


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to