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

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


The following commit(s) were added to refs/heads/master by this push:
     new de3fbd14e28 Remove OWNERS files (#27896)
de3fbd14e28 is described below

commit de3fbd14e289c030ebb811e28bd154e5c734df8e
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Mon Aug 14 09:49:04 2023 -0400

    Remove OWNERS files (#27896)
---
 .test-infra/OWNERS                                 |    4 -
 .test-infra/jenkins/OWNERS                         |    6 -
 .test-infra/jupyter/OWNERS                         |    4 -
 .test-infra/kubernetes/OWNERS                      |    5 -
 .test-infra/metrics/OWNERS                         |    8 -
 .test-infra/terraform/OWNERS                       |    5 -
 OWNERS                                             |   22 -
 buildSrc/OWNERS                                    |    4 -
 examples/java/OWNERS                               |    5 -
 gradle/OWNERS                                      |    4 -
 it/OWNERS                                          |    5 -
 model/OWNERS                                       |    5 -
 model/fn-execution/OWNERS                          |    6 -
 model/interactive/OWNERS                           |    4 -
 model/job-management/OWNERS                        |    6 -
 model/pipeline/OWNERS                              |    6 -
 ownership/JAVA_DEPENDENCY_OWNERS.yaml              | 1013 --------------------
 ownership/PYTHON_DEPENDENCY_OWNERS.yaml            |   97 --
 release/OWNERS                                     |    4 -
 runners/core-construction-java/OWNERS              |    4 -
 runners/core-java/OWNERS                           |    5 -
 .../org/apache/beam/runners/core/metrics/OWNERS    |    4 -
 runners/direct-java/OWNERS                         |    4 -
 .../apache/beam/runners/extensions/metrics/OWNERS  |    4 -
 runners/flink/OWNERS                               |    6 -
 runners/google-cloud-dataflow-java/OWNERS          |    5 -
 runners/java-fn-execution/OWNERS                   |    5 -
 runners/local-java/OWNERS                          |    4 -
 runners/portability/OWNERS                         |    4 -
 runners/samza/OWNERS                               |    6 -
 runners/spark/OWNERS                               |    4 -
 sdks/go/OWNERS                                     |    5 -
 sdks/java/OWNERS                                   |    5 -
 sdks/java/build-tools/OWNERS                       |    4 -
 sdks/java/container/OWNERS                         |    5 -
 sdks/java/core/OWNERS                              |    4 -
 .../extensions/google-cloud-platform-core/OWNERS   |    8 -
 sdks/java/extensions/sql/OWNERS                    |   10 -
 sdks/java/fn-execution/OWNERS                      |    5 -
 sdks/java/harness/OWNERS                           |    4 -
 sdks/java/io/OWNERS                                |    7 -
 sdks/java/io/amazon-web-services/OWNERS            |    5 -
 sdks/java/io/amazon-web-services2/OWNERS           |    5 -
 sdks/java/io/amqp/OWNERS                           |    4 -
 sdks/java/io/cassandra/OWNERS                      |    5 -
 sdks/java/io/cdap/OWNERS                           |    1 -
 sdks/java/io/clickhouse/OWNERS                     |    4 -
 sdks/java/io/common/OWNERS                         |    5 -
 sdks/java/io/elasticsearch-tests/OWNERS            |    5 -
 sdks/java/io/elasticsearch/OWNERS                  |    7 -
 sdks/java/io/file-based-io-tests/OWNERS            |    7 -
 sdks/java/io/file-schema-transform/OWNERS          |    8 -
 sdks/java/io/google-cloud-platform/OWNERS          |   36 -
 sdks/java/io/hadoop-common/OWNERS                  |    5 -
 sdks/java/io/hadoop-file-system/OWNERS             |    5 -
 sdks/java/io/hadoop-format/OWNERS                  |    5 -
 sdks/java/io/hbase/OWNERS                          |    5 -
 sdks/java/io/hcatalog/OWNERS                       |    5 -
 sdks/java/io/jdbc/OWNERS                           |    5 -
 sdks/java/io/jms/OWNERS                            |    4 -
 sdks/java/io/kafka/OWNERS                          |    7 -
 sdks/java/io/kinesis/OWNERS                        |    5 -
 sdks/java/io/kudu/OWNERS                           |    4 -
 sdks/java/io/mongodb/OWNERS                        |    4 -
 sdks/java/io/mqtt/OWNERS                           |    4 -
 sdks/java/io/neo4j/OWNERS                          |    5 -
 sdks/java/io/parquet/OWNERS                        |    6 -
 sdks/java/io/rabbitmq/OWNERS                       |    4 -
 sdks/java/io/redis/OWNERS                          |    4 -
 sdks/java/io/solr/OWNERS                           |    4 -
 sdks/java/io/sparkreceiver/2/OWNERS                |    1 -
 sdks/java/javadoc/OWNERS                           |    4 -
 sdks/java/testing/OWNERS                           |    6 -
 sdks/java/testing/load-tests/OWNERS                |    5 -
 sdks/java/testing/nexmark/OWNERS                   |    5 -
 sdks/java/testing/test-utils/OWNERS                |    5 -
 sdks/python/OWNERS                                 |   12 -
 sdks/python/apache_beam/coders/OWNERS              |    4 -
 sdks/python/apache_beam/examples/OWNERS            |    5 -
 sdks/python/apache_beam/internal/OWNERS            |    5 -
 sdks/python/apache_beam/io/OWNERS                  |    6 -
 sdks/python/apache_beam/metrics/OWNERS             |    5 -
 sdks/python/apache_beam/options/OWNERS             |    5 -
 sdks/python/apache_beam/portability/OWNERS         |    6 -
 sdks/python/apache_beam/runners/OWNERS             |    5 -
 sdks/python/apache_beam/testing/OWNERS             |    5 -
 sdks/python/apache_beam/tools/OWNERS               |    5 -
 sdks/python/apache_beam/transforms/OWNERS          |    6 -
 sdks/python/apache_beam/typehints/OWNERS           |    4 -
 sdks/python/apache_beam/utils/OWNERS               |    5 -
 sdks/python/container/OWNERS                       |    6 -
 sdks/python/scripts/OWNERS                         |    4 -
 website/OWNERS                                     |    5 -
 .../www/site/content/en/contribute/dependencies.md |    4 -
 94 files changed, 1621 deletions(-)

diff --git a/.test-infra/OWNERS b/.test-infra/OWNERS
deleted file mode 100644
index 7d9c8cae4d7..00000000000
--- a/.test-infra/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lgajowy
diff --git a/.test-infra/jenkins/OWNERS b/.test-infra/jenkins/OWNERS
deleted file mode 100644
index ca45477af95..00000000000
--- a/.test-infra/jenkins/OWNERS
+++ /dev/null
@@ -1,6 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lgajowy
-  - kkucharc
-  - echauchot
diff --git a/.test-infra/jupyter/OWNERS b/.test-infra/jupyter/OWNERS
deleted file mode 100644
index 586139172ce..00000000000
--- a/.test-infra/jupyter/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - udim
diff --git a/.test-infra/kubernetes/OWNERS b/.test-infra/kubernetes/OWNERS
deleted file mode 100644
index 2a140107225..00000000000
--- a/.test-infra/kubernetes/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lgajowy
-  - kkucharc
diff --git a/.test-infra/metrics/OWNERS b/.test-infra/metrics/OWNERS
deleted file mode 100644
index dcdc8196367..00000000000
--- a/.test-infra/metrics/OWNERS
+++ /dev/null
@@ -1,8 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - Ardagan
-  - alanmyrvold
-  - markflyhigh
-  - yifanzou
-
diff --git a/.test-infra/terraform/OWNERS b/.test-infra/terraform/OWNERS
deleted file mode 100644
index 2ff287d8473..00000000000
--- a/.test-infra/terraform/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - damondouglas
-
diff --git a/OWNERS b/OWNERS
deleted file mode 100644
index 6f6d2a478b2..00000000000
--- a/OWNERS
+++ /dev/null
@@ -1,22 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-filters:
-  # Per-language reviewers.
-  "\\.go$":
-    reviewers:
-      - herohde
-  "\\.java$":
-    reviewers:
-      - lukecwik
-      - kennknowles
-      - aaltay
-  "\\.py$":
-    reviewers:
-      - pabloem
-      - robertwb
-      - aaltay
-      - charlesccychen
-
-  "build\\.gradle$":
-    reviewers:
-      - lukecwik
diff --git a/buildSrc/OWNERS b/buildSrc/OWNERS
deleted file mode 100644
index af32c311923..00000000000
--- a/buildSrc/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lukecwik
diff --git a/examples/java/OWNERS b/examples/java/OWNERS
deleted file mode 100644
index 38112463e09..00000000000
--- a/examples/java/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lukecwik
-  - aaltay
diff --git a/gradle/OWNERS b/gradle/OWNERS
deleted file mode 100644
index af32c311923..00000000000
--- a/gradle/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lukecwik
diff --git a/it/OWNERS b/it/OWNERS
deleted file mode 100644
index 2ca2a71b867..00000000000
--- a/it/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - pranavbhandari24
-  - abacn
\ No newline at end of file
diff --git a/model/OWNERS b/model/OWNERS
deleted file mode 100644
index a5b32dc72cf..00000000000
--- a/model/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - herohde
-  - lukecwik
diff --git a/model/fn-execution/OWNERS b/model/fn-execution/OWNERS
deleted file mode 100644
index 23065b82b3f..00000000000
--- a/model/fn-execution/OWNERS
+++ /dev/null
@@ -1,6 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - herohde
-  - robertwb
-  - lukecwik
diff --git a/model/interactive/OWNERS b/model/interactive/OWNERS
deleted file mode 100644
index 5413f506e36..00000000000
--- a/model/interactive/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - srohde
diff --git a/model/job-management/OWNERS b/model/job-management/OWNERS
deleted file mode 100644
index 23065b82b3f..00000000000
--- a/model/job-management/OWNERS
+++ /dev/null
@@ -1,6 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - herohde
-  - robertwb
-  - lukecwik
diff --git a/model/pipeline/OWNERS b/model/pipeline/OWNERS
deleted file mode 100644
index 23065b82b3f..00000000000
--- a/model/pipeline/OWNERS
+++ /dev/null
@@ -1,6 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - herohde
-  - robertwb
-  - lukecwik
diff --git a/ownership/JAVA_DEPENDENCY_OWNERS.yaml 
b/ownership/JAVA_DEPENDENCY_OWNERS.yaml
deleted file mode 100644
index 0f4ada248f6..00000000000
--- a/ownership/JAVA_DEPENDENCY_OWNERS.yaml
+++ /dev/null
@@ -1,1013 +0,0 @@
-#!/usr/bin/env python
-#
-# 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.
-#
-
-# Beam Java SDK dependency ownership
-# Please update if new dependencies are introduced to the Beam.
-# Sign up with you JIRA username to take the ownership of a package.
-# Separate names by comma.
-
----
-
-deps:
-  args4j:args4j:
-    group: args4j
-    artifact: args4j
-    owners:
-
-  biz.aQute:bndlib:
-    group: biz.aQute
-    artifact: bndlib
-    owners:
-
-  ca.coglinc:javacc-gradle-plugin:
-    group: ca.coglinc
-    artifact: javacc-gradle-plugin
-    owners:
-
-  com.alibaba:fastjson:
-    group: com.alibaba
-    artifact: fastjson
-    owners:
-
-  com.amazonaws:amazon-kinesis-client:
-    group: com.amazonaws
-    artifact: amazon-kinesis-client
-    owners: aromanenko-dev
-
-  com.amazonaws:amazon-kinesis-producer:
-    group: com.amazonaws
-    artifact: amazon-kinesis-producer
-    owners: aromanenko-dev
-
-  com.amazonaws:aws-java-sdk-cloudwatch:
-    group: com.amazonaws
-    artifact: aws-java-sdk-cloudwatch
-    owners:
-
-  com.amazonaws:aws-java-sdk-core:
-    group: com.amazonaws
-    artifact: aws-java-sdk-core
-    owners:
-
-  com.amazonaws:aws-java-sdk-kinesis:
-    group: com.amazonaws
-    artifact: aws-java-sdk-kinesis
-    owners:
-
-  com.amazonaws:aws-java-sdk-s3:
-    group: com.amazonaws
-    artifact: aws-java-sdk-s3
-    owners:
-
-  com.carrotsearch.randomizedtesting:randomizedtesting-runner:
-    group: com.carrotsearch.randomizedtesting
-    artifact: randomizedtesting-runner
-    owners:
-
-  com.clearspring.analytics:stream:
-    group: com.clearspring.analytics
-    artifact: stream
-    owners:
-
-  com.datastax.cassandra:cassandra-driver-core:
-    group: com.datastax.cassandra
-    artifact: cassandra-driver-core
-    owners:
-
-  com.datastax.cassandra:cassandra-driver-mapping:
-    group: com.datastax.cassandra
-    artifact: cassandra-driver-mapping
-    owners:
-
-  com.diffplug.spotless:spotless-plugin-gradle:
-    group: com.diffplug.spotless
-    artifact: spotless-plugin-gradle
-    owners:
-
-  com.esotericsoftware.kryo:kryo:
-    group: com.esotericsoftware.kryo
-    artifact: kryo
-    owners:
-
-  com.fasterxml.jackson.core:jackson-annotations:
-    group: com.fasterxml.jackson.core
-    artifact: jackson-annotations
-    owners:
-
-  com.fasterxml.jackson.core:jackson-core:
-    group: com.fasterxml.jackson.core
-    artifact: jackson-core
-    owners:
-
-  com.fasterxml.jackson.core:jackson-databind:
-    group: com.fasterxml.jackson.core
-    artifact: jackson-databind
-    owners:
-
-  com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:
-    group: com.fasterxml.jackson.dataformat
-    artifact: jackson-dataformat-cbor
-    owners:
-
-  com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:
-    group: com.fasterxml.jackson.dataformat
-    artifact: jackson-dataformat-yaml
-    owners:
-
-  com.fasterxml.jackson.datatype:jackson-datatype-joda:
-    group: com.fasterxml.jackson.datatype
-    artifact: jackson-datatype-joda
-    owners:
-
-  com.fasterxml.jackson.module:jackson-module-scala_2.11:
-    group: com.fasterxml.jackson.module
-    artifact: jackson-module-scala_2.11
-    owners:
-
-  com.github.davidmc24.gradle-avro-plugin:gradle-avro-plugin:
-    group: com.github.davidmc24.gradle-avro-plugin
-    artifact: gradle-avro-plugin
-    owners:
-
-  com.github.jengelman.gradle.plugins:shadow:
-    group: com.github.jengelman.gradle.plugins
-    artifact: shadow
-    owners:
-
-  com.google.api:gax-grpc:
-    group: com.google.api
-    artifact: gax-grpc
-    owners:
-
-  com.google.api:api-common:
-    group: com.google.api
-    artifact: api-common
-    owners:
-
-  com.google.api-client:google-api-client:
-    group: com.google.api-client
-    artifact: google-api-client
-    owners:
-
-  com.google.api-client:google-api-client-jackson2:
-    group: com.google.api-client
-    artifact: google-api-client-jackson2
-    owners:
-
-  com.google.api-client:google-api-client-java6:
-    group: com.google.api-client
-    artifact: google-api-client-java6
-    owners:
-
-  com.google.api.grpc:grpc-google-cloud-pubsub-v1:
-    group: com.google.api.grpc
-    artifact: grpc-google-cloud-pubsub-v1
-    owners:
-
-  com.google.api.grpc:proto-google-cloud-pubsub-v1:
-    group: com.google.api.grpc
-    artifact: proto-google-cloud-pubsub-v1
-    owners:
-
-  com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:
-    group: com.google.api.grpc
-    artifact: proto-google-cloud-spanner-admin-database-v1
-    owners:
-
-  com.google.api.grpc:proto-google-common-protos:
-    group: com.google.api.grpc
-    artifact: proto-google-common-protos
-    owners:
-
-  com.google.apis:google-api-services-bigquery:
-    group: com.google.apis
-    artifact: google-api-services-bigquery
-    owners: chamikara
-
-  com.google.apis:google-api-services-clouddebugger:
-    group: com.google.apis
-    artifact: google-api-services-clouddebugger
-    owners: chamikara
-
-  com.google.apis:google-api-services-cloudresourcemanager:
-    group: com.google.apis
-    artifact: google-api-services-cloudresourcemanager
-    owners: chamikara
-
-  com.google.apis:google-api-services-dataflow:
-    group: com.google.apis
-    artifact: google-api-services-dataflow
-    owners: chamikara
-
-  com.google.apis:google-api-services-pubsub:
-    group: com.google.apis
-    artifact: google-api-services-pubsub
-    owners: chamikara
-
-  com.google.apis:google-api-services-storage:
-    group: com.google.apis
-    artifact: google-api-services-storage
-    owners: chamikara
-
-  com.google.auth:google-auth-library-credentials:
-    group: com.google.auth
-    artifact: google-auth-library-credentials
-    owners:
-
-  com.google.auth:google-auth-library-oauth2-http:
-    group: com.google.auth
-    artifact: google-auth-library-oauth2-http
-    owners:
-
-  com.google.auto.service:auto-service:
-    group: com.google.auto.service
-    artifact: auto-service
-    owners:
-
-  com.google.auto.value:auto-value:
-    group: com.google.auto.value
-    artifact: auto-value
-    owners:
-
-  com.google.cloud:google-cloud-core:
-    group: com.google.cloud
-    artifact: google-cloud-core
-    owners:
-
-  com.google.cloud:google-cloud-core-grpc:
-    group: com.google.cloud
-    artifact: google-cloud-core-grpc
-    owners:
-
-  com.google.cloud:google-cloud-spanner:
-    group: com.google.cloud
-    artifact: google-cloud-spanner
-    owners:
-
-  com.google.cloud.bigdataoss:gcsio:
-    group: com.google.cloud.bigdataoss
-    artifact: gcsio
-    owners:
-
-  com.google.cloud.bigdataoss:util:
-    group: com.google.cloud.bigdataoss
-    artifact: util
-    owners:
-
-  com.google.cloud.bigtable:bigtable-client-core:
-    group: com.google.cloud.bigtable
-    artifact: bigtable-client-core
-    owners:
-
-  com.google.cloud.bigtable:bigtable-protos:
-    group: com.google.cloud.bigtable
-    artifact: bigtable-protos
-    owners:
-
-  com.google.cloud.dataflow:google-cloud-dataflow-java-proto-library-all:
-    group: com.google.cloud.dataflow
-    artifact: google-cloud-dataflow-java-proto-library-all
-    owners:
-
-  com.google.cloud.datastore:datastore-v1-proto-client:
-    group: com.google.cloud.datastore
-    artifact: datastore-v1-proto-client
-    owners:
-
-  com.google.cloud.datastore:datastore-v1-protos:
-    group: com.google.cloud.datastore
-    artifact: datastore-v1-protos
-    owners:
-
-  com.google.code.findbugs:findbugs-annotations:
-    group: com.google.code.findbugs
-    artifact: findbugs-annotations
-    owners:
-
-  com.google.code.findbugs:jsr305:
-    group: com.google.code.findbugs
-    artifact: jsr305
-    owners:
-
-  com.google.errorprone:error_prone_annotations:
-    group: com.google.errorprone
-    artifact: error_prone_annotations
-    owners:
-
-  com.google.guava:guava:
-    group: com.google.guava
-    artifact: guava
-    owners:
-
-  com.google.guava:guava-testlib:
-    group: com.google.guava
-    artifact: guava-testlib
-    owners:
-
-  com.google.http-client:google-http-client:
-    group: com.google.http-client
-    artifact: google-http-client
-    owners:
-
-  com.google.http-client:google-http-client-jackson2:
-    group: com.google.http-client
-    artifact: google-http-client-jackson2
-    owners:
-
-  com.google.http-client:google-http-client-jackson:
-    group: com.google.http-client
-    artifact: google-http-client-jackson
-    owners:
-
-  com.google.http-client:google-http-client-protobuf:
-    group: com.google.http-client
-    artifact: google-http-client-protobuf
-    owners:
-
-  com.google.oauth-client:google-oauth-client-java6:
-    group: com.google.oauth-client
-    artifact: google-oauth-client-java6
-    owners:
-
-  com.google.oauth-client:google-oauth-client:
-    group: com.google.oauth-client
-    artifact: google-oauth-client
-    owners:
-
-  com.google.protobuf:protobuf-gradle-plugin:
-    group: com.google.protobuf
-    artifact: protobuf-gradle-plugin
-    owners: pabloem
-
-  com.google.protobuf:protobuf-java:
-    group: com.google.protobuf
-    artifact: protobuf-java
-    owners: chamikara
-
-  com.google.protobuf:protobuf-java-util:
-    group: com.google.protobuf
-    artifact: protobuf-java-util
-    owners: chamikara
-
-  com.google.protobuf:protoc:
-    group: com.google.protobuf
-    artifact: protoc
-    owners: chamikara
-
-  com.gradle:build-scan-plugin:
-    group: com.gradle
-    artifact: build-scan-plugin
-    owners:
-
-  com.pholser:junit-quickcheck-core:
-    group: com.pholser
-    artifact: junit-quickcheck-core
-    owners:
-
-  com.tdunning:t-digest:
-    group: com.tdunning
-    artifact: t-digest
-    owners:
-
-  com.typesafe:config:
-    group: com.typesafe
-    artifact: config
-    owners:
-
-  commons-cli:commons-cli:
-    group: commons-cli
-    artifact: commons-cli
-    owners:
-
-  commons-codec:commons-codec:
-    group: commons-codec
-    artifact: commons-codec
-    owners:
-
-  commons-io:commons-io:
-    group: commons-io
-    artifact: commons-io
-    owners:
-
-  cz.malohlava:visteg:
-    group: cz.malohlava
-    artifact: visteg
-    owners:
-
-  de.flapdoodle.embed:de.flapdoodle.embed.mongo:
-    group: de.flapdoodle.embed
-    artifact: de.flapdoodle.embed.mongo
-    owners:
-
-  de.flapdoodle.embed:de.flapdoodle.embed.process:
-    group: de.flapdoodle.embed
-    artifact: de.flapdoodle.embed.process
-    owners:
-
-  gradle.plugin.com.github.blindpirate:gogradle:
-    group: gradle.plugin.com.github.blindpirate
-    artifact: gogradle
-    owners:
-
-  gradle.plugin.com.palantir.gradle.docker:gradle-docker:
-    group: gradle.plugin.com.palantir.gradle.docker
-    artifact: gradle-docker
-    owners:
-
-  
gradle.plugin.io.pry.gradle.offline_dependencies:gradle-offline-dependencies-plugin:
-    group: gradle.plugin.io.pry.gradle.offline_dependencies
-    artifact: gradle-offline-dependencies-plugin
-    owners:
-
-  gradle.plugin.org.nosphere.apache:creadur-rat-gradle:
-    group: gradle.plugin.org.nosphere.apache
-    artifact: creadur-rat-gradle
-    owners:
-
-  io.dropwizard.metrics:metrics-core:
-    group: io.dropwizard.metrics
-    artifact: metrics-core
-    owners:
-
-  io.grpc:grpc-all:
-    group: io.grpc
-    artifact: grpc-all
-    owners: chamikara
-
-  io.grpc:grpc-auth:
-    group: io.grpc
-    artifact: grpc-auth
-    owners: chamikara
-
-  io.grpc:grpc-core:
-    group: io.grpc
-    artifact: grpc-core
-    owners: chamikara
-
-  io.grpc:grpc-netty:
-    group: io.grpc
-    artifact: grpc-netty
-    owners: chamikara
-
-  io.grpc:grpc-protobuf:
-    group: io.grpc
-    artifact: grpc-protobuf
-    owners: chamikara
-
-  io.grpc:grpc-stub:
-    group: io.grpc
-    artifact: grpc-stub
-    owners: chamikara
-
-  io.grpc:protoc-gen-grpc-java:
-    group: io.grpc
-    artifact: protoc-gen-grpc-java
-    owners: chamikara
-
-  io.netty:netty-all:
-    group: io.netty
-    artifact: netty-all
-    owners: chamikara
-
-  io.netty:netty-handler:
-    group: io.netty
-    artifact: netty-handler
-    owners: chamikara
-
-  io.netty:netty-tcnative-boringssl-static:
-    group: io.netty
-    artifact: netty-tcnative-boringssl-static
-    owners: chamikara
-
-  io.netty:netty-transport-native-epoll:
-    group: io.netty
-    artifact: netty-transport-native-epoll
-    owners: chamikara
-
-  io.opencensus:opencensus-api:
-    group: io.opencensus
-    artifact: opencensus-api
-    owners:
-
-  io.opencensus:opencensus-contrib-grpc-metrics:
-    group: io.opencensus
-    artifact: opencensus-contrib-grpc-metrics
-    owners:
-
-  javax.xml.bind:jaxb-api:
-    group: javax.xml.bind
-    artifact: jaxb-api
-    owners:
-
-  jline:jline:
-    group: jline
-    artifact: jline
-    owners: kenn,kedin,apilloud,amaliujia
-
-  joda-time:joda-time:
-    group: joda-time
-    artifact: joda-time
-    owners:
-
-  net.bytebuddy:byte-buddy:
-    group: net.bytebuddy
-    artifact: byte-buddy
-    owners:
-
-  net.java.dev.javacc:javacc:
-    group: net.java.dev.javacc
-    artifact: javacc
-    owners:
-
-  net.java.dev.jna:jna:
-    group: net.java.dev.jna
-    artifact: jna
-    owners:
-
-  net.ltgt.gradle:gradle-errorprone-plugin:
-    group: net.ltgt.gradle
-    artifact: gradle-errorprone-plugin
-    owners:
-
-  net.researchgate:gradle-release:
-    group: net.researchgate
-    artifact: gradle-release
-    owners: pabloem
-
-  org.apache.activemq:activemq-amqp:
-    group: org.apache.activemq
-    artifact: activemq-amqp
-    owners:
-
-  org.apache.activemq:activemq-broker:
-    group: org.apache.activemq
-    artifact: activemq-broker
-    owners:
-
-  org.apache.activemq:activemq-client:
-    group: org.apache.activemq
-    artifact: activemq-client
-    owners:
-
-  org.apache.activemq:activemq-jaas:
-    group: org.apache.activemq
-    artifact: activemq-jaas
-    owners:
-
-  org.apache.activemq:activemq-kahadb-store:
-    group: org.apache.activemq
-    artifact: activemq-kahadb-store
-    owners:
-
-  org.apache.activemq:activemq-mqtt:
-    group: org.apache.activemq
-    artifact: activemq-mqtt
-    owners:
-
-  org.apache.activemq.tooling:activemq-junit:
-    group: org.apache.activemq.tooling
-    artifact: activemq-junit
-    owners:
-
-  org.apache.avro:avro:
-    group: org.apache.avro
-    artifact: avro
-    owners:
-
-  org.apache.calcite:calcite-core:
-    group: org.apache.calcite
-    artifact: calcite-core
-    owners: kenn,kedin,apilloud,amaliujia,mingmxu
-
-  org.apache.calcite:calcite-linq4j:
-    group: org.apache.calcite
-    artifact: calcite-linq4j
-    owners: kenn,kedin,apilloud,amaliujia,mingmxu
-
-  org.apache.calcite.avatica:avatica-core:
-    group: org.apache.calcite.avatica
-    artifact: avatica-core
-    owners: kenn,kedin,apilloud,amaliujia,mingmxu
-
-  org.apache.cassandra:cassandra-all:
-    group: org.apache.cassandra
-    artifact: cassandra-all
-    owners:
-
-  org.apache.commons:commons-compress:
-    group: org.apache.commons
-    artifact: commons-compress
-    owners:
-
-  org.apache.commons:commons-csv:
-    group: org.apache.commons
-    artifact: commons-csv
-    owners: kenn,kedin,apilloud,amaliujia,mingmxu
-
-  org.apache.commons:commons-dbcp2:
-    group: org.apache.commons
-    artifact: commons-dbcp2
-    owners:
-
-  org.apache.commons:commons-lang3:
-    group: org.apache.commons
-    artifact: commons-lang3
-    owners:
-
-  org.apache.derby:derby:
-    group: org.apache.derby
-    artifact: derby
-    owners:
-
-  org.apache.derby:derbyclient:
-    group: org.apache.derby
-    artifact: derbyclient
-    owners:
-
-  org.apache.derby:derbynet:
-    group: org.apache.derby
-    artifact: derbynet
-    owners:
-
-  org.apache.flink:flink-clients_2.11:
-    group: org.apache.flink
-    artifact: flink-clients_2.11
-    owners:
-
-  org.apache.flink:flink-core:
-    group: org.apache.flink
-    artifact: flink-core
-    owners:
-
-  org.apache.flink:flink-java:
-    group: org.apache.flink
-    artifact: flink-java
-    owners:
-
-  org.apache.flink:flink-metrics-core:
-    group: org.apache.flink
-    artifact: flink-metrics-core
-    owners:
-
-  org.apache.flink:flink-runtime_2.11:
-    group: org.apache.flink
-    artifact: flink-runtime_2.11
-    owners:
-
-  org.apache.flink:flink-streaming-java_2.11:
-    group: org.apache.flink
-    artifact: flink-streaming-java_2.11
-    owners:
-
-  org.apache.flink:flink-test-utils_2.11:
-    group: org.apache.flink
-    artifact: flink-test-utils_2.11
-    owners:
-
-  org.apache.hadoop:hadoop-client:
-    group: org.apache.hadoop
-    artifact: hadoop-client
-    owners: timrobertson100
-
-  org.apache.hadoop:hadoop-common:
-    group: org.apache.hadoop
-    artifact: hadoop-common
-    owners: timrobertson100
-
-  org.apache.hadoop:hadoop-hdfs:
-    group: org.apache.hadoop
-    artifact: hadoop-hdfs
-    owners: timrobertson100
-
-  org.apache.hadoop:hadoop-mapreduce-client-core:
-    group: org.apache.hadoop
-    artifact: hadoop-mapreduce-client-core
-    owners: timrobertson100
-
-  org.apache.hadoop:hadoop-minicluster:
-    group: org.apache.hadoop
-    artifact: hadoop-minicluster
-    owners: timrobertson100
-
-  org.apache.hbase:hbase-common:
-    group: org.apache.hbase
-    artifact: hbase-common
-    owners: timrobertson100
-
-  org.apache.hbase:hbase-hadoop-compat:
-    group: org.apache.hbase
-    artifact: hbase-hadoop-compat
-    owners: timrobertson100
-
-  org.apache.hbase:hbase-hadoop2-compat:
-    group: org.apache.hbase
-    artifact: hbase-hadoop2-compat
-    owners: timrobertson100
-
-  org.apache.hbase:hbase-server:
-    group: org.apache.hbase
-    artifact: hbase-server
-    owners: timrobertson100
-
-  org.apache.hbase:hbase-shaded-client:
-    group: org.apache.hbase
-    artifact: hbase-shaded-client
-    owners: timrobertson100
-
-  org.apache.hbase:hbase-shaded-server:
-    group: org.apache.hbase
-    artifact: hbase-shaded-server
-    owners: timrobertson100
-
-  org.apache.hive:hive-cli:
-    group: org.apache.hive
-    artifact: hive-cli
-    owners: timrobertson100
-
-  org.apache.hive:hive-common:
-    group: org.apache.hive
-    artifact: hive-common
-    owners: timrobertson100
-
-  org.apache.hive:hive-exec:
-    group: org.apache.hive
-    artifact: hive-exec
-    owners: timrobertson100
-
-  org.apache.hive.hcatalog:hive-hcatalog-core:
-    group: org.apache.hive.hcatalog
-    artifact: hive-hcatalog-core
-    owners: timrobertson100
-
-  org.apache.httpcomponents:httpasyncclient:
-    group: org.apache.httpcomponents
-    artifact: httpasyncclient
-    owners:
-
-  org.apache.httpcomponents:httpclient:
-    group: org.apache.httpcomponents
-    artifact: httpclient
-    owners:
-
-  org.apache.httpcomponents:httpcore:
-    group: org.apache.httpcomponents
-    artifact: httpcore
-    owners:
-
-  org.apache.httpcomponents:httpcore-nio:
-    group: org.apache.httpcomponents
-    artifact: httpcore-nio
-    owners:
-
-  org.apache.kafka:kafka_2.11:
-    group: org.apache.kafka
-    artifact: kafka_2.11
-    owners:
-
-  org.apache.kafka:kafka-clients:
-    group: org.apache.kafka
-    artifact: kafka-clients
-    owners:
-
-  org.apache.kudu:kudu-client:
-    group: org.apache.kudu
-    artifact: kudu-client
-    owners:
-
-  org.apache.logging.log4j:log4j-api:
-    group: org.apache.logging.log4j
-    artifact: log4j-api
-    owners:
-
-  org.apache.logging.log4j:log4j-core:
-    group: org.apache.logging.log4j
-    artifact: log4j-core
-    owners:
-
-  org.apache.parquet:parquet-avro:
-    group: org.apache.parquet
-    artifact: parquet-avro
-    owners:
-
-  org.apache.parquet:parquet-common:
-    group: org.apache.parquet
-    artifact: parquet-common
-    owners:
-
-  org.apache.parquet:parquet-hadoop:
-    group: org.apache.parquet
-    artifact: parquet-hadoop
-    owners: timrobertson100
-
-  org.apache.qpid:proton-j:
-    group: org.apache.qpid
-    artifact: proton-j
-    owners:
-
-  org.apache.rat:apache-rat-tasks:
-    group: org.apache.rat
-    artifact: apache-rat-tasks
-    owners:
-
-  org.apache.solr:solr-core:
-    group: org.apache.solr
-    artifact: solr-core
-    owners: timrobertson100
-
-  org.apache.solr:solr-solrj:
-    group: org.apache.solr
-    artifact: solr-solrj
-    owners: timrobertson100
-
-  org.apache.solr:solr-test-framework:
-    group: org.apache.solr
-    artifact: solr-test-framework
-    owners: timrobertson100
-
-  org.apache.spark:spark-core_2.11:
-    group: org.apache.spark
-    artifact: spark-core_2.11
-    owners:
-
-  org.apache.spark:spark-network-common_2.11:
-    group: org.apache.spark
-    artifact: spark-network-common_2.11
-    owners:
-
-  org.apache.spark:spark-streaming_2.11:
-    group: org.apache.spark
-    artifact: spark-streaming_2.11
-    owners:
-
-  org.apache.tika:tika-core:
-    group: org.apache.tika
-    artifact: tika-core
-    owners:
-
-  org.apache.tika:tika-parsers:
-    group: org.apache.tika
-    artifact: tika-parsers
-    owners:
-
-  org.apache.zookeeper:zookeeper:
-    group: org.apache.zookeeper
-    artifact: zookeeper
-    owners: timrobertson100
-
-  org.assertj:assertj-core:
-    group: org.assertj
-    artifact: assertj-core
-    owners:
-
-  org.codehaus.groovy:groovy-all:
-    group: org.codehaus.groovy
-    artifact: groovy-all
-    owners:
-
-  org.codehaus.woodstox:stax2-api:
-    group: org.codehaus.woodstox
-    artifact: stax2-api
-    owners:
-
-  org.codehaus.woodstox:woodstox-core-asl:
-    group: org.codehaus.woodstox
-    artifact: woodstox-core-asl
-    owners:
-
-  org.elasticsearch:elasticsearch:
-    group: org.elasticsearch
-    artifact: elasticsearch
-    owners: echauchot,  timrobertson100
-
-  org.elasticsearch:elasticsearch-hadoop:
-    group: org.elasticsearch
-    artifact: elasticsearch-hadoop
-    owners: timrobertson100
-
-  org.elasticsearch.client:elasticsearch-rest-client:
-    group: org.elasticsearch.client
-    artifact: elasticsearch-rest-client
-    owners: echauchot,  timrobertson100
-
-  org.elasticsearch.client:transport:
-    group: org.elasticsearch.client
-    artifact: transport
-    owners: echauchot,  timrobertson100
-
-  org.elasticsearch.plugin:transport-netty4-client:
-    group: org.elasticsearch.plugin
-    artifact: transport-netty4-client
-    owners: echauchot,  timrobertson100
-
-  org.elasticsearch.test:framework:
-    group: org.elasticsearch.test
-    artifact: framework
-    owners: echauchot,  timrobertson100
-
-  org.freemarker:freemarker:
-    group: org.freemarker
-    artifact: freemarker
-    owners:
-
-  org.fusesource.mqtt-client:mqtt-client:
-    group: org.fusesource.mqtt-client
-    artifact: mqtt-client
-    owners:
-
-  org.hamcrest:hamcrest-core:
-    group: org.hamcrest
-    artifact: hamcrest-core
-    owners:
-
-  org.hamcrest:hamcrest-library:
-    group: org.hamcrest
-    artifact: hamcrest-library
-    owners:
-
-  org.mockito:mockito-core:
-    group: org.mockito
-    artifact: mockito-core
-    owners:
-
-  org.mongodb:mongo-java-driver:
-    group: org.mongodb
-    artifact: mongo-java-driver
-    owners:
-
-  org.postgresql:postgresql:
-    group: org.postgresql
-    artifact: postgresql
-    owners: timrobertson100
-
-  org.powermock:powermock-mockito-release-full:
-    group: org.powermock
-    artifact: powermock-mockito-release-full
-    owners: boyuanzz
-
-  org.scala-lang:scala-library:
-    group: org.scala-lang
-    artifact: scala-library
-    owners:
-
-  org.slf4j:slf4j-api:
-    group: org.slf4j
-    artifact: slf4j-api
-    owners:
-
-  org.slf4j:slf4j-jdk14:
-    group: org.slf4j
-    artifact: slf4j-jdk14
-    owners:
-
-  org.slf4j:slf4j-simple:
-    group: org.slf4j
-    artifact: slf4j-simple
-    owners:
-
-  org.slf4j:slf4j-log4j12:
-    group: org.slf4j
-    artifact: slf4j-log4j12
-    owners:
-
-  org.springframework:spring-expression:
-    group: org.springframework
-    artifact: spring-expression
-    owners:
-
-  org.tukaani:xz:
-    group: org.tukaani
-    artifact: xz
-    owners:
-
-  org.xerial.snappy:snappy-java:
-    group: org.xerial.snappy
-    artifact: snappy-java
-    owners:
-
-  redis.clients:jedis:
-    group: redis.clients
-    artifact: jedis
-    owners:
-
-  sqlline:sqlline:
-    group: sqlline
-    artifact: sqlline
-    owners: kenn,kedin,apilloud,amaliujia
-
-# No dependency added below this line.
-...
diff --git a/ownership/PYTHON_DEPENDENCY_OWNERS.yaml 
b/ownership/PYTHON_DEPENDENCY_OWNERS.yaml
deleted file mode 100644
index 182a966fd56..00000000000
--- a/ownership/PYTHON_DEPENDENCY_OWNERS.yaml
+++ /dev/null
@@ -1,97 +0,0 @@
-#!/usr/bin/env python
-#
-# 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.
-#
-
-# Beam Python SDK dependency ownership
-# Please update if new dependencies are introduced to the Beam.
-# Sign up with you JIRA username to take the ownership of a package.
-# Separate names by comma.
-
----
-
-deps:
-  avro:
-    owners: chamikara
-
-  fastavro:
-    owners: rdub, chamikara
-
-  dill:
-    owners: robertwb
-
-  google-apitools:
-    owners:
-
-  google-cloud-core:
-    owners:
-
-  google-cloud-bigquery:
-    owners: markflyhigh
-
-  google-cloud-bigtable:
-    owners:
-
-  google-cloud-pubsub:
-    owners: markflyhigh
-
-  grpcio:
-    owners: robertwb
-
-  hdfs:
-    owners:
-
-  httplib2:
-    owners:
-
-  mock:
-    owners:
-
-  pymongo:
-    owners: yichi
-
-  proto-google-cloud-pubsub-v1:
-    owners:
-
-  protobuf:
-    owners:
-
-  pyhamcrest:
-    owners: markflyhigh
-
-  pytz:
-    owners:
-
-  pyvcf:
-    owners:
-
-  pyyaml:
-    owners: robertwb
-
-  typing:
-    owners: robertwb
-
-  pandas:
-    owners: bhulette, robertwb
-
-  pyarrow:
-    owners: bhulette
-
-  numpy:
-    owners: bhulette
-
-# No dependency added below this line.
-...
diff --git a/release/OWNERS b/release/OWNERS
deleted file mode 100644
index 8b0b05531cd..00000000000
--- a/release/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - jbonofre
diff --git a/runners/core-construction-java/OWNERS 
b/runners/core-construction-java/OWNERS
deleted file mode 100644
index af32c311923..00000000000
--- a/runners/core-construction-java/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lukecwik
diff --git a/runners/core-java/OWNERS b/runners/core-java/OWNERS
deleted file mode 100644
index d1c065101f1..00000000000
--- a/runners/core-java/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - kennknowles
-  - lukecwik
diff --git 
a/runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/OWNERS 
b/runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/OWNERS
deleted file mode 100644
index 883da4e3f34..00000000000
--- 
a/runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - echauchot
diff --git a/runners/direct-java/OWNERS b/runners/direct-java/OWNERS
deleted file mode 100644
index af32c311923..00000000000
--- a/runners/direct-java/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lukecwik
diff --git 
a/runners/extensions-java/metrics/src/main/java/org/apache/beam/runners/extensions/metrics/OWNERS
 
b/runners/extensions-java/metrics/src/main/java/org/apache/beam/runners/extensions/metrics/OWNERS
deleted file mode 100644
index 883da4e3f34..00000000000
--- 
a/runners/extensions-java/metrics/src/main/java/org/apache/beam/runners/extensions/metrics/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - echauchot
diff --git a/runners/flink/OWNERS b/runners/flink/OWNERS
deleted file mode 100644
index 240dda0cded..00000000000
--- a/runners/flink/OWNERS
+++ /dev/null
@@ -1,6 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - angoenka
-  - mxm
-  - tweise
diff --git a/runners/google-cloud-dataflow-java/OWNERS 
b/runners/google-cloud-dataflow-java/OWNERS
deleted file mode 100644
index 20c3f13857d..00000000000
--- a/runners/google-cloud-dataflow-java/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - pabloem
-  - lukecwik
diff --git a/runners/java-fn-execution/OWNERS b/runners/java-fn-execution/OWNERS
deleted file mode 100644
index 201e7cb3750..00000000000
--- a/runners/java-fn-execution/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lukecwik
-  - angoenka
diff --git a/runners/local-java/OWNERS b/runners/local-java/OWNERS
deleted file mode 100644
index af32c311923..00000000000
--- a/runners/local-java/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lukecwik
diff --git a/runners/portability/OWNERS b/runners/portability/OWNERS
deleted file mode 100644
index af32c311923..00000000000
--- a/runners/portability/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lukecwik
diff --git a/runners/samza/OWNERS b/runners/samza/OWNERS
deleted file mode 100644
index fbd140d90fb..00000000000
--- a/runners/samza/OWNERS
+++ /dev/null
@@ -1,6 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - alnzng
-  - mynameborat
-  - xinyuiscool
diff --git a/runners/spark/OWNERS b/runners/spark/OWNERS
deleted file mode 100644
index 8b0b05531cd..00000000000
--- a/runners/spark/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - jbonofre
diff --git a/sdks/go/OWNERS b/sdks/go/OWNERS
deleted file mode 100644
index dafa6adc968..00000000000
--- a/sdks/go/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - herohde # emeritus
-  - lostluck
diff --git a/sdks/java/OWNERS b/sdks/java/OWNERS
deleted file mode 100644
index 5153af64bb4..00000000000
--- a/sdks/java/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - aaltay
-  - kennknowles
diff --git a/sdks/java/build-tools/OWNERS b/sdks/java/build-tools/OWNERS
deleted file mode 100644
index c8a0cb2bf9e..00000000000
--- a/sdks/java/build-tools/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - jasonkuster
diff --git a/sdks/java/container/OWNERS b/sdks/java/container/OWNERS
deleted file mode 100644
index d37599eb30c..00000000000
--- a/sdks/java/container/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - herohde
-  - aaltay
diff --git a/sdks/java/core/OWNERS b/sdks/java/core/OWNERS
deleted file mode 100644
index af32c311923..00000000000
--- a/sdks/java/core/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lukecwik
diff --git a/sdks/java/extensions/google-cloud-platform-core/OWNERS 
b/sdks/java/extensions/google-cloud-platform-core/OWNERS
deleted file mode 100644
index 7f25f229e96..00000000000
--- a/sdks/java/extensions/google-cloud-platform-core/OWNERS
+++ /dev/null
@@ -1,8 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lukecwik
-  - chamikaramj
-  - pabloem
-  - ihji
-  - johnjcasey
diff --git a/sdks/java/extensions/sql/OWNERS b/sdks/java/extensions/sql/OWNERS
deleted file mode 100644
index 371386ae63c..00000000000
--- a/sdks/java/extensions/sql/OWNERS
+++ /dev/null
@@ -1,10 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - akedin
-  - apilloud
-  - amaliujia
-  - XuMingmin
-  - xumingming
-  - kennknowles
-
diff --git a/sdks/java/fn-execution/OWNERS b/sdks/java/fn-execution/OWNERS
deleted file mode 100644
index 201e7cb3750..00000000000
--- a/sdks/java/fn-execution/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lukecwik
-  - angoenka
diff --git a/sdks/java/harness/OWNERS b/sdks/java/harness/OWNERS
deleted file mode 100644
index af32c311923..00000000000
--- a/sdks/java/harness/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lukecwik
diff --git a/sdks/java/io/OWNERS b/sdks/java/io/OWNERS
deleted file mode 100644
index a9ed5d3327f..00000000000
--- a/sdks/java/io/OWNERS
+++ /dev/null
@@ -1,7 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - jbonofre
-  - lukecwik
-  - chamikaramj
-  - timrobertson100
diff --git a/sdks/java/io/amazon-web-services/OWNERS 
b/sdks/java/io/amazon-web-services/OWNERS
deleted file mode 100644
index 377d5939afc..00000000000
--- a/sdks/java/io/amazon-web-services/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - aromanenko-dev
-  - mosche
diff --git a/sdks/java/io/amazon-web-services2/OWNERS 
b/sdks/java/io/amazon-web-services2/OWNERS
deleted file mode 100644
index 377d5939afc..00000000000
--- a/sdks/java/io/amazon-web-services2/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - aromanenko-dev
-  - mosche
diff --git a/sdks/java/io/amqp/OWNERS b/sdks/java/io/amqp/OWNERS
deleted file mode 100644
index 8b0b05531cd..00000000000
--- a/sdks/java/io/amqp/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - jbonofre
diff --git a/sdks/java/io/cassandra/OWNERS b/sdks/java/io/cassandra/OWNERS
deleted file mode 100644
index 41bc7167493..00000000000
--- a/sdks/java/io/cassandra/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - jbonofre
-  - echauchot
diff --git a/sdks/java/io/cdap/OWNERS b/sdks/java/io/cdap/OWNERS
deleted file mode 100644
index e60eec69932..00000000000
--- a/sdks/java/io/cdap/OWNERS
+++ /dev/null
@@ -1 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
diff --git a/sdks/java/io/clickhouse/OWNERS b/sdks/java/io/clickhouse/OWNERS
deleted file mode 100644
index 9070679c580..00000000000
--- a/sdks/java/io/clickhouse/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - kanterov
diff --git a/sdks/java/io/common/OWNERS b/sdks/java/io/common/OWNERS
deleted file mode 100644
index 5dc24af7d70..00000000000
--- a/sdks/java/io/common/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - chamikaramj
-  - timrobertson100
diff --git a/sdks/java/io/elasticsearch-tests/OWNERS 
b/sdks/java/io/elasticsearch-tests/OWNERS
deleted file mode 100644
index 07f4de0afef..00000000000
--- a/sdks/java/io/elasticsearch-tests/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - echauchot
-  - timrobertson100
diff --git a/sdks/java/io/elasticsearch/OWNERS 
b/sdks/java/io/elasticsearch/OWNERS
deleted file mode 100644
index c4a265bcd84..00000000000
--- a/sdks/java/io/elasticsearch/OWNERS
+++ /dev/null
@@ -1,7 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - egalpin
-  - echauchot
-  - jbonofre
-  - timrobertson100
diff --git a/sdks/java/io/file-based-io-tests/OWNERS 
b/sdks/java/io/file-based-io-tests/OWNERS
deleted file mode 100644
index c1a7da51495..00000000000
--- a/sdks/java/io/file-based-io-tests/OWNERS
+++ /dev/null
@@ -1,7 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lgajowy
-  - kkucharc
-  - chamikaramj
-  - timrobertson100
diff --git a/sdks/java/io/file-schema-transform/OWNERS 
b/sdks/java/io/file-schema-transform/OWNERS
deleted file mode 100644
index aed54489c35..00000000000
--- a/sdks/java/io/file-schema-transform/OWNERS
+++ /dev/null
@@ -1,8 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-# Reviewers below listed in alphabetic order
-
-reviewers:
-  - ahmedabu98
-  - damondouglas
-  - johnjcasey
-  - pabloem
diff --git a/sdks/java/io/google-cloud-platform/OWNERS 
b/sdks/java/io/google-cloud-platform/OWNERS
deleted file mode 100644
index cfe68754c99..00000000000
--- a/sdks/java/io/google-cloud-platform/OWNERS
+++ /dev/null
@@ -1,36 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers (BigTableIO) :
-  - igorbernstein2
-
-reviewers (SpannerIO) :
-  - darshan-sj
-  - nielm
-
-reviewers (SpannerIO - readChangeStream) :
-  - cl2012
-  - nancyxu123
-  - haikuo-google
-
-reviewers (BigQueryIO - Storage Read API) :
-  - kmjung
-  - vachan-shetty
-
-reviewers (FhirIO) :
-  - msbukal
-
-reviewers (DatastoreIO) :
-  - pcostell
-
-reviewers (FirestoreIO) :
-  - pcostell
-
-reviewers (PubsubLiteIO) :
-  - dpcollins-google
-
-reviewers (all GCP connectors):
-  - lukecwik
-  - chamikaramj
-  - pabloem
-  - ihji
-  - johnjcasey
diff --git a/sdks/java/io/hadoop-common/OWNERS 
b/sdks/java/io/hadoop-common/OWNERS
deleted file mode 100644
index 09812f7fded..00000000000
--- a/sdks/java/io/hadoop-common/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - timrobertson100
-  - aromanenko-dev
diff --git a/sdks/java/io/hadoop-file-system/OWNERS 
b/sdks/java/io/hadoop-file-system/OWNERS
deleted file mode 100644
index 09812f7fded..00000000000
--- a/sdks/java/io/hadoop-file-system/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - timrobertson100
-  - aromanenko-dev
diff --git a/sdks/java/io/hadoop-format/OWNERS 
b/sdks/java/io/hadoop-format/OWNERS
deleted file mode 100644
index 09812f7fded..00000000000
--- a/sdks/java/io/hadoop-format/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - timrobertson100
-  - aromanenko-dev
diff --git a/sdks/java/io/hbase/OWNERS b/sdks/java/io/hbase/OWNERS
deleted file mode 100644
index 09812f7fded..00000000000
--- a/sdks/java/io/hbase/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - timrobertson100
-  - aromanenko-dev
diff --git a/sdks/java/io/hcatalog/OWNERS b/sdks/java/io/hcatalog/OWNERS
deleted file mode 100644
index 09812f7fded..00000000000
--- a/sdks/java/io/hcatalog/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - timrobertson100
-  - aromanenko-dev
diff --git a/sdks/java/io/jdbc/OWNERS b/sdks/java/io/jdbc/OWNERS
deleted file mode 100644
index cdd510675d5..00000000000
--- a/sdks/java/io/jdbc/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - jbonofre
-  - timrobertson100
diff --git a/sdks/java/io/jms/OWNERS b/sdks/java/io/jms/OWNERS
deleted file mode 100644
index 8b0b05531cd..00000000000
--- a/sdks/java/io/jms/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - jbonofre
diff --git a/sdks/java/io/kafka/OWNERS b/sdks/java/io/kafka/OWNERS
deleted file mode 100644
index 6d38a74d6cc..00000000000
--- a/sdks/java/io/kafka/OWNERS
+++ /dev/null
@@ -1,7 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - aromanenko-dev
-  - chamikaramj
-  - lukecwik
-  - johnjcasey
diff --git a/sdks/java/io/kinesis/OWNERS b/sdks/java/io/kinesis/OWNERS
deleted file mode 100644
index 377d5939afc..00000000000
--- a/sdks/java/io/kinesis/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - aromanenko-dev
-  - mosche
diff --git a/sdks/java/io/kudu/OWNERS b/sdks/java/io/kudu/OWNERS
deleted file mode 100644
index 6049011f10e..00000000000
--- a/sdks/java/io/kudu/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - timrobertson100
diff --git a/sdks/java/io/mongodb/OWNERS b/sdks/java/io/mongodb/OWNERS
deleted file mode 100644
index 8b0b05531cd..00000000000
--- a/sdks/java/io/mongodb/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - jbonofre
diff --git a/sdks/java/io/mqtt/OWNERS b/sdks/java/io/mqtt/OWNERS
deleted file mode 100644
index 8b0b05531cd..00000000000
--- a/sdks/java/io/mqtt/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - jbonofre
diff --git a/sdks/java/io/neo4j/OWNERS b/sdks/java/io/neo4j/OWNERS
deleted file mode 100644
index 0ff6e82359f..00000000000
--- a/sdks/java/io/neo4j/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - mcasters
-
diff --git a/sdks/java/io/parquet/OWNERS b/sdks/java/io/parquet/OWNERS
deleted file mode 100644
index 189bb00c383..00000000000
--- a/sdks/java/io/parquet/OWNERS
+++ /dev/null
@@ -1,6 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lgajowy
-  - jbonofre
-  - aromanenko-dev
diff --git a/sdks/java/io/rabbitmq/OWNERS b/sdks/java/io/rabbitmq/OWNERS
deleted file mode 100644
index 8b0b05531cd..00000000000
--- a/sdks/java/io/rabbitmq/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - jbonofre
diff --git a/sdks/java/io/redis/OWNERS b/sdks/java/io/redis/OWNERS
deleted file mode 100644
index 8b0b05531cd..00000000000
--- a/sdks/java/io/redis/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - jbonofre
diff --git a/sdks/java/io/solr/OWNERS b/sdks/java/io/solr/OWNERS
deleted file mode 100644
index 6049011f10e..00000000000
--- a/sdks/java/io/solr/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - timrobertson100
diff --git a/sdks/java/io/sparkreceiver/2/OWNERS 
b/sdks/java/io/sparkreceiver/2/OWNERS
deleted file mode 100644
index e60eec69932..00000000000
--- a/sdks/java/io/sparkreceiver/2/OWNERS
+++ /dev/null
@@ -1 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
diff --git a/sdks/java/javadoc/OWNERS b/sdks/java/javadoc/OWNERS
deleted file mode 100644
index f5a89b0d3ff..00000000000
--- a/sdks/java/javadoc/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - melap
diff --git a/sdks/java/testing/OWNERS b/sdks/java/testing/OWNERS
deleted file mode 100644
index afa0fc252af..00000000000
--- a/sdks/java/testing/OWNERS
+++ /dev/null
@@ -1,6 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - echauchot
-  - aromanenko-dev
-  - lgajowy
diff --git a/sdks/java/testing/load-tests/OWNERS 
b/sdks/java/testing/load-tests/OWNERS
deleted file mode 100644
index 2a140107225..00000000000
--- a/sdks/java/testing/load-tests/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lgajowy
-  - kkucharc
diff --git a/sdks/java/testing/nexmark/OWNERS b/sdks/java/testing/nexmark/OWNERS
deleted file mode 100644
index 8725d56ab61..00000000000
--- a/sdks/java/testing/nexmark/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - echauchot
-  - aromanenko-dev
diff --git a/sdks/java/testing/test-utils/OWNERS 
b/sdks/java/testing/test-utils/OWNERS
deleted file mode 100644
index 2a140107225..00000000000
--- a/sdks/java/testing/test-utils/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - lgajowy
-  - kkucharc
diff --git a/sdks/python/OWNERS b/sdks/python/OWNERS
deleted file mode 100644
index 164680516a6..00000000000
--- a/sdks/python/OWNERS
+++ /dev/null
@@ -1,12 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers (all changes):
-  - aaltay
-  - tvalentyn
-
-reviewers (all GCP I/O connectors):
-  - lukecwik
-  - chamikaramj
-  - pabloem
-  - ihji
-  - johnjcasey
diff --git a/sdks/python/apache_beam/coders/OWNERS 
b/sdks/python/apache_beam/coders/OWNERS
deleted file mode 100644
index 207b624ab80..00000000000
--- a/sdks/python/apache_beam/coders/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - charlesccychen
diff --git a/sdks/python/apache_beam/examples/OWNERS 
b/sdks/python/apache_beam/examples/OWNERS
deleted file mode 100644
index 7dce27abe12..00000000000
--- a/sdks/python/apache_beam/examples/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - aaltay
-  - charlesccychen
diff --git a/sdks/python/apache_beam/internal/OWNERS 
b/sdks/python/apache_beam/internal/OWNERS
deleted file mode 100644
index 7dce27abe12..00000000000
--- a/sdks/python/apache_beam/internal/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - aaltay
-  - charlesccychen
diff --git a/sdks/python/apache_beam/io/OWNERS 
b/sdks/python/apache_beam/io/OWNERS
deleted file mode 100644
index 3f9471bf721..00000000000
--- a/sdks/python/apache_beam/io/OWNERS
+++ /dev/null
@@ -1,6 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - chamikaramj
-  - aaltay
-  - udim
diff --git a/sdks/python/apache_beam/metrics/OWNERS 
b/sdks/python/apache_beam/metrics/OWNERS
deleted file mode 100644
index f951b044bbc..00000000000
--- a/sdks/python/apache_beam/metrics/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - pabloem
-  - aaltay
diff --git a/sdks/python/apache_beam/options/OWNERS 
b/sdks/python/apache_beam/options/OWNERS
deleted file mode 100644
index 1a1f0f0d3e7..00000000000
--- a/sdks/python/apache_beam/options/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - pabloem
-  - charlesccychen
diff --git a/sdks/python/apache_beam/portability/OWNERS 
b/sdks/python/apache_beam/portability/OWNERS
deleted file mode 100644
index dc488208007..00000000000
--- a/sdks/python/apache_beam/portability/OWNERS
+++ /dev/null
@@ -1,6 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - charlesccychen
-  - robertwb
-  - aaltay
diff --git a/sdks/python/apache_beam/runners/OWNERS 
b/sdks/python/apache_beam/runners/OWNERS
deleted file mode 100644
index 1a1f0f0d3e7..00000000000
--- a/sdks/python/apache_beam/runners/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - pabloem
-  - charlesccychen
diff --git a/sdks/python/apache_beam/testing/OWNERS 
b/sdks/python/apache_beam/testing/OWNERS
deleted file mode 100644
index f951b044bbc..00000000000
--- a/sdks/python/apache_beam/testing/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - pabloem
-  - aaltay
diff --git a/sdks/python/apache_beam/tools/OWNERS 
b/sdks/python/apache_beam/tools/OWNERS
deleted file mode 100644
index 1a1f0f0d3e7..00000000000
--- a/sdks/python/apache_beam/tools/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - pabloem
-  - charlesccychen
diff --git a/sdks/python/apache_beam/transforms/OWNERS 
b/sdks/python/apache_beam/transforms/OWNERS
deleted file mode 100644
index 20b39cbdd96..00000000000
--- a/sdks/python/apache_beam/transforms/OWNERS
+++ /dev/null
@@ -1,6 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - pabloem
-  - aaltay
-  - charlesccychen
diff --git a/sdks/python/apache_beam/typehints/OWNERS 
b/sdks/python/apache_beam/typehints/OWNERS
deleted file mode 100644
index 207b624ab80..00000000000
--- a/sdks/python/apache_beam/typehints/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - charlesccychen
diff --git a/sdks/python/apache_beam/utils/OWNERS 
b/sdks/python/apache_beam/utils/OWNERS
deleted file mode 100644
index 1a1f0f0d3e7..00000000000
--- a/sdks/python/apache_beam/utils/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - pabloem
-  - charlesccychen
diff --git a/sdks/python/container/OWNERS b/sdks/python/container/OWNERS
deleted file mode 100644
index 9b01cf1e570..00000000000
--- a/sdks/python/container/OWNERS
+++ /dev/null
@@ -1,6 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - herohde
-  - aaltay
-  - charlesccychen
diff --git a/sdks/python/scripts/OWNERS b/sdks/python/scripts/OWNERS
deleted file mode 100644
index 3a2b3498379..00000000000
--- a/sdks/python/scripts/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - aaltay
diff --git a/website/OWNERS b/website/OWNERS
deleted file mode 100644
index d056e03ebea..00000000000
--- a/website/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# See the OWNERS docs at https://s.apache.org/beam-owners
-
-reviewers:
-  - melap
-  - timrobertson100
diff --git a/website/www/site/content/en/contribute/dependencies.md 
b/website/www/site/content/en/contribute/dependencies.md
index 7b880e47040..ac3a669a2d3 100644
--- a/website/www/site/content/en/contribute/dependencies.md
+++ b/website/www/site/content/en/contribute/dependencies.md
@@ -72,10 +72,6 @@ This will be a blocker for next major and minor version 
releases of Beam.
 
 For manually identified critical dependency updates, Beam community members 
should create blocking Issues for next release. In addition to this Beam 
community members may trigger patch releases for any critical dependency fixes 
that should be made available to users urgently.
 
-__Dependency declarations may identify owners that are responsible for 
upgrading respective dependencies.__
-
-Owners can be mentioned in the yaml files. Blocking Issues will be initially 
assigned to these owners (if available). Release manager may choose to 
re-assign these Issues. A dependency may have more than one declared owner and 
in this case the Issue will be assigned to one of the owners mentioned.
-
 __Dependencies of Java SDK components that may cause issues to other 
components if leaked should be vendored.__
 
 
[Vendoring](https://www.ardanlabs.com/blog/2013/10/manage-dependencies-with-godep.html)
 is the process of creating copies of third party dependencies. Combined with 
repackaging, vendoring allows Beam components to depend on third party 
libraries without causing conflicts to other components. Vendoring should be 
done in a case-by-case basis since this can increase the total number of 
dependencies deployed in user's enviroment.

Reply via email to