You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by ro...@apache.org on 2022/07/27 02:07:54 UTC

[incubator-uniffle] branch master updated (20d39e8 -> 229b63b)

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

roryqi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


    from 20d39e8  [Log enhancement] return error message when getting assignment servers and log exception when initializing (#64)
     add 229b63b  [ISSUE-48] [Feature] Init Kubernetes operator directory (#75)

No new revisions were added by this update.

Summary of changes:
 .../kubernetes/build-operator.sh                   |  4 +-
 .../kubernetes/docker/.gitkeep                     |  4 +-
 .../kubernetes/integration-test/.gitkeep           |  4 +-
 .../kubernetes/operator/.gitkeep                   |  4 +-
 deploy/kubernetes/pom.xml                          | 62 ++++++++++++++++++++++
 .../kubernetes/test-operator.sh                    |  4 +-
 pom.xml                                            |  7 ++-
 7 files changed, 77 insertions(+), 12 deletions(-)
 copy integration-test/spark-common/src/test/resources/candidates => deploy/kubernetes/build-operator.sh (94%)
 mode change 100644 => 100755
 copy integration-test/spark-common/src/test/resources/candidates => deploy/kubernetes/docker/.gitkeep (97%)
 copy integration-test/spark-common/src/test/resources/candidates => deploy/kubernetes/integration-test/.gitkeep (97%)
 copy integration-test/spark-common/src/test/resources/candidates => deploy/kubernetes/operator/.gitkeep (97%)
 create mode 100644 deploy/kubernetes/pom.xml
 copy integration-test/spark-common/src/test/resources/candidates => deploy/kubernetes/test-operator.sh (94%)
 mode change 100644 => 100755