This is an automated email from the ASF dual-hosted git repository. arvid pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 928d4c45ec6893bd6d0148628540ff97e4d1b406 Author: Etienne Chauchot <[email protected]> AuthorDate: Fri Nov 19 11:23:27 2021 +0100 [FLINK-21407] bump microsoft-hadoop-azure version --- .../content/docs/connectors/datastream/formats/azure_table_storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/connectors/datastream/formats/azure_table_storage.md b/docs/content/docs/connectors/datastream/formats/azure_table_storage.md index 6d82356..d8d1359 100644 --- a/docs/content/docs/connectors/datastream/formats/azure_table_storage.md +++ b/docs/content/docs/connectors/datastream/formats/azure_table_storage.md @@ -55,7 +55,7 @@ curl https://flink.apache.org/q/quickstart.sh | bash <dependency> <groupId>com.microsoft.hadoop</groupId> <artifactId>microsoft-hadoop-azure</artifactId> - <version>0.0.4</version> + <version>0.0.5</version> </dependency> ``` @@ -92,7 +92,7 @@ public class AzureTableExample { HadoopInputFormat<Text, WritableEntity> hdIf = new HadoopInputFormat<Text, WritableEntity>(new AzureTableInputFormat(), Text.class, WritableEntity.class, new Job()); // set the Account URI, something like: https://apacheflink.table.core.windows.net - hdIf.getConfiguration().set(AzureTableConfiguration.Keys.ACCOUNT_URI.getKey(), "TODO"); + hdIf.getConfiguration().set(azuretableconfiguration.Keys.ACCOUNT_URI.getKey(), "TODO"); // set the secret storage key here hdIf.getConfiguration().set(AzureTableConfiguration.Keys.STORAGE_KEY.getKey(), "TODO"); // set the table name here
