You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2022/09/22 13:32:25 UTC

[incubator-datalab] branch develop updated (ade32c3af -> 8ee2ceb80)

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

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


    from ade32c3af fix
     add e6d0b1713 [DATALAB-2998]: added new files for zeppelin dataengine-service connection
     add 420a87a03 [DATALAB-2998]: added new files nad changes for zeppelin dataengine-service connection
     add 23570d214 [DATALAB-2998]: fixed zeppelin hdinsight interpreter addition
     add 612f9cc1c [DATALAB-2998]: added kernel removal
     new 8ee2ceb80 Merge pull request #1735 from apache/DATALAB-2998

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../files/azure/dataengine-service_Dockerfile      |   1 +
 .../src/general/files/azure/zeppelin_Dockerfile    |   1 +
 .../src/general/lib/azure/actions_lib.py           | 171 +++++++++++++++++++++
 .../src/general/lib/os/fab.py                      |   6 +
 ...common_notebook_configure_dataengine-service.py |  76 +++++----
 .../scripts/azure/dataengine-service_terminate.py  |   9 ++
 .../zeppelin_dataengine-service_create_configs.py  |  58 ++++---
 .../zeppelin_install_dataengine-service_kernels.py |  55 +++----
 .../azure/dataengine-service_interpreter_livy.json | 159 +++++++++++++++++++
 9 files changed, 431 insertions(+), 105 deletions(-)
 copy infrastructure-provisioning/src/general/scripts/{gcp => azure}/common_notebook_configure_dataengine-service.py (59%)
 copy infrastructure-provisioning/src/general/scripts/{aws => azure}/zeppelin_dataengine-service_create_configs.py (59%)
 copy infrastructure-provisioning/src/general/scripts/{aws => azure}/zeppelin_install_dataengine-service_kernels.py (71%)
 create mode 100644 infrastructure-provisioning/src/general/templates/azure/dataengine-service_interpreter_livy.json


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org


[incubator-datalab] 01/01: Merge pull request #1735 from apache/DATALAB-2998

Posted by lf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8ee2ceb80ee61c60cabe77beb02bb9fa239e7602
Merge: ade32c3af 612f9cc1c
Author: Leonid Frolov <51...@users.noreply.github.com>
AuthorDate: Thu Sep 22 16:32:19 2022 +0300

    Merge pull request #1735 from apache/DATALAB-2998
    
    [DATALAB-2998]: added hdinsight zeppelin integration

 .../files/azure/dataengine-service_Dockerfile      |   1 +
 .../src/general/files/azure/zeppelin_Dockerfile    |   1 +
 .../src/general/lib/azure/actions_lib.py           | 171 +++++++++++++++++++++
 .../src/general/lib/os/fab.py                      |   6 +
 ...common_notebook_configure_dataengine-service.py | 135 ++++++++++++++++
 .../scripts/azure/dataengine-service_terminate.py  |   9 ++
 .../zeppelin_dataengine-service_create_configs.py  |  94 +++++++++++
 .../zeppelin_install_dataengine-service_kernels.py | 105 +++++++++++++
 .../azure/dataengine-service_interpreter_livy.json | 159 +++++++++++++++++++
 9 files changed, 681 insertions(+)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org