You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by zh...@apache.org on 2019/11/07 11:44:19 UTC

[submarine] branch master updated: SUBMARINE-285. Add .asf.yaml file

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

zhouquan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 887caca  SUBMARINE-285. Add .asf.yaml file
887caca is described below

commit 887cacad699884518450a14033af30eaa3d49710
Author: Xun Liu <li...@apache.org>
AuthorDate: Thu Nov 7 19:34:52 2019 +0800

    SUBMARINE-285. Add .asf.yaml file
    
    ### What is this PR for?
    Add `.asf.yaml` to submarine repo root in master branch, 
    
    1. Set repo desc
    
        Apache Submarine is a unified AI platform
    
    2. Set repo website url
    
        https://submarine.apache.org
    
    3. Set repo tag
    
        apache, machine learning, Deep learning, AI, platform
    
    ### What type of PR is it?
    [Improvement]
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/SUBMARINE-285
    
    ### How should this be tested?
    * [CI Pass](https://travis-ci.org/liuxunorg/submarine/builds/608680293)
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? Yes/No
    * Is there breaking changes for older versions? Yes/No
    * Does this needs documentation? Yes/No
    
    Author: Xun Liu <li...@apache.org>
    
    Closes #86 from liuxunorg/SUBMARINE-285 and squashes the following commits:
    
    76efff3 [Xun Liu] Disable merge_buttons
    79512e8 [Xun Liu] update README.md
    6d3f655 [Xun Liu] SUBMARINE-285. Add .asf.yaml file
---
 .asf.yaml                            |  37 +++++++++++++++++++++++++++++++++++
 README.md                            |   5 +++--
 docs/assets/color_logo_with_text.png | Bin 11178 -> 14817 bytes
 docs/assets/color_logo_with_text.psd | Bin 0 -> 511213 bytes
 4 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..4821bc9
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,37 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+github:
+  description: "Apache Submarine is a unified AI platform"
+  homepage: https://submarine.apache.org/
+  labels:
+    - apache
+    - machine learning
+    - deep learning
+    - AI
+    - platform
+    - kubernetes
+    - YARN
+    - docker
+    - cloud
+  enabled_merge_buttons:
+    # enable squash button:
+    squash:  false
+    # enable merge button:
+    merge:   false
+    # disable rebase button:
+    rebase:  false
diff --git a/README.md b/README.md
index 33a9221..881fa36 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,11 @@
   limitations under the License. See accompanying LICENSE file.
 -->
 
+![color_logo_with_text](docs/assets/color_logo_with_text.png)
+
 # What is Apache Submarine?
 
-Apache Submarine is an Apache TLP (top level project). which allows infra engineer / data scientist to run
-*unmodified* TensorFlow or PyTorch programs on YARN or Kubernetes. Apache Submarine spin-off from Hadoop on Oct, 2019.
+Apache Submarine is a unified AI platform which allows engineers and data scientists to run Machine Learning and Deep Learning workload in distributed cluster.
 
 Goals of Submarine:
 - It allows jobs easy access data/models in HDFS and other storages.
diff --git a/docs/assets/color_logo_with_text.png b/docs/assets/color_logo_with_text.png
index e0e4355..88b28f8 100644
Binary files a/docs/assets/color_logo_with_text.png and b/docs/assets/color_logo_with_text.png differ
diff --git a/docs/assets/color_logo_with_text.psd b/docs/assets/color_logo_with_text.psd
new file mode 100644
index 0000000..59d176a
Binary files /dev/null and b/docs/assets/color_logo_with_text.psd differ


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org