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 2023/01/09 08:26:44 UTC

[incubator-uniffle-website] branch master updated: Remove unused file (#25)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b3f8077  Remove unused file (#25)
b3f8077 is described below

commit b3f8077aa3026f588058530f1fef43060b88b3f5
Author: roryqi <je...@gmail.com>
AuthorDate: Mon Jan 9 16:26:39 2023 +0800

    Remove unused file (#25)
    
    * Add committers
    
    * conclusion
    
    * fix
    
    * fix
    
    * fix
    
    * Remove unused file
    
    Co-authored-by: roryqi <ro...@tencent.com>
---
 blog/2023-01-09/index.md | 62 ------------------------------------------------
 1 file changed, 62 deletions(-)

diff --git a/blog/2023-01-09/index.md b/blog/2023-01-09/index.md
deleted file mode 100644
index 375618b..0000000
--- a/blog/2023-01-09/index.md
+++ /dev/null
@@ -1,62 +0,0 @@
-<!--
-  ~ 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.
-  -->
-# Apache Uniffle (incubating) - 2022 summary
-  
-## Introduction
-
-At the end of 2020,  Apache Uniffle (incubating)'s first line of code was written inside Tencent. It was open-sourced in November 2021, and then donated to the Apache Foundation in the mid-2022. Since its donation, it has attracted many developers from various companies. This article makes a brief summary of Apache Uniffle (incubating) in 2022.
-
-## Timeline
-Apache Uniffle (Incubating) was accepted as an Apache incubator project on June 6, 2022. As of the end of December 2022 (current writing time: 2022.12.26), a total of 157 new issues have been created (76 of which have been closed or resolved), and new 272 PRs (of which 264 were merged or closed).
-
-Apache Uniffle (incubating) has released two versions in 2022: 0.6.0 and 0.6.1. Among them:
-1. 2022.10.27: Version 0.6.0 released
-2. 2022.11.30: Version 0.6.1 released
-Version 0.6.0 is the first version released after Uniffle entered the Apache incubator.  It features: 
-1. Optimizes the Coordinator's allocation mechanism
-2. Optimizes the scheduling strategy for `Shuffle Server`
-3. Optimizes performance and stability
-4. Supports HDFS that requires Kerberos authentication
-5. Supports the Uniffle K8S Operator, allowing it to be deployed and applied in a cloud-native environment.
-
-Version 0.6.1 is an important bug fix version after version 0.6.0. It mainly fixes the following problems:
-1. In the MR computing framework, when the number of reduce tasks exceeds 1024, the partition cannot be accessed
-2. Concurrent registration of shuffle leads to failure to obtain shuffle results
-3. Handle NPE in WriteBufferManager#addRecord
-4. When there is a bad disk, there may be a memory leak
-In addition to the above two versions, local order is introduced in the current master branch to cope with the data skew optimization of Spark AQE. Compared with the unoptimized version, the performance is improved by 3 times.
-
-## Community
-Apache Uniffle (incubating) has added 22 contributors since entering the incubator, with a total of 33 contributors. Contributors come from Tencent, iQiyi, Ebay, Didi, SF Express, Baidu, ByteDance, JD.com, Bilibili, Databricks And other Internet companies. Among the 22 new contributors, Apache Uniffle (incubating) PMC voted to add 2 new committers according to their contribution. The new recruited committers are expected to make continuous contributions to Apache Uniffle (incubating) and [...]
-
-## Company Usage
-According to the online/offline communication with contributors and users, Apache Uniffle (incubating) is currently in production and used in companies such as Tencent, iQiyi, Didi, SF Express, VIPShop, Bilibili, etc. The amount of shuffle data processed by Uniffle of many companies exceeds PBs per day, and tens of thousands of apps are running. In addition to solving the stability and scalability problems of native Spark shuffle, it also improves the overall resource utilization.
-
-## Project Plans
-In 2023, Apache Uniffle (incubating) will continue to provide an efficient and pervasive Shuffle Service. Currently, the following work is on the planning list:
-1. A more complete compute engine ecology
-   - Support Tez computing framework
-   - Support Flink computing framework
-2. Support more storage media, especially distributed storages:
-   - Efficient support for object storage
-   - HDD, SSD and other local hybrid storage support
-3. Performance optimization:
-   - Replace gRPC with Netty
-   - Off-heap memory management, application of zero-copy technology, reducing data copying
-4. More enterprise-level features:
-   - Multi-tenant isolation related function development
-   - Improved stability and reliability