Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Remove port from file:// naming convention (#334)
Browse files Browse the repository at this point in the history
Signed-off-by: Мартынов Максим Сергеевич <[email protected]>
  • Loading branch information
dolfinus authored Jun 27, 2024
1 parent 856ab1b commit f34733b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A dataset, or `table`, is organized according to a producer, namespace, database
| GCS | Blob storage | bucket | path | gs://{bucket name}/{path} |
| HDFS | Distributed file system | Namenode host and port | path | hdfs://{namenode host}:{namenode port}/{path} |
| Kafka | distributed event streaming platform | bootstrap server host and port | topic | kafka://{bootstrap server host}:{port}/{topic name} |
| Local file system | File system | IP, Port | Path | file://{IP}:{port}/{path} |
| Local file system | File system | Host | Path | file://{host}/{path} |
| S3 | Blob Storage | bucket name | path | s3://{bucket name}/{path} |
| WASBS (Azure Blob Storage) | Blob Storage | container, service | path | wasbs://{container name}@{service name}/{path} |

Expand Down

0 comments on commit f34733b

Please sign in to comment.