Skip to content

Table function s3Cluster#22012

Merged
nikitamikhaylov merged 51 commits intoClickHouse:masterfrom
nikitamikhaylov:s3-distributed
Apr 14, 2021
Merged

Table function s3Cluster#22012
nikitamikhaylov merged 51 commits intoClickHouse:masterfrom
nikitamikhaylov:s3-distributed

Conversation

@nikitamikhaylov
Copy link
Copy Markdown
Member

@nikitamikhaylov nikitamikhaylov commented Mar 22, 2021

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Table function, which allows to process files from s3 in parallel from many nodes in a specified cluster.

@nikitamikhaylov nikitamikhaylov added the do not test disable testing on pull request label Mar 22, 2021
@robot-clickhouse robot-clickhouse added doc-alert pr-feature Pull request with new product feature labels Mar 22, 2021
@alexey-milovidov
Copy link
Copy Markdown
Member

Table function, which allows to download

Not just to download but to process queries on them in parallel on many nodes.

@nikitamikhaylov
Copy link
Copy Markdown
Member Author

Table function, which allows to download

Not just to download but to process queries on them in parallel on many nodes.

Exactly.

@nikitamikhaylov nikitamikhaylov added force tests and removed do not test disable testing on pull request labels Mar 24, 2021
@nikitamikhaylov nikitamikhaylov marked this pull request as ready for review March 26, 2021 15:40
@KochetovNicolai KochetovNicolai self-assigned this Mar 26, 2021
. "$CUR_DIR"/../shell_config.sh


${CLICKHOUSE_CLIENT_BINARY} --send_logs_level="none" -q "SELECT * FROM s3('https://s3.mds.yandex.net/clickhouse-test-reports/*/*/functional_stateless_tests_(ubsan)/test_results.tsv', '$S3_ACCESS_KEY_ID', '$S3_SECRET_ACCESS', 'LineAsString', 'line String') limit 100 FORMAT Null;"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double whitespace.

@adevyatova
Copy link
Copy Markdown
Contributor

Internal documentation ticket: DOCSUP-8660

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-feature Pull request with new product feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants