Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/modules/integrate/pages/file-connector.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ If you use the slim distribution of Hazelcast, be sure to add the respective mod
|link:https://search.maven.org/artifact/com.hazelcast.jet/hazelcast-jet-files-gcs/{os-version}/jar[hazelcast-jet-files-gcs]
|gs://example-bucket/path/in/the/bucket

|Windows Azure Blob Storage
|link:https://search.maven.org/artifact/com.hazelcast.jet/hazelcast-jet-files-azure/{os-version}/jar[hazelcast-jet-files-azure]
|wasbs://example-container@examplestorageaccount.blob.core.windows.net/path/in/the/container

|Azure Data Lake Generation 1
|link:https://search.maven.org/artifact/com.hazelcast.jet/hazelcast-jet-files-azure/{os-version}/jar[hazelcast-jet-files-azure]
|adl://exampledatalake.azuredatalakestore.net/path/in/the/container
Expand All @@ -76,7 +72,6 @@ Hazelcast supports the following path schemes:

* `hdfs`: HDFS
* `s3a`: Amazon S3
* `wasbs`: Azure Cloud Storage
* `adl`: Azure Data Lake Generation 1
* `abfs`: Azure Data Lake Generation 2
* `gs`: Google Cloud Storage
Expand Down
4 changes: 0 additions & 4 deletions docs/modules/sql/pages/mapping-to-a-file-system.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,6 @@ a|Included in both full and slim distributions of Hazelcast.
|link:https://search.maven.org/artifact/com.hazelcast.jet/hazelcast-jet-files-gcs/{os-version}/jar[hazelcast-jet-files-gcs]
|gs://example-bucket/path/in/the/bucket

|Windows Azure Blob Storage
|link:https://search.maven.org/artifact/com.hazelcast.jet/hazelcast-jet-files-azure/{os-version}/jar[hazelcast-jet-files-azure]
|wasbs://example-container@examplestorageaccount.blob.core.windows.net/path/in/the/container

|Azure Data Lake Generation 1
|link:https://search.maven.org/artifact/com.hazelcast.jet/hazelcast-jet-files-azure/{os-version}/jar[hazelcast-jet-files-azure]
|adl://exampledatalake.azuredatalakestore.net/path/in/the/container
Expand Down