diff --git a/learning/katas/java/Common Transforms/Aggregation/Count/task-info.yaml b/learning/katas/java/Common Transforms/Aggregation/Count/task-info.yaml index eb75038a60b6..3d125f75ed8d 100644 --- a/learning/katas/java/Common Transforms/Aggregation/Count/task-info.yaml +++ b/learning/katas/java/Common Transforms/Aggregation/Count/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/commontransforms/aggregation/count/Task.java diff --git a/learning/katas/java/Common Transforms/Aggregation/Count/task-remote-info.yaml b/learning/katas/java/Common Transforms/Aggregation/Count/task-remote-info.yaml index 9381b855b945..1483d3399bf9 100644 --- a/learning/katas/java/Common Transforms/Aggregation/Count/task-remote-info.yaml +++ b/learning/katas/java/Common Transforms/Aggregation/Count/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076163 -update_date: "Thu, 21 Apr 2022 14:23:22 UTC" +update_date: Thu, 21 Apr 2022 14:23:22 UTC diff --git a/learning/katas/java/Common Transforms/Aggregation/Max/task-info.yaml b/learning/katas/java/Common Transforms/Aggregation/Max/task-info.yaml index c3276a3d583f..4032ade7a7d7 100644 --- a/learning/katas/java/Common Transforms/Aggregation/Max/task-info.yaml +++ b/learning/katas/java/Common Transforms/Aggregation/Max/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/commontransforms/aggregation/max/Task.java diff --git a/learning/katas/java/Common Transforms/Aggregation/Max/task-remote-info.yaml b/learning/katas/java/Common Transforms/Aggregation/Max/task-remote-info.yaml index c38e8e77a803..cc7ef5a98b38 100644 --- a/learning/katas/java/Common Transforms/Aggregation/Max/task-remote-info.yaml +++ b/learning/katas/java/Common Transforms/Aggregation/Max/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076167 -update_date: "Thu, 21 Apr 2022 14:23:27 UTC" +update_date: Thu, 21 Apr 2022 14:23:27 UTC diff --git a/learning/katas/java/Common Transforms/Aggregation/Mean/task-info.yaml b/learning/katas/java/Common Transforms/Aggregation/Mean/task-info.yaml index c693c79bc079..390f91d93dd9 100644 --- a/learning/katas/java/Common Transforms/Aggregation/Mean/task-info.yaml +++ b/learning/katas/java/Common Transforms/Aggregation/Mean/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/commontransforms/aggregation/mean/Task.java diff --git a/learning/katas/java/Common Transforms/Aggregation/Mean/task-remote-info.yaml b/learning/katas/java/Common Transforms/Aggregation/Mean/task-remote-info.yaml index a74b1e550ccc..d7f60487d73f 100644 --- a/learning/katas/java/Common Transforms/Aggregation/Mean/task-remote-info.yaml +++ b/learning/katas/java/Common Transforms/Aggregation/Mean/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076165 -update_date: "Thu, 21 Apr 2022 14:23:24 UTC" +update_date: Thu, 21 Apr 2022 14:23:24 UTC diff --git a/learning/katas/java/Common Transforms/Aggregation/Min/task-info.yaml b/learning/katas/java/Common Transforms/Aggregation/Min/task-info.yaml index 3de4c28bcc19..d68d6ca7238f 100644 --- a/learning/katas/java/Common Transforms/Aggregation/Min/task-info.yaml +++ b/learning/katas/java/Common Transforms/Aggregation/Min/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/commontransforms/aggregation/min/Task.java diff --git a/learning/katas/java/Common Transforms/Aggregation/Min/task-remote-info.yaml b/learning/katas/java/Common Transforms/Aggregation/Min/task-remote-info.yaml index 0f96e3b6d674..422b3a22b90b 100644 --- a/learning/katas/java/Common Transforms/Aggregation/Min/task-remote-info.yaml +++ b/learning/katas/java/Common Transforms/Aggregation/Min/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076166 -update_date: "Thu, 21 Apr 2022 14:23:25 UTC" +update_date: Thu, 21 Apr 2022 14:23:25 UTC diff --git a/learning/katas/java/Common Transforms/Aggregation/Sum/task-info.yaml b/learning/katas/java/Common Transforms/Aggregation/Sum/task-info.yaml index ff1bb92437c8..77f3c6ca7cfa 100644 --- a/learning/katas/java/Common Transforms/Aggregation/Sum/task-info.yaml +++ b/learning/katas/java/Common Transforms/Aggregation/Sum/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/commontransforms/aggregation/sum/Task.java diff --git a/learning/katas/java/Common Transforms/Aggregation/Sum/task-remote-info.yaml b/learning/katas/java/Common Transforms/Aggregation/Sum/task-remote-info.yaml index 18289dc214c9..91ef1bc8f2c8 100644 --- a/learning/katas/java/Common Transforms/Aggregation/Sum/task-remote-info.yaml +++ b/learning/katas/java/Common Transforms/Aggregation/Sum/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076164 -update_date: "Thu, 21 Apr 2022 14:23:23 UTC" +update_date: Thu, 21 Apr 2022 14:23:23 UTC diff --git a/learning/katas/java/Common Transforms/Aggregation/lesson-info.yaml b/learning/katas/java/Common Transforms/Aggregation/lesson-info.yaml index 350d883faaa1..8ea5f2549ff3 100644 --- a/learning/katas/java/Common Transforms/Aggregation/lesson-info.yaml +++ b/learning/katas/java/Common Transforms/Aggregation/lesson-info.yaml @@ -1,6 +1,25 @@ +# +# 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. +# + content: - - Count - - Sum - - Mean - - Min - - Max +- Count +- Sum +- Mean +- Min +- Max diff --git a/learning/katas/java/Common Transforms/Aggregation/lesson-remote-info.yaml b/learning/katas/java/Common Transforms/Aggregation/lesson-remote-info.yaml index 732b245d5b4d..3c16fe4065ce 100644 --- a/learning/katas/java/Common Transforms/Aggregation/lesson-remote-info.yaml +++ b/learning/katas/java/Common Transforms/Aggregation/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306173 -update_date: "Fri, 07 Feb 2020 14:07:34 UTC" +update_date: Fri, 07 Feb 2020 14:07:34 UTC +unit: 288214 diff --git a/learning/katas/java/Common Transforms/Filter/Filter/task-info.yaml b/learning/katas/java/Common Transforms/Filter/Filter/task-info.yaml index b0bde3c21521..1d31707bfcd3 100644 --- a/learning/katas/java/Common Transforms/Filter/Filter/task-info.yaml +++ b/learning/katas/java/Common Transforms/Filter/Filter/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/commontransforms/filter/filter/Task.java diff --git a/learning/katas/java/Common Transforms/Filter/Filter/task-remote-info.yaml b/learning/katas/java/Common Transforms/Filter/Filter/task-remote-info.yaml index 95839c8e2de8..d0cd219f8717 100644 --- a/learning/katas/java/Common Transforms/Filter/Filter/task-remote-info.yaml +++ b/learning/katas/java/Common Transforms/Filter/Filter/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076162 -update_date: "Thu, 21 Apr 2022 14:23:21 UTC" +update_date: Thu, 21 Apr 2022 14:23:21 UTC diff --git a/learning/katas/java/Common Transforms/Filter/ParDo/task-info.yaml b/learning/katas/java/Common Transforms/Filter/ParDo/task-info.yaml index 0be612e7a1be..da578d937786 100644 --- a/learning/katas/java/Common Transforms/Filter/ParDo/task-info.yaml +++ b/learning/katas/java/Common Transforms/Filter/ParDo/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/commontransforms/filter/pardo/Task.java diff --git a/learning/katas/java/Common Transforms/Filter/ParDo/task-remote-info.yaml b/learning/katas/java/Common Transforms/Filter/ParDo/task-remote-info.yaml index 499732bc8a00..411e4676e740 100644 --- a/learning/katas/java/Common Transforms/Filter/ParDo/task-remote-info.yaml +++ b/learning/katas/java/Common Transforms/Filter/ParDo/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076161 -update_date: "Thu, 21 Apr 2022 14:23:20 UTC" +update_date: Thu, 21 Apr 2022 14:23:20 UTC diff --git a/learning/katas/java/Common Transforms/Filter/lesson-info.yaml b/learning/katas/java/Common Transforms/Filter/lesson-info.yaml index f91f516275e8..93f7b5a07699 100644 --- a/learning/katas/java/Common Transforms/Filter/lesson-info.yaml +++ b/learning/katas/java/Common Transforms/Filter/lesson-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + content: - - ParDo - - Filter +- ParDo +- Filter diff --git a/learning/katas/java/Common Transforms/Filter/lesson-remote-info.yaml b/learning/katas/java/Common Transforms/Filter/lesson-remote-info.yaml index 8b108c0a8fc3..c2a2789b3981 100644 --- a/learning/katas/java/Common Transforms/Filter/lesson-remote-info.yaml +++ b/learning/katas/java/Common Transforms/Filter/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306172 -update_date: "Fri, 07 Feb 2020 14:07:26 UTC" +update_date: Fri, 07 Feb 2020 14:07:26 UTC +unit: 288213 diff --git a/learning/katas/java/Common Transforms/WithKeys/WithKeys/task-info.yaml b/learning/katas/java/Common Transforms/WithKeys/WithKeys/task-info.yaml index 6baa999a4c34..636f4995918c 100644 --- a/learning/katas/java/Common Transforms/WithKeys/WithKeys/task-info.yaml +++ b/learning/katas/java/Common Transforms/WithKeys/WithKeys/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/commontransforms/withkeys/Task.java diff --git a/learning/katas/java/Common Transforms/WithKeys/WithKeys/task-remote-info.yaml b/learning/katas/java/Common Transforms/WithKeys/WithKeys/task-remote-info.yaml index d79a5f9cc464..e6ffc63f9693 100644 --- a/learning/katas/java/Common Transforms/WithKeys/WithKeys/task-remote-info.yaml +++ b/learning/katas/java/Common Transforms/WithKeys/WithKeys/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076168 -update_date: "Thu, 21 Apr 2022 14:23:28 UTC" +update_date: Thu, 21 Apr 2022 14:23:28 UTC diff --git a/learning/katas/java/Common Transforms/WithKeys/lesson-info.yaml b/learning/katas/java/Common Transforms/WithKeys/lesson-info.yaml index f4276af30a45..11795674928f 100644 --- a/learning/katas/java/Common Transforms/WithKeys/lesson-info.yaml +++ b/learning/katas/java/Common Transforms/WithKeys/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - WithKeys +- WithKeys diff --git a/learning/katas/java/Common Transforms/WithKeys/lesson-remote-info.yaml b/learning/katas/java/Common Transforms/WithKeys/lesson-remote-info.yaml index 16fef150bec9..62306a7a58ab 100644 --- a/learning/katas/java/Common Transforms/WithKeys/lesson-remote-info.yaml +++ b/learning/katas/java/Common Transforms/WithKeys/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306174 -update_date: "Fri, 07 Feb 2020 14:07:49 UTC" +update_date: Fri, 07 Feb 2020 14:07:49 UTC +unit: 288215 diff --git a/learning/katas/java/Common Transforms/section-info.yaml b/learning/katas/java/Common Transforms/section-info.yaml index 3a68c09e8419..b32b98a6e135 100644 --- a/learning/katas/java/Common Transforms/section-info.yaml +++ b/learning/katas/java/Common Transforms/section-info.yaml @@ -1,4 +1,23 @@ +# +# 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. +# + content: - - Filter - - Aggregation - - WithKeys +- Filter +- Aggregation +- WithKeys diff --git a/learning/katas/java/Common Transforms/section-remote-info.yaml b/learning/katas/java/Common Transforms/section-remote-info.yaml index b89ca486af06..a1dc260f3847 100644 --- a/learning/katas/java/Common Transforms/section-remote-info.yaml +++ b/learning/katas/java/Common Transforms/section-remote-info.yaml @@ -1,2 +1,2 @@ id: 115777 -update_date: "Fri, 07 Feb 2020 14:07:24 UTC" +update_date: Fri, 07 Feb 2020 14:07:24 UTC diff --git a/learning/katas/java/Core Transforms/Branching/Branching/task-info.yaml b/learning/katas/java/Core Transforms/Branching/Branching/task-info.yaml index 2e566f65468e..e69a2b261887 100644 --- a/learning/katas/java/Core Transforms/Branching/Branching/task-info.yaml +++ b/learning/katas/java/Core Transforms/Branching/Branching/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/branching/Task.java diff --git a/learning/katas/java/Core Transforms/Branching/Branching/task-remote-info.yaml b/learning/katas/java/Core Transforms/Branching/Branching/task-remote-info.yaml index c126c45a4d45..293f626da153 100644 --- a/learning/katas/java/Core Transforms/Branching/Branching/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Branching/Branching/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076188 -update_date: "Thu, 21 Apr 2022 14:23:17 UTC" +update_date: Thu, 21 Apr 2022 14:23:17 UTC diff --git a/learning/katas/java/Core Transforms/Branching/lesson-info.yaml b/learning/katas/java/Core Transforms/Branching/lesson-info.yaml index 617d0fe6a187..25ecc7c0b8f9 100644 --- a/learning/katas/java/Core Transforms/Branching/lesson-info.yaml +++ b/learning/katas/java/Core Transforms/Branching/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - Branching +- Branching diff --git a/learning/katas/java/Core Transforms/Branching/lesson-remote-info.yaml b/learning/katas/java/Core Transforms/Branching/lesson-remote-info.yaml index c58eba9c28e6..d1861fc42011 100644 --- a/learning/katas/java/Core Transforms/Branching/lesson-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Branching/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306169 -update_date: "Fri, 07 Feb 2020 14:07:04 UTC" +update_date: Fri, 07 Feb 2020 14:07:04 UTC +unit: 288210 diff --git a/learning/katas/java/Core Transforms/CoGroupByKey/CoGroupByKey/task-info.yaml b/learning/katas/java/Core Transforms/CoGroupByKey/CoGroupByKey/task-info.yaml index 4180e4541e11..f5dc6719b9ee 100644 --- a/learning/katas/java/Core Transforms/CoGroupByKey/CoGroupByKey/task-info.yaml +++ b/learning/katas/java/Core Transforms/CoGroupByKey/CoGroupByKey/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/cogroupbykey/Task.java diff --git a/learning/katas/java/Core Transforms/CoGroupByKey/CoGroupByKey/task-remote-info.yaml b/learning/katas/java/Core Transforms/CoGroupByKey/CoGroupByKey/task-remote-info.yaml index 630eb5f0791c..70baec082b96 100644 --- a/learning/katas/java/Core Transforms/CoGroupByKey/CoGroupByKey/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/CoGroupByKey/CoGroupByKey/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076151 -update_date: "Thu, 21 Apr 2022 14:23:04 UTC" +update_date: Thu, 21 Apr 2022 14:23:04 UTC diff --git a/learning/katas/java/Core Transforms/CoGroupByKey/lesson-info.yaml b/learning/katas/java/Core Transforms/CoGroupByKey/lesson-info.yaml index f0432abd9904..273c0771cccf 100644 --- a/learning/katas/java/Core Transforms/CoGroupByKey/lesson-info.yaml +++ b/learning/katas/java/Core Transforms/CoGroupByKey/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - CoGroupByKey +- CoGroupByKey diff --git a/learning/katas/java/Core Transforms/CoGroupByKey/lesson-remote-info.yaml b/learning/katas/java/Core Transforms/CoGroupByKey/lesson-remote-info.yaml index f3d82a6db80b..d4628e715b21 100644 --- a/learning/katas/java/Core Transforms/CoGroupByKey/lesson-remote-info.yaml +++ b/learning/katas/java/Core Transforms/CoGroupByKey/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306163 -update_date: "Fri, 07 Feb 2020 14:06:17 UTC" +update_date: Fri, 07 Feb 2020 14:06:17 UTC +unit: 288204 diff --git a/learning/katas/java/Core Transforms/Combine/BinaryCombineFn Lambda/task-info.yaml b/learning/katas/java/Core Transforms/Combine/BinaryCombineFn Lambda/task-info.yaml index 32840bfab77d..395600ae2fc8 100644 --- a/learning/katas/java/Core Transforms/Combine/BinaryCombineFn Lambda/task-info.yaml +++ b/learning/katas/java/Core Transforms/Combine/BinaryCombineFn Lambda/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/combine/binarycombinefnlambda/Task.java diff --git a/learning/katas/java/Core Transforms/Combine/BinaryCombineFn Lambda/task-remote-info.yaml b/learning/katas/java/Core Transforms/Combine/BinaryCombineFn Lambda/task-remote-info.yaml index d0ac35029e21..1a6abec28021 100644 --- a/learning/katas/java/Core Transforms/Combine/BinaryCombineFn Lambda/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Combine/BinaryCombineFn Lambda/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076154 -update_date: "Thu, 21 Apr 2022 14:23:10 UTC" +update_date: Thu, 21 Apr 2022 14:23:10 UTC diff --git a/learning/katas/java/Core Transforms/Combine/BinaryCombineFn/task-info.yaml b/learning/katas/java/Core Transforms/Combine/BinaryCombineFn/task-info.yaml index 33c05c86ae85..76ba1b8a2efa 100644 --- a/learning/katas/java/Core Transforms/Combine/BinaryCombineFn/task-info.yaml +++ b/learning/katas/java/Core Transforms/Combine/BinaryCombineFn/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/combine/binarycombinefn/Task.java diff --git a/learning/katas/java/Core Transforms/Combine/BinaryCombineFn/task-remote-info.yaml b/learning/katas/java/Core Transforms/Combine/BinaryCombineFn/task-remote-info.yaml index b246c2aaab6d..27cd209acf6a 100644 --- a/learning/katas/java/Core Transforms/Combine/BinaryCombineFn/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Combine/BinaryCombineFn/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076153 -update_date: "Thu, 21 Apr 2022 14:23:08 UTC" +update_date: Thu, 21 Apr 2022 14:23:08 UTC diff --git a/learning/katas/java/Core Transforms/Combine/Combine PerKey/task-info.yaml b/learning/katas/java/Core Transforms/Combine/Combine PerKey/task-info.yaml index b6fa915f8e15..cb74542f4314 100644 --- a/learning/katas/java/Core Transforms/Combine/Combine PerKey/task-info.yaml +++ b/learning/katas/java/Core Transforms/Combine/Combine PerKey/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/combine/combineperkey/Task.java diff --git a/learning/katas/java/Core Transforms/Combine/Combine PerKey/task-remote-info.yaml b/learning/katas/java/Core Transforms/Combine/Combine PerKey/task-remote-info.yaml index 1264dd2d0e55..75279b1a162f 100644 --- a/learning/katas/java/Core Transforms/Combine/Combine PerKey/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Combine/Combine PerKey/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076155 -update_date: "Thu, 21 Apr 2022 14:23:11 UTC" +update_date: Thu, 21 Apr 2022 14:23:11 UTC diff --git a/learning/katas/java/Core Transforms/Combine/CombineFn/task-info.yaml b/learning/katas/java/Core Transforms/Combine/CombineFn/task-info.yaml index f6e5a134931f..e7feae2dec7c 100644 --- a/learning/katas/java/Core Transforms/Combine/CombineFn/task-info.yaml +++ b/learning/katas/java/Core Transforms/Combine/CombineFn/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/combine/combinefn/Task.java diff --git a/learning/katas/java/Core Transforms/Combine/CombineFn/task-remote-info.yaml b/learning/katas/java/Core Transforms/Combine/CombineFn/task-remote-info.yaml index dcacbffc5ec1..5d5d7b74e7fa 100644 --- a/learning/katas/java/Core Transforms/Combine/CombineFn/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Combine/CombineFn/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076152 -update_date: "Thu, 21 Apr 2022 14:23:07 UTC" +update_date: Thu, 21 Apr 2022 14:23:07 UTC diff --git a/learning/katas/java/Core Transforms/Combine/Simple Function/task-info.yaml b/learning/katas/java/Core Transforms/Combine/Simple Function/task-info.yaml index 2d2aaa09625e..2082b47f4ce0 100644 --- a/learning/katas/java/Core Transforms/Combine/Simple Function/task-info.yaml +++ b/learning/katas/java/Core Transforms/Combine/Simple Function/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/combine/simple/Task.java diff --git a/learning/katas/java/Core Transforms/Combine/Simple Function/task-remote-info.yaml b/learning/katas/java/Core Transforms/Combine/Simple Function/task-remote-info.yaml index dd82cf61210b..784c1a0ca88f 100644 --- a/learning/katas/java/Core Transforms/Combine/Simple Function/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Combine/Simple Function/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076194 -update_date: "Thu, 21 Apr 2022 14:23:06 UTC" +update_date: Thu, 21 Apr 2022 14:23:06 UTC diff --git a/learning/katas/java/Core Transforms/Combine/lesson-info.yaml b/learning/katas/java/Core Transforms/Combine/lesson-info.yaml index 81956af8455d..b27501825ba7 100644 --- a/learning/katas/java/Core Transforms/Combine/lesson-info.yaml +++ b/learning/katas/java/Core Transforms/Combine/lesson-info.yaml @@ -1,6 +1,25 @@ +# +# 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. +# + content: - - Simple Function - - CombineFn - - BinaryCombineFn - - BinaryCombineFn Lambda - - Combine PerKey +- Simple Function +- CombineFn +- BinaryCombineFn +- BinaryCombineFn Lambda +- Combine PerKey diff --git a/learning/katas/java/Core Transforms/Combine/lesson-remote-info.yaml b/learning/katas/java/Core Transforms/Combine/lesson-remote-info.yaml index 4cfcf3fac1ef..37e3eaadff83 100644 --- a/learning/katas/java/Core Transforms/Combine/lesson-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Combine/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306164 -update_date: "Fri, 07 Feb 2020 14:06:23 UTC" +update_date: Fri, 07 Feb 2020 14:06:23 UTC +unit: 288205 diff --git a/learning/katas/java/Core Transforms/Composite Transform/Composite Transform/task-info.yaml b/learning/katas/java/Core Transforms/Composite Transform/Composite Transform/task-info.yaml index 6c7b792e2bad..9d2fbe1ede31 100644 --- a/learning/katas/java/Core Transforms/Composite Transform/Composite Transform/task-info.yaml +++ b/learning/katas/java/Core Transforms/Composite Transform/Composite Transform/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/composite/Task.java diff --git a/learning/katas/java/Core Transforms/Composite Transform/Composite Transform/task-remote-info.yaml b/learning/katas/java/Core Transforms/Composite Transform/Composite Transform/task-remote-info.yaml index 5e95c1667e02..95ad8ecb58f0 100644 --- a/learning/katas/java/Core Transforms/Composite Transform/Composite Transform/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Composite Transform/Composite Transform/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076159 -update_date: "Thu, 21 Apr 2022 14:23:18 UTC" +update_date: Thu, 21 Apr 2022 14:23:18 UTC diff --git a/learning/katas/java/Core Transforms/Composite Transform/lesson-info.yaml b/learning/katas/java/Core Transforms/Composite Transform/lesson-info.yaml index dbc7b9c61ad4..177eab1cdb45 100644 --- a/learning/katas/java/Core Transforms/Composite Transform/lesson-info.yaml +++ b/learning/katas/java/Core Transforms/Composite Transform/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - Composite Transform +- Composite Transform diff --git a/learning/katas/java/Core Transforms/Composite Transform/lesson-remote-info.yaml b/learning/katas/java/Core Transforms/Composite Transform/lesson-remote-info.yaml index 6dbed45d59d9..4354e4a96d6b 100644 --- a/learning/katas/java/Core Transforms/Composite Transform/lesson-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Composite Transform/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306170 -update_date: "Fri, 07 Feb 2020 14:07:10 UTC" +update_date: Fri, 07 Feb 2020 14:07:10 UTC +unit: 288211 diff --git a/learning/katas/java/Core Transforms/DoFn Additional Parameters/DoFn Additional Parameters/task-info.yaml b/learning/katas/java/Core Transforms/DoFn Additional Parameters/DoFn Additional Parameters/task-info.yaml index b1099974fe5d..b9af068f0723 100644 --- a/learning/katas/java/Core Transforms/DoFn Additional Parameters/DoFn Additional Parameters/task-info.yaml +++ b/learning/katas/java/Core Transforms/DoFn Additional Parameters/DoFn Additional Parameters/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: theory files: - name: src/org/apache/beam/learning/katas/coretransforms/dofnadditionalparams/Task.java diff --git a/learning/katas/java/Core Transforms/DoFn Additional Parameters/DoFn Additional Parameters/task-remote-info.yaml b/learning/katas/java/Core Transforms/DoFn Additional Parameters/DoFn Additional Parameters/task-remote-info.yaml index 63fa4edbbbee..031263b9612b 100644 --- a/learning/katas/java/Core Transforms/DoFn Additional Parameters/DoFn Additional Parameters/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/DoFn Additional Parameters/DoFn Additional Parameters/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076160 -update_date: "Thu, 21 Apr 2022 14:23:19 UTC" +update_date: Thu, 21 Apr 2022 14:23:19 UTC diff --git a/learning/katas/java/Core Transforms/DoFn Additional Parameters/lesson-info.yaml b/learning/katas/java/Core Transforms/DoFn Additional Parameters/lesson-info.yaml index df89bbbc44b2..1a41bfb43a98 100644 --- a/learning/katas/java/Core Transforms/DoFn Additional Parameters/lesson-info.yaml +++ b/learning/katas/java/Core Transforms/DoFn Additional Parameters/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - DoFn Additional Parameters +- DoFn Additional Parameters diff --git a/learning/katas/java/Core Transforms/DoFn Additional Parameters/lesson-remote-info.yaml b/learning/katas/java/Core Transforms/DoFn Additional Parameters/lesson-remote-info.yaml index cd6d129012f2..28b347651058 100644 --- a/learning/katas/java/Core Transforms/DoFn Additional Parameters/lesson-remote-info.yaml +++ b/learning/katas/java/Core Transforms/DoFn Additional Parameters/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306171 -update_date: "Fri, 07 Feb 2020 14:07:17 UTC" +update_date: Fri, 07 Feb 2020 14:07:17 UTC +unit: 288212 diff --git a/learning/katas/java/Core Transforms/Flatten/Flatten/task-info.yaml b/learning/katas/java/Core Transforms/Flatten/Flatten/task-info.yaml index d85448a52e3d..9f79c99ffacd 100644 --- a/learning/katas/java/Core Transforms/Flatten/Flatten/task-info.yaml +++ b/learning/katas/java/Core Transforms/Flatten/Flatten/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/flatten/Task.java diff --git a/learning/katas/java/Core Transforms/Flatten/Flatten/task-remote-info.yaml b/learning/katas/java/Core Transforms/Flatten/Flatten/task-remote-info.yaml index d29356a2b50b..513abd786549 100644 --- a/learning/katas/java/Core Transforms/Flatten/Flatten/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Flatten/Flatten/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076187 -update_date: "Thu, 21 Apr 2022 14:23:12 UTC" +update_date: Thu, 21 Apr 2022 14:23:12 UTC diff --git a/learning/katas/java/Core Transforms/Flatten/lesson-info.yaml b/learning/katas/java/Core Transforms/Flatten/lesson-info.yaml index a70d1b2b0bd1..fd01c86e102e 100644 --- a/learning/katas/java/Core Transforms/Flatten/lesson-info.yaml +++ b/learning/katas/java/Core Transforms/Flatten/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - Flatten +- Flatten diff --git a/learning/katas/java/Core Transforms/Flatten/lesson-remote-info.yaml b/learning/katas/java/Core Transforms/Flatten/lesson-remote-info.yaml index 1014c7f2f787..067af7845e30 100644 --- a/learning/katas/java/Core Transforms/Flatten/lesson-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Flatten/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306165 -update_date: "Fri, 07 Feb 2020 14:06:38 UTC" +update_date: Fri, 07 Feb 2020 14:06:38 UTC +unit: 288206 diff --git a/learning/katas/java/Core Transforms/GroupByKey/GroupByKey/task-info.yaml b/learning/katas/java/Core Transforms/GroupByKey/GroupByKey/task-info.yaml index 8e74dc02c0fc..d1bea749936e 100644 --- a/learning/katas/java/Core Transforms/GroupByKey/GroupByKey/task-info.yaml +++ b/learning/katas/java/Core Transforms/GroupByKey/GroupByKey/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/groupbykey/Task.java diff --git a/learning/katas/java/Core Transforms/GroupByKey/GroupByKey/task-remote-info.yaml b/learning/katas/java/Core Transforms/GroupByKey/GroupByKey/task-remote-info.yaml index 04ef8476c0a0..f9e17098ae28 100644 --- a/learning/katas/java/Core Transforms/GroupByKey/GroupByKey/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/GroupByKey/GroupByKey/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076186 -update_date: "Thu, 21 Apr 2022 14:23:03 UTC" +update_date: Thu, 21 Apr 2022 14:23:03 UTC diff --git a/learning/katas/java/Core Transforms/GroupByKey/lesson-info.yaml b/learning/katas/java/Core Transforms/GroupByKey/lesson-info.yaml index 10e3228d0a1e..5de9eb69f819 100644 --- a/learning/katas/java/Core Transforms/GroupByKey/lesson-info.yaml +++ b/learning/katas/java/Core Transforms/GroupByKey/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - GroupByKey +- GroupByKey diff --git a/learning/katas/java/Core Transforms/GroupByKey/lesson-remote-info.yaml b/learning/katas/java/Core Transforms/GroupByKey/lesson-remote-info.yaml index 52b9747ca2b5..ede549672fe4 100644 --- a/learning/katas/java/Core Transforms/GroupByKey/lesson-remote-info.yaml +++ b/learning/katas/java/Core Transforms/GroupByKey/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306162 -update_date: "Fri, 07 Feb 2020 14:06:10 UTC" +update_date: Fri, 07 Feb 2020 14:06:10 UTC +unit: 288203 diff --git a/learning/katas/java/Core Transforms/Map/FlatMapElements/task-info.yaml b/learning/katas/java/Core Transforms/Map/FlatMapElements/task-info.yaml index d4addfa4e9a4..fae1e9405965 100644 --- a/learning/katas/java/Core Transforms/Map/FlatMapElements/task-info.yaml +++ b/learning/katas/java/Core Transforms/Map/FlatMapElements/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/map/flatmapelements/Task.java diff --git a/learning/katas/java/Core Transforms/Map/FlatMapElements/task-remote-info.yaml b/learning/katas/java/Core Transforms/Map/FlatMapElements/task-remote-info.yaml index 7dde8910c009..903d46c860cd 100644 --- a/learning/katas/java/Core Transforms/Map/FlatMapElements/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Map/FlatMapElements/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076150 -update_date: "Thu, 21 Apr 2022 14:23:01 UTC" +update_date: Thu, 21 Apr 2022 14:23:01 UTC diff --git a/learning/katas/java/Core Transforms/Map/MapElements/task-info.yaml b/learning/katas/java/Core Transforms/Map/MapElements/task-info.yaml index e40b0986e7e4..bea43991b7d7 100644 --- a/learning/katas/java/Core Transforms/Map/MapElements/task-info.yaml +++ b/learning/katas/java/Core Transforms/Map/MapElements/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/map/mapelements/Task.java diff --git a/learning/katas/java/Core Transforms/Map/MapElements/task-remote-info.yaml b/learning/katas/java/Core Transforms/Map/MapElements/task-remote-info.yaml index 206128129b31..b6dfdb11c39d 100644 --- a/learning/katas/java/Core Transforms/Map/MapElements/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Map/MapElements/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076149 -update_date: "Thu, 21 Apr 2022 14:23:00 UTC" +update_date: Thu, 21 Apr 2022 14:23:00 UTC diff --git a/learning/katas/java/Core Transforms/Map/ParDo OneToMany/task-info.yaml b/learning/katas/java/Core Transforms/Map/ParDo OneToMany/task-info.yaml index 7a852894b6fe..bcb70460f4d2 100644 --- a/learning/katas/java/Core Transforms/Map/ParDo OneToMany/task-info.yaml +++ b/learning/katas/java/Core Transforms/Map/ParDo OneToMany/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/map/pardoonetomany/Task.java diff --git a/learning/katas/java/Core Transforms/Map/ParDo OneToMany/task-remote-info.yaml b/learning/katas/java/Core Transforms/Map/ParDo OneToMany/task-remote-info.yaml index fd051693d496..41e63e0b8f6c 100644 --- a/learning/katas/java/Core Transforms/Map/ParDo OneToMany/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Map/ParDo OneToMany/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076148 -update_date: "Thu, 21 Apr 2022 14:22:59 UTC" +update_date: Thu, 21 Apr 2022 14:22:59 UTC diff --git a/learning/katas/java/Core Transforms/Map/ParDo/task-info.yaml b/learning/katas/java/Core Transforms/Map/ParDo/task-info.yaml index 48eaf48d9b9d..e0973227aa4a 100644 --- a/learning/katas/java/Core Transforms/Map/ParDo/task-info.yaml +++ b/learning/katas/java/Core Transforms/Map/ParDo/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/map/pardo/Task.java diff --git a/learning/katas/java/Core Transforms/Map/ParDo/task-remote-info.yaml b/learning/katas/java/Core Transforms/Map/ParDo/task-remote-info.yaml index 78df3fcb555c..97c0ffa14b63 100644 --- a/learning/katas/java/Core Transforms/Map/ParDo/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Map/ParDo/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076185 -update_date: "Thu, 21 Apr 2022 14:22:58 UTC" +update_date: Thu, 21 Apr 2022 14:22:58 UTC diff --git a/learning/katas/java/Core Transforms/Map/lesson-info.yaml b/learning/katas/java/Core Transforms/Map/lesson-info.yaml index 6d25b0b36d50..ad6558fe04e6 100644 --- a/learning/katas/java/Core Transforms/Map/lesson-info.yaml +++ b/learning/katas/java/Core Transforms/Map/lesson-info.yaml @@ -1,5 +1,24 @@ +# +# 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. +# + content: - - ParDo - - ParDo OneToMany - - MapElements - - FlatMapElements +- ParDo +- ParDo OneToMany +- MapElements +- FlatMapElements diff --git a/learning/katas/java/Core Transforms/Map/lesson-remote-info.yaml b/learning/katas/java/Core Transforms/Map/lesson-remote-info.yaml index 418703590b8f..ced2762c987f 100644 --- a/learning/katas/java/Core Transforms/Map/lesson-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Map/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306161 -update_date: "Fri, 07 Feb 2020 14:05:57 UTC" +update_date: Fri, 07 Feb 2020 14:05:57 UTC +unit: 288202 diff --git a/learning/katas/java/Core Transforms/Partition/Partition/task-info.yaml b/learning/katas/java/Core Transforms/Partition/Partition/task-info.yaml index b36fccc538f2..737b1753fd7e 100644 --- a/learning/katas/java/Core Transforms/Partition/Partition/task-info.yaml +++ b/learning/katas/java/Core Transforms/Partition/Partition/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/partition/Task.java diff --git a/learning/katas/java/Core Transforms/Partition/Partition/task-remote-info.yaml b/learning/katas/java/Core Transforms/Partition/Partition/task-remote-info.yaml index a82eb40a0ebe..666d6554216d 100644 --- a/learning/katas/java/Core Transforms/Partition/Partition/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Partition/Partition/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076156 -update_date: "Thu, 21 Apr 2022 14:23:14 UTC" +update_date: Thu, 21 Apr 2022 14:23:14 UTC diff --git a/learning/katas/java/Core Transforms/Partition/lesson-info.yaml b/learning/katas/java/Core Transforms/Partition/lesson-info.yaml index 0be761c5621a..c15773b22b22 100644 --- a/learning/katas/java/Core Transforms/Partition/lesson-info.yaml +++ b/learning/katas/java/Core Transforms/Partition/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - Partition +- Partition diff --git a/learning/katas/java/Core Transforms/Partition/lesson-remote-info.yaml b/learning/katas/java/Core Transforms/Partition/lesson-remote-info.yaml index 49ad7cc4397b..a292c8b1d0a9 100644 --- a/learning/katas/java/Core Transforms/Partition/lesson-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Partition/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306166 -update_date: "Fri, 07 Feb 2020 14:06:44 UTC" +update_date: Fri, 07 Feb 2020 14:06:44 UTC +unit: 288207 diff --git a/learning/katas/java/Core Transforms/Side Input/Side Input/task-info.yaml b/learning/katas/java/Core Transforms/Side Input/Side Input/task-info.yaml index 9af811e493a7..40cd51c53ff1 100644 --- a/learning/katas/java/Core Transforms/Side Input/Side Input/task-info.yaml +++ b/learning/katas/java/Core Transforms/Side Input/Side Input/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/sideinput/Task.java diff --git a/learning/katas/java/Core Transforms/Side Input/Side Input/task-remote-info.yaml b/learning/katas/java/Core Transforms/Side Input/Side Input/task-remote-info.yaml index 83dbbf869fe5..f4084950ff6f 100644 --- a/learning/katas/java/Core Transforms/Side Input/Side Input/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Side Input/Side Input/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076157 -update_date: "Thu, 21 Apr 2022 14:23:15 UTC" +update_date: Thu, 21 Apr 2022 14:23:15 UTC diff --git a/learning/katas/java/Core Transforms/Side Input/lesson-info.yaml b/learning/katas/java/Core Transforms/Side Input/lesson-info.yaml index 0b00a0a50883..210e3b0ce5e9 100644 --- a/learning/katas/java/Core Transforms/Side Input/lesson-info.yaml +++ b/learning/katas/java/Core Transforms/Side Input/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - Side Input +- Side Input diff --git a/learning/katas/java/Core Transforms/Side Input/lesson-remote-info.yaml b/learning/katas/java/Core Transforms/Side Input/lesson-remote-info.yaml index c3f98dd68ae8..abb5d31783ed 100644 --- a/learning/katas/java/Core Transforms/Side Input/lesson-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Side Input/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306167 -update_date: "Fri, 07 Feb 2020 14:06:51 UTC" +update_date: Fri, 07 Feb 2020 14:06:51 UTC +unit: 288208 diff --git a/learning/katas/java/Core Transforms/Side Output/Side Output/task-info.yaml b/learning/katas/java/Core Transforms/Side Output/Side Output/task-info.yaml index fb21412d51d8..e975d93a7bbd 100644 --- a/learning/katas/java/Core Transforms/Side Output/Side Output/task-info.yaml +++ b/learning/katas/java/Core Transforms/Side Output/Side Output/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/coretransforms/sideoutput/Task.java diff --git a/learning/katas/java/Core Transforms/Side Output/Side Output/task-remote-info.yaml b/learning/katas/java/Core Transforms/Side Output/Side Output/task-remote-info.yaml index 5c4bd3050913..47d5930ae96c 100644 --- a/learning/katas/java/Core Transforms/Side Output/Side Output/task-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Side Output/Side Output/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076158 -update_date: "Thu, 21 Apr 2022 14:23:16 UTC" +update_date: Thu, 21 Apr 2022 14:23:16 UTC diff --git a/learning/katas/java/Core Transforms/Side Output/lesson-info.yaml b/learning/katas/java/Core Transforms/Side Output/lesson-info.yaml index d931ced46d9e..e9096c9f687a 100644 --- a/learning/katas/java/Core Transforms/Side Output/lesson-info.yaml +++ b/learning/katas/java/Core Transforms/Side Output/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - Side Output +- Side Output diff --git a/learning/katas/java/Core Transforms/Side Output/lesson-remote-info.yaml b/learning/katas/java/Core Transforms/Side Output/lesson-remote-info.yaml index e810da3884d6..bab8ece9f40f 100644 --- a/learning/katas/java/Core Transforms/Side Output/lesson-remote-info.yaml +++ b/learning/katas/java/Core Transforms/Side Output/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306168 -update_date: "Fri, 07 Feb 2020 14:06:58 UTC" +update_date: Fri, 07 Feb 2020 14:06:58 UTC +unit: 288209 diff --git a/learning/katas/java/Core Transforms/section-info.yaml b/learning/katas/java/Core Transforms/section-info.yaml index 904c0e5071ad..7a9eda86c24f 100644 --- a/learning/katas/java/Core Transforms/section-info.yaml +++ b/learning/katas/java/Core Transforms/section-info.yaml @@ -1,12 +1,31 @@ +# +# 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. +# + content: - - Map - - GroupByKey - - CoGroupByKey - - Combine - - Flatten - - Partition - - Side Input - - Side Output - - Branching - - Composite Transform - - DoFn Additional Parameters +- Map +- GroupByKey +- CoGroupByKey +- Combine +- Flatten +- Partition +- Side Input +- Side Output +- Branching +- Composite Transform +- DoFn Additional Parameters diff --git a/learning/katas/java/Core Transforms/section-remote-info.yaml b/learning/katas/java/Core Transforms/section-remote-info.yaml index 4ec5c32773e7..e2c91003467e 100644 --- a/learning/katas/java/Core Transforms/section-remote-info.yaml +++ b/learning/katas/java/Core Transforms/section-remote-info.yaml @@ -1,2 +1,2 @@ id: 115776 -update_date: "Fri, 07 Feb 2020 14:05:56 UTC" +update_date: Fri, 07 Feb 2020 14:05:56 UTC diff --git a/learning/katas/java/Examples/Word Count/Word Count/task-info.yaml b/learning/katas/java/Examples/Word Count/Word Count/task-info.yaml index 603917a9ba53..7eb7e57fb65d 100644 --- a/learning/katas/java/Examples/Word Count/Word Count/task-info.yaml +++ b/learning/katas/java/Examples/Word Count/Word Count/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/examples/wordcount/Task.java diff --git a/learning/katas/java/Examples/Word Count/Word Count/task-remote-info.yaml b/learning/katas/java/Examples/Word Count/Word Count/task-remote-info.yaml index 26d27a37eca7..4036fc38acc9 100644 --- a/learning/katas/java/Examples/Word Count/Word Count/task-remote-info.yaml +++ b/learning/katas/java/Examples/Word Count/Word Count/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076176 -update_date: "Thu, 21 Apr 2022 14:23:40 UTC" +update_date: Thu, 21 Apr 2022 14:23:40 UTC diff --git a/learning/katas/java/Examples/Word Count/lesson-info.yaml b/learning/katas/java/Examples/Word Count/lesson-info.yaml index 19b99bb42c4e..cbe1d6f3fc37 100644 --- a/learning/katas/java/Examples/Word Count/lesson-info.yaml +++ b/learning/katas/java/Examples/Word Count/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - Word Count +- Word Count diff --git a/learning/katas/java/Examples/Word Count/lesson-remote-info.yaml b/learning/katas/java/Examples/Word Count/lesson-remote-info.yaml index ac5dc6ad6047..55d0fcad92e0 100644 --- a/learning/katas/java/Examples/Word Count/lesson-remote-info.yaml +++ b/learning/katas/java/Examples/Word Count/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306182 -update_date: "Fri, 07 Feb 2020 14:08:50 UTC" +update_date: Fri, 07 Feb 2020 14:08:50 UTC +unit: 288223 diff --git a/learning/katas/java/Examples/section-info.yaml b/learning/katas/java/Examples/section-info.yaml index 19b99bb42c4e..cbe1d6f3fc37 100644 --- a/learning/katas/java/Examples/section-info.yaml +++ b/learning/katas/java/Examples/section-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - Word Count +- Word Count diff --git a/learning/katas/java/Examples/section-remote-info.yaml b/learning/katas/java/Examples/section-remote-info.yaml index 259b2a9eecf9..08365d1ad2dd 100644 --- a/learning/katas/java/Examples/section-remote-info.yaml +++ b/learning/katas/java/Examples/section-remote-info.yaml @@ -1,2 +1,2 @@ id: 115781 -update_date: "Fri, 07 Feb 2020 14:08:48 UTC" +update_date: Fri, 07 Feb 2020 14:08:48 UTC diff --git a/learning/katas/java/IO/Built-in IOs/Built-in IOs/task-info.yaml b/learning/katas/java/IO/Built-in IOs/Built-in IOs/task-info.yaml index 246a6be3680a..b8024c170f0d 100644 --- a/learning/katas/java/IO/Built-in IOs/Built-in IOs/task-info.yaml +++ b/learning/katas/java/IO/Built-in IOs/Built-in IOs/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: theory files: - name: src/org/apache/beam/learning/katas/io/builtinios/Task.java diff --git a/learning/katas/java/IO/Built-in IOs/Built-in IOs/task-remote-info.yaml b/learning/katas/java/IO/Built-in IOs/Built-in IOs/task-remote-info.yaml index c5fe91643e1b..4b8bc1c6b02d 100644 --- a/learning/katas/java/IO/Built-in IOs/Built-in IOs/task-remote-info.yaml +++ b/learning/katas/java/IO/Built-in IOs/Built-in IOs/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076208 -update_date: "Thu, 21 Apr 2022 14:23:32 UTC" +update_date: Thu, 21 Apr 2022 14:23:32 UTC diff --git a/learning/katas/java/IO/Built-in IOs/lesson-info.yaml b/learning/katas/java/IO/Built-in IOs/lesson-info.yaml index 9ffb1aca3a1a..af969f15c1df 100644 --- a/learning/katas/java/IO/Built-in IOs/lesson-info.yaml +++ b/learning/katas/java/IO/Built-in IOs/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - Built-in IOs +- Built-in IOs diff --git a/learning/katas/java/IO/Built-in IOs/lesson-remote-info.yaml b/learning/katas/java/IO/Built-in IOs/lesson-remote-info.yaml index 4e0980cc72a7..a6e053645be8 100644 --- a/learning/katas/java/IO/Built-in IOs/lesson-remote-info.yaml +++ b/learning/katas/java/IO/Built-in IOs/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306176 -update_date: "Fri, 07 Feb 2020 14:08:03 UTC" +update_date: Fri, 07 Feb 2020 14:08:03 UTC +unit: 288217 diff --git a/learning/katas/java/IO/TextIO/TextIO Read/task-info.yaml b/learning/katas/java/IO/TextIO/TextIO Read/task-info.yaml index 54ead3593354..0707c3d5fca7 100644 --- a/learning/katas/java/IO/TextIO/TextIO Read/task-info.yaml +++ b/learning/katas/java/IO/TextIO/TextIO Read/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: countries.txt diff --git a/learning/katas/java/IO/TextIO/TextIO Read/task-remote-info.yaml b/learning/katas/java/IO/TextIO/TextIO Read/task-remote-info.yaml index 9fe016ca33c9..c7ca2642424d 100644 --- a/learning/katas/java/IO/TextIO/TextIO Read/task-remote-info.yaml +++ b/learning/katas/java/IO/TextIO/TextIO Read/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076189 -update_date: "Thu, 21 Apr 2022 14:23:29 UTC" +update_date: Thu, 21 Apr 2022 14:23:29 UTC diff --git a/learning/katas/java/IO/TextIO/lesson-info.yaml b/learning/katas/java/IO/TextIO/lesson-info.yaml index 41d6056be0af..e671ddcd4095 100644 --- a/learning/katas/java/IO/TextIO/lesson-info.yaml +++ b/learning/katas/java/IO/TextIO/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - TextIO Read +- TextIO Read diff --git a/learning/katas/java/IO/TextIO/lesson-remote-info.yaml b/learning/katas/java/IO/TextIO/lesson-remote-info.yaml index 96382c5a2ed0..8ed5ab3645e4 100644 --- a/learning/katas/java/IO/TextIO/lesson-remote-info.yaml +++ b/learning/katas/java/IO/TextIO/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306175 -update_date: "Fri, 07 Feb 2020 14:07:57 UTC" +update_date: Fri, 07 Feb 2020 14:07:57 UTC +unit: 288216 diff --git a/learning/katas/java/IO/section-info.yaml b/learning/katas/java/IO/section-info.yaml index f5357851ec55..1d93752c3a80 100644 --- a/learning/katas/java/IO/section-info.yaml +++ b/learning/katas/java/IO/section-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + content: - - TextIO - - Built-in IOs +- TextIO +- Built-in IOs diff --git a/learning/katas/java/IO/section-remote-info.yaml b/learning/katas/java/IO/section-remote-info.yaml index 427beb2db89e..8ba074464a6e 100644 --- a/learning/katas/java/IO/section-remote-info.yaml +++ b/learning/katas/java/IO/section-remote-info.yaml @@ -1,2 +1,2 @@ id: 115778 -update_date: "Fri, 07 Feb 2020 14:07:56 UTC" +update_date: Fri, 07 Feb 2020 14:07:56 UTC diff --git a/learning/katas/java/Introduction/Hello Beam/Hello Beam/task-info.yaml b/learning/katas/java/Introduction/Hello Beam/Hello Beam/task-info.yaml index 90e3e76dafa3..85d630596cf1 100644 --- a/learning/katas/java/Introduction/Hello Beam/Hello Beam/task-info.yaml +++ b/learning/katas/java/Introduction/Hello Beam/Hello Beam/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/intro/hello/Task.java diff --git a/learning/katas/java/Introduction/Hello Beam/Hello Beam/task-remote-info.yaml b/learning/katas/java/Introduction/Hello Beam/Hello Beam/task-remote-info.yaml index 638ddbcc874a..52228909c1c0 100644 --- a/learning/katas/java/Introduction/Hello Beam/Hello Beam/task-remote-info.yaml +++ b/learning/katas/java/Introduction/Hello Beam/Hello Beam/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076147 -update_date: "Thu, 21 Apr 2022 14:22:56 UTC" +update_date: Thu, 21 Apr 2022 14:22:56 UTC diff --git a/learning/katas/java/Introduction/Hello Beam/lesson-info.yaml b/learning/katas/java/Introduction/Hello Beam/lesson-info.yaml index 75e9b7d0a2c7..040e0acabf74 100644 --- a/learning/katas/java/Introduction/Hello Beam/lesson-info.yaml +++ b/learning/katas/java/Introduction/Hello Beam/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - Hello Beam +- Hello Beam diff --git a/learning/katas/java/Introduction/Hello Beam/lesson-remote-info.yaml b/learning/katas/java/Introduction/Hello Beam/lesson-remote-info.yaml index b8f4b5418ef6..43b7c6a4e5e1 100644 --- a/learning/katas/java/Introduction/Hello Beam/lesson-remote-info.yaml +++ b/learning/katas/java/Introduction/Hello Beam/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306160 -update_date: "Fri, 07 Feb 2020 14:05:50 UTC" +update_date: Fri, 07 Feb 2020 14:05:50 UTC +unit: 288201 diff --git a/learning/katas/java/Introduction/section-info.yaml b/learning/katas/java/Introduction/section-info.yaml index 75e9b7d0a2c7..040e0acabf74 100644 --- a/learning/katas/java/Introduction/section-info.yaml +++ b/learning/katas/java/Introduction/section-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - Hello Beam +- Hello Beam diff --git a/learning/katas/java/Introduction/section-remote-info.yaml b/learning/katas/java/Introduction/section-remote-info.yaml index a6d2a04624e1..9e7baa04c730 100644 --- a/learning/katas/java/Introduction/section-remote-info.yaml +++ b/learning/katas/java/Introduction/section-remote-info.yaml @@ -1,2 +1,2 @@ id: 115775 -update_date: "Fri, 07 Feb 2020 14:05:48 UTC" +update_date: Fri, 07 Feb 2020 14:05:48 UTC diff --git a/learning/katas/java/Triggers/Early Triggers/Early Triggers/task-info.yaml b/learning/katas/java/Triggers/Early Triggers/Early Triggers/task-info.yaml index 5aa8486d5565..09690a96cbfb 100644 --- a/learning/katas/java/Triggers/Early Triggers/Early Triggers/task-info.yaml +++ b/learning/katas/java/Triggers/Early Triggers/Early Triggers/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/triggers/earlytriggers/GenerateEvent.java diff --git a/learning/katas/java/Triggers/Early Triggers/Early Triggers/task-remote-info.yaml b/learning/katas/java/Triggers/Early Triggers/Early Triggers/task-remote-info.yaml index d6d130904e74..c561a054952b 100644 --- a/learning/katas/java/Triggers/Early Triggers/Early Triggers/task-remote-info.yaml +++ b/learning/katas/java/Triggers/Early Triggers/Early Triggers/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076174 -update_date: "Thu, 21 Apr 2022 14:23:38 UTC" +update_date: Thu, 21 Apr 2022 14:23:38 UTC diff --git a/learning/katas/java/Triggers/Early Triggers/lesson-info.yaml b/learning/katas/java/Triggers/Early Triggers/lesson-info.yaml index d61f1bc69b56..184f82e82811 100644 --- a/learning/katas/java/Triggers/Early Triggers/lesson-info.yaml +++ b/learning/katas/java/Triggers/Early Triggers/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - Early Triggers +- Early Triggers diff --git a/learning/katas/java/Triggers/Early Triggers/lesson-remote-info.yaml b/learning/katas/java/Triggers/Early Triggers/lesson-remote-info.yaml index 5d64c2fb8fe6..7875da53db21 100644 --- a/learning/katas/java/Triggers/Early Triggers/lesson-remote-info.yaml +++ b/learning/katas/java/Triggers/Early Triggers/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306180 -update_date: "Fri, 07 Feb 2020 14:08:34 UTC" +update_date: Fri, 07 Feb 2020 14:08:34 UTC +unit: 288221 diff --git a/learning/katas/java/Triggers/Event Time Triggers/Event Time Triggers/task-info.yaml b/learning/katas/java/Triggers/Event Time Triggers/Event Time Triggers/task-info.yaml index 3dc6f8bd226e..ec5b81fe12be 100644 --- a/learning/katas/java/Triggers/Event Time Triggers/Event Time Triggers/task-info.yaml +++ b/learning/katas/java/Triggers/Event Time Triggers/Event Time Triggers/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/triggers/eventtimetriggers/Task.java diff --git a/learning/katas/java/Triggers/Event Time Triggers/Event Time Triggers/task-remote-info.yaml b/learning/katas/java/Triggers/Event Time Triggers/Event Time Triggers/task-remote-info.yaml index e0ac7d024ec6..471ea9269e77 100644 --- a/learning/katas/java/Triggers/Event Time Triggers/Event Time Triggers/task-remote-info.yaml +++ b/learning/katas/java/Triggers/Event Time Triggers/Event Time Triggers/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076173 -update_date: "Thu, 21 Apr 2022 14:23:37 UTC" +update_date: Thu, 21 Apr 2022 14:23:37 UTC diff --git a/learning/katas/java/Triggers/Event Time Triggers/lesson-info.yaml b/learning/katas/java/Triggers/Event Time Triggers/lesson-info.yaml index 5dd1cf36a863..e4236359aa4f 100644 --- a/learning/katas/java/Triggers/Event Time Triggers/lesson-info.yaml +++ b/learning/katas/java/Triggers/Event Time Triggers/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - Event Time Triggers +- Event Time Triggers diff --git a/learning/katas/java/Triggers/Event Time Triggers/lesson-remote-info.yaml b/learning/katas/java/Triggers/Event Time Triggers/lesson-remote-info.yaml index dc03906980f5..ce58a2bb010a 100644 --- a/learning/katas/java/Triggers/Event Time Triggers/lesson-remote-info.yaml +++ b/learning/katas/java/Triggers/Event Time Triggers/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306179 -update_date: "Fri, 07 Feb 2020 14:08:27 UTC" +update_date: Fri, 07 Feb 2020 14:08:27 UTC +unit: 288220 diff --git a/learning/katas/java/Triggers/Window Accumulation Mode/Window Accumulation Mode/task-info.yaml b/learning/katas/java/Triggers/Window Accumulation Mode/Window Accumulation Mode/task-info.yaml index 2fa84cc0e710..e16378bfeaab 100644 --- a/learning/katas/java/Triggers/Window Accumulation Mode/Window Accumulation Mode/task-info.yaml +++ b/learning/katas/java/Triggers/Window Accumulation Mode/Window Accumulation Mode/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/triggers/windowaccummode/GenerateEvent.java diff --git a/learning/katas/java/Triggers/Window Accumulation Mode/Window Accumulation Mode/task-remote-info.yaml b/learning/katas/java/Triggers/Window Accumulation Mode/Window Accumulation Mode/task-remote-info.yaml index b763ee953a59..4f4424edab53 100644 --- a/learning/katas/java/Triggers/Window Accumulation Mode/Window Accumulation Mode/task-remote-info.yaml +++ b/learning/katas/java/Triggers/Window Accumulation Mode/Window Accumulation Mode/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076175 -update_date: "Thu, 21 Apr 2022 14:23:39 UTC" +update_date: Thu, 21 Apr 2022 14:23:39 UTC diff --git a/learning/katas/java/Triggers/Window Accumulation Mode/lesson-info.yaml b/learning/katas/java/Triggers/Window Accumulation Mode/lesson-info.yaml index 971486de12f6..8a260af023db 100644 --- a/learning/katas/java/Triggers/Window Accumulation Mode/lesson-info.yaml +++ b/learning/katas/java/Triggers/Window Accumulation Mode/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - Window Accumulation Mode +- Window Accumulation Mode diff --git a/learning/katas/java/Triggers/Window Accumulation Mode/lesson-remote-info.yaml b/learning/katas/java/Triggers/Window Accumulation Mode/lesson-remote-info.yaml index 12456c514b7b..000dc25b6143 100644 --- a/learning/katas/java/Triggers/Window Accumulation Mode/lesson-remote-info.yaml +++ b/learning/katas/java/Triggers/Window Accumulation Mode/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306181 -update_date: "Fri, 07 Feb 2020 14:08:41 UTC" +update_date: Fri, 07 Feb 2020 14:08:41 UTC +unit: 288222 diff --git a/learning/katas/java/Triggers/section-info.yaml b/learning/katas/java/Triggers/section-info.yaml index cded763cd907..f62f31674d4b 100644 --- a/learning/katas/java/Triggers/section-info.yaml +++ b/learning/katas/java/Triggers/section-info.yaml @@ -1,4 +1,23 @@ +# +# 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. +# + content: - - Event Time Triggers - - Early Triggers - - Window Accumulation Mode +- Event Time Triggers +- Early Triggers +- Window Accumulation Mode diff --git a/learning/katas/java/Triggers/section-remote-info.yaml b/learning/katas/java/Triggers/section-remote-info.yaml index 08a05e89f106..04467e88376a 100644 --- a/learning/katas/java/Triggers/section-remote-info.yaml +++ b/learning/katas/java/Triggers/section-remote-info.yaml @@ -1,2 +1,2 @@ id: 115780 -update_date: "Fri, 07 Feb 2020 14:08:26 UTC" +update_date: Fri, 07 Feb 2020 14:08:26 UTC diff --git a/learning/katas/java/Windowing/Adding Timestamp/ParDo/task-info.yaml b/learning/katas/java/Windowing/Adding Timestamp/ParDo/task-info.yaml index cb8a785bc33c..31f83c7b2b64 100644 --- a/learning/katas/java/Windowing/Adding Timestamp/ParDo/task-info.yaml +++ b/learning/katas/java/Windowing/Adding Timestamp/ParDo/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/windowing/addingtimestamp/pardo/Event.java diff --git a/learning/katas/java/Windowing/Adding Timestamp/ParDo/task-remote-info.yaml b/learning/katas/java/Windowing/Adding Timestamp/ParDo/task-remote-info.yaml index 7ce6c0e4cbaf..fb91cbf67c01 100644 --- a/learning/katas/java/Windowing/Adding Timestamp/ParDo/task-remote-info.yaml +++ b/learning/katas/java/Windowing/Adding Timestamp/ParDo/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076170 -update_date: "Thu, 21 Apr 2022 14:23:33 UTC" +update_date: Thu, 21 Apr 2022 14:23:33 UTC diff --git a/learning/katas/java/Windowing/Adding Timestamp/WithTimestamps/task-info.yaml b/learning/katas/java/Windowing/Adding Timestamp/WithTimestamps/task-info.yaml index bc6d37032098..e584c952661d 100644 --- a/learning/katas/java/Windowing/Adding Timestamp/WithTimestamps/task-info.yaml +++ b/learning/katas/java/Windowing/Adding Timestamp/WithTimestamps/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/windowing/addingtimestamp/withtimestamps/Event.java diff --git a/learning/katas/java/Windowing/Adding Timestamp/WithTimestamps/task-remote-info.yaml b/learning/katas/java/Windowing/Adding Timestamp/WithTimestamps/task-remote-info.yaml index a67567ab72c8..e8ee60991e12 100644 --- a/learning/katas/java/Windowing/Adding Timestamp/WithTimestamps/task-remote-info.yaml +++ b/learning/katas/java/Windowing/Adding Timestamp/WithTimestamps/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076190 -update_date: "Thu, 21 Apr 2022 14:23:34 UTC" +update_date: Thu, 21 Apr 2022 14:23:34 UTC diff --git a/learning/katas/java/Windowing/Adding Timestamp/lesson-info.yaml b/learning/katas/java/Windowing/Adding Timestamp/lesson-info.yaml index 9149fcd214ea..c6a234c6dce4 100644 --- a/learning/katas/java/Windowing/Adding Timestamp/lesson-info.yaml +++ b/learning/katas/java/Windowing/Adding Timestamp/lesson-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + content: - - ParDo - - WithTimestamps +- ParDo +- WithTimestamps diff --git a/learning/katas/java/Windowing/Adding Timestamp/lesson-remote-info.yaml b/learning/katas/java/Windowing/Adding Timestamp/lesson-remote-info.yaml index 9b5dc7ae1e34..4cfe72ca482f 100644 --- a/learning/katas/java/Windowing/Adding Timestamp/lesson-remote-info.yaml +++ b/learning/katas/java/Windowing/Adding Timestamp/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306177 -update_date: "Fri, 07 Feb 2020 14:08:11 UTC" +update_date: Fri, 07 Feb 2020 14:08:11 UTC +unit: 288218 diff --git a/learning/katas/java/Windowing/Fixed Time Window/Fixed Time Window/task-info.yaml b/learning/katas/java/Windowing/Fixed Time Window/Fixed Time Window/task-info.yaml index f01fbe70fcf5..9f52f5fa060a 100644 --- a/learning/katas/java/Windowing/Fixed Time Window/Fixed Time Window/task-info.yaml +++ b/learning/katas/java/Windowing/Fixed Time Window/Fixed Time Window/task-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + type: edu files: - name: src/org/apache/beam/learning/katas/windowing/fixedwindow/Task.java diff --git a/learning/katas/java/Windowing/Fixed Time Window/Fixed Time Window/task-remote-info.yaml b/learning/katas/java/Windowing/Fixed Time Window/Fixed Time Window/task-remote-info.yaml index 43c9499e836e..ecdf86025380 100644 --- a/learning/katas/java/Windowing/Fixed Time Window/Fixed Time Window/task-remote-info.yaml +++ b/learning/katas/java/Windowing/Fixed Time Window/Fixed Time Window/task-remote-info.yaml @@ -1,2 +1,2 @@ id: 1076172 -update_date: "Thu, 21 Apr 2022 14:23:35 UTC" +update_date: Thu, 21 Apr 2022 14:23:35 UTC diff --git a/learning/katas/java/Windowing/Fixed Time Window/lesson-info.yaml b/learning/katas/java/Windowing/Fixed Time Window/lesson-info.yaml index b3b0d21d61da..9f65c8adcd8a 100644 --- a/learning/katas/java/Windowing/Fixed Time Window/lesson-info.yaml +++ b/learning/katas/java/Windowing/Fixed Time Window/lesson-info.yaml @@ -1,2 +1,21 @@ +# +# 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. +# + content: - - Fixed Time Window +- Fixed Time Window diff --git a/learning/katas/java/Windowing/Fixed Time Window/lesson-remote-info.yaml b/learning/katas/java/Windowing/Fixed Time Window/lesson-remote-info.yaml index 560c566c60d1..5f2de3bc2ea9 100644 --- a/learning/katas/java/Windowing/Fixed Time Window/lesson-remote-info.yaml +++ b/learning/katas/java/Windowing/Fixed Time Window/lesson-remote-info.yaml @@ -1,2 +1,3 @@ id: 306178 -update_date: "Fri, 07 Feb 2020 14:08:19 UTC" +update_date: Fri, 07 Feb 2020 14:08:19 UTC +unit: 288219 diff --git a/learning/katas/java/Windowing/section-info.yaml b/learning/katas/java/Windowing/section-info.yaml index aa694258b5bc..e5121f41dc3e 100644 --- a/learning/katas/java/Windowing/section-info.yaml +++ b/learning/katas/java/Windowing/section-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + content: - - Adding Timestamp - - Fixed Time Window +- Adding Timestamp +- Fixed Time Window diff --git a/learning/katas/java/Windowing/section-remote-info.yaml b/learning/katas/java/Windowing/section-remote-info.yaml index 74c64616dbc5..541ae719e5f2 100644 --- a/learning/katas/java/Windowing/section-remote-info.yaml +++ b/learning/katas/java/Windowing/section-remote-info.yaml @@ -1,2 +1,2 @@ id: 115779 -update_date: "Fri, 07 Feb 2020 14:08:09 UTC" +update_date: Fri, 07 Feb 2020 14:08:09 UTC diff --git a/learning/katas/java/course-info.yaml b/learning/katas/java/course-info.yaml index c194e71a390e..971fb9196076 100644 --- a/learning/katas/java/course-info.yaml +++ b/learning/katas/java/course-info.yaml @@ -1,3 +1,22 @@ +# +# 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. +# + title: Beam Katas - Java language: English summary: "This course provides a series of katas to get familiar with Apache Beam.\ @@ -5,11 +24,10 @@ summary: "This course provides a series of katas to get familiar with Apache Bea programming_language: Java programming_language_version: 8 content: - - Introduction - - Core Transforms - - Common Transforms - - IO - - Windowing - - Triggers - - Examples -yaml_version: 1 +- Introduction +- Core Transforms +- Common Transforms +- IO +- Windowing +- Triggers +- Examples diff --git a/learning/katas/java/course-remote-info.yaml b/learning/katas/java/course-remote-info.yaml index c68790bad07d..284deb9b9451 100644 --- a/learning/katas/java/course-remote-info.yaml +++ b/learning/katas/java/course-remote-info.yaml @@ -1,2 +1,2 @@ id: 54530 -update_date: "Thu, 21 Apr 2022 14:22:55 UTC" +update_date: Thu, 21 Apr 2022 14:22:55 UTC