This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/checkout-4
in repository https://gitbox.apache.org/repos/asf/beam.git
omit 799d9b80b0b Bump actions/checkout from 3 to 4
add 11e2bae4cbe Fix input detection. (#28775)
add a7bf59436a6 Removing Depreciation warning when using pipeline.options
(#28774)
add bd1c95cb0de Better flag documentation. (#28753)
add 71c8459633e [Blog Post] Apache Beam for a content discovery platform
(#28734)
add 1c5982567b3 Bump cloud.google.com/go/bigtable from 1.19.0 to 1.20.0 in
/sdks (#28789)
add 25024064ed2 Bump github.com/aws/aws-sdk-go-v2/config in /sdks (#28790)
add b556aee9177 Bump urllib3 from 1.26.16 to 1.26.17 in
/sdks/python/container/py38 (#28787)
add c7d7896533b Github Workflow Replacement for Jenkins Jobs,
beam_LoadTests_Java_GBK_Dataflow_Batch_* (#28738)
add 64043ffe8ce Bump actions/checkout from 3 to 4
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (799d9b80b0b)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/checkout-4 (64043ffe8ce)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../beam_LoadTests_Java_GBK_Dataflow_Batch.yml | 141 +++++++++
.../beam_LoadTests_Java_GBK_Dataflow_Streaming.yml | 141 +++++++++
...LoadTests_Java_GBK_Dataflow_V2_Batch_Java11.yml | 166 ++++++++++
...LoadTests_Java_GBK_Dataflow_V2_Batch_Java17.yml | 168 ++++++++++
...Tests_Java_GBK_Dataflow_V2_Streaming_Java11.yml | 166 ++++++++++
...Tests_Java_GBK_Dataflow_V2_Streaming_Java17.yml | 168 ++++++++++
...java_GBK_Dataflow_Batch_2GB_of_100B_records.txt | 28 ++
...ava_GBK_Dataflow_Batch_2GB_of_100kB_records.txt | 28 ++
.../java_GBK_Dataflow_Batch_2GB_of_10B_records.txt | 28 ++
...nout_4_times_with_2GB_10-byte_records_total.txt | 28 ++
...nout_8_times_with_2GB_10-byte_records_total.txt | 28 ++
...ataflow_Batch_reiterate_4_times_10kB_values.txt | 28 ++
...Dataflow_Batch_reiterate_4_times_2MB_values.txt | 28 ++
..._GBK_Dataflow_Streaming_2GB_of_100B_records.txt | 29 ++
...GBK_Dataflow_Streaming_2GB_of_100kB_records.txt | 29 ++
...a_GBK_Dataflow_Streaming_2GB_of_10B_records.txt | 29 ++
...nout_4_times_with_2GB_10-byte_records_total.txt | 29 ++
...nout_8_times_with_2GB_10-byte_records_total.txt | 29 ++
...low_Streaming_reiterate_4_times_10kB_values.txt | 29 ++
...flow_Streaming_reiterate_4_times_2MB_values.txt | 29 ++
...ataflow_V2_Batch_Java11_2GB_of_100B_records.txt | 29 ++
...taflow_V2_Batch_Java11_2GB_of_100kB_records.txt | 29 ++
...Dataflow_V2_Batch_Java11_2GB_of_10B_records.txt | 29 ++
...nout_4_times_with_2GB_10-byte_records_total.txt | 29 ++
...nout_8_times_with_2GB_10-byte_records_total.txt | 29 ++
..._Batch_Java11_reiterate_4_times_10kB_values.txt | 29 ++
...2_Batch_Java11_reiterate_4_times_2MB_values.txt | 29 ++
...ataflow_V2_Batch_Java17_2GB_of_100B_records.txt | 29 ++
...taflow_V2_Batch_Java17_2GB_of_100kB_records.txt | 29 ++
...Dataflow_V2_Batch_Java17_2GB_of_10B_records.txt | 29 ++
...nout_4_times_with_2GB_10-byte_records_total.txt | 29 ++
...nout_8_times_with_2GB_10-byte_records_total.txt | 29 ++
..._Batch_Java17_reiterate_4_times_10kB_values.txt | 29 ++
...2_Batch_Java17_reiterate_4_times_2MB_values.txt | 29 ++
...low_V2_Streaming_Java11_2GB_of_100B_records.txt | 30 ++
...ow_V2_Streaming_Java11_2GB_of_100kB_records.txt | 30 ++
...flow_V2_Streaming_Java11_2GB_of_10B_records.txt | 30 ++
...nout_4_times_with_2GB_10-byte_records_total.txt | 30 ++
...nout_8_times_with_2GB_10-byte_records_total.txt | 30 ++
...eaming_Java11_reiterate_4_times_10kB_values.txt | 30 ++
...reaming_Java11_reiterate_4_times_2MB_values.txt | 30 ++
...low_V2_Streaming_Java17_2GB_of_100B_records.txt | 30 ++
...ow_V2_Streaming_Java17_2GB_of_100kB_records.txt | 30 ++
...flow_V2_Streaming_Java17_2GB_of_10B_records.txt | 30 ++
...nout_4_times_with_2GB_10-byte_records_total.txt | 30 ++
...nout_8_times_with_2GB_10-byte_records_total.txt | 30 ++
...eaming_Java17_reiterate_4_times_10kB_values.txt | 30 ++
...reaming_Java17_reiterate_4_times_2MB_values.txt | 30 ++
sdks/go.mod | 10 +-
sdks/go.sum | 16 +-
sdks/python/apache_beam/pipeline.py | 4 -
.../runners/dataflow/dataflow_runner.py | 20 +-
.../runners/interactive/interactive_beam.py | 6 -
.../runners/interactive/interactive_environment.py | 6 -
.../runners/interactive/recording_manager.py | 5 -
sdks/python/apache_beam/yaml/yaml_provider.py | 4 +-
.../container/py38/base_image_requirements.txt | 2 +-
.../dyi-content-discovery-platform-genai-beam.md | 338 +++++++++++++++++++++
website/www/site/data/authors.yml | 6 +
.../images/blog/dyi-cdp-genai-beam/cdp-arch.png | Bin 0 -> 271543 bytes
.../blog/dyi-cdp-genai-beam/cdp-highlevel.png | Bin 0 -> 31242 bytes
.../images/blog/dyi-cdp-genai-beam/pipeline-1.png | Bin 0 -> 146525 bytes
.../pipeline-2-extractcontent.png | Bin 0 -> 130427 bytes
.../pipeline-3-errorhandling.png | Bin 0 -> 112800 bytes
.../pipeline-4-processembeddings1.png | Bin 0 -> 49246 bytes
.../pipeline-4-processembeddings2.png | Bin 0 -> 58035 bytes
.../dyi-cdp-genai-beam/pipeline-5-storecontent.png | Bin 0 -> 74751 bytes
.../dyi-cdp-genai-beam/pipeline-6-refresh1.png | Bin 0 -> 74889 bytes
.../dyi-cdp-genai-beam/pipeline-6-refresh2.png | Bin 0 -> 72757 bytes
.../dyi-cdp-genai-beam/pipeline-6-refresh3.png | Bin 0 -> 53972 bytes
70 files changed, 2544 insertions(+), 48 deletions(-)
create mode 100644 .github/workflows/beam_LoadTests_Java_GBK_Dataflow_Batch.yml
create mode 100644
.github/workflows/beam_LoadTests_Java_GBK_Dataflow_Streaming.yml
create mode 100644
.github/workflows/beam_LoadTests_Java_GBK_Dataflow_V2_Batch_Java11.yml
create mode 100644
.github/workflows/beam_LoadTests_Java_GBK_Dataflow_V2_Batch_Java17.yml
create mode 100644
.github/workflows/beam_LoadTests_Java_GBK_Dataflow_V2_Streaming_Java11.yml
create mode 100644
.github/workflows/beam_LoadTests_Java_GBK_Dataflow_V2_Streaming_Java17.yml
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_Batch_2GB_of_100B_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_Batch_2GB_of_100kB_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_Batch_2GB_of_10B_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_Batch_fanout_4_times_with_2GB_10-byte_records_total.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_Batch_fanout_8_times_with_2GB_10-byte_records_total.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_Batch_reiterate_4_times_10kB_values.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_Batch_reiterate_4_times_2MB_values.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_Streaming_2GB_of_100B_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_Streaming_2GB_of_100kB_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_Streaming_2GB_of_10B_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_Streaming_fanout_4_times_with_2GB_10-byte_records_total.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_Streaming_fanout_8_times_with_2GB_10-byte_records_total.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_Streaming_reiterate_4_times_10kB_values.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_Streaming_reiterate_4_times_2MB_values.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Batch_Java11_2GB_of_100B_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Batch_Java11_2GB_of_100kB_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Batch_Java11_2GB_of_10B_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Batch_Java11_fanout_4_times_with_2GB_10-byte_records_total.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Batch_Java11_fanout_8_times_with_2GB_10-byte_records_total.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Batch_Java11_reiterate_4_times_10kB_values.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Batch_Java11_reiterate_4_times_2MB_values.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Batch_Java17_2GB_of_100B_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Batch_Java17_2GB_of_100kB_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Batch_Java17_2GB_of_10B_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Batch_Java17_fanout_4_times_with_2GB_10-byte_records_total.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Batch_Java17_fanout_8_times_with_2GB_10-byte_records_total.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Batch_Java17_reiterate_4_times_10kB_values.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Batch_Java17_reiterate_4_times_2MB_values.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Streaming_Java11_2GB_of_100B_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Streaming_Java11_2GB_of_100kB_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Streaming_Java11_2GB_of_10B_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Streaming_Java11_fanout_4_times_with_2GB_10-byte_records_total.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Streaming_Java11_fanout_8_times_with_2GB_10-byte_records_total.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Streaming_Java11_reiterate_4_times_10kB_values.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Streaming_Java11_reiterate_4_times_2MB_values.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Streaming_Java17_2GB_of_100B_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Streaming_Java17_2GB_of_100kB_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Streaming_Java17_2GB_of_10B_records.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Streaming_Java17_fanout_4_times_with_2GB_10-byte_records_total.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Streaming_Java17_fanout_8_times_with_2GB_10-byte_records_total.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Streaming_Java17_reiterate_4_times_10kB_values.txt
create mode 100644
.github/workflows/load-tests-job-configs/java_GBK_Dataflow_V2_Streaming_Java17_reiterate_4_times_2MB_values.txt
create mode 100644
website/www/site/content/en/blog/dyi-content-discovery-platform-genai-beam.md
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/cdp-arch.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/cdp-highlevel.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-1.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-2-extractcontent.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-3-errorhandling.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-4-processembeddings1.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-4-processembeddings2.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-5-storecontent.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-6-refresh1.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-6-refresh2.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-6-refresh3.png