Skip to content

Commit

Permalink
fix bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
loneylee committed Mar 21, 2024
1 parent 17f73fe commit 7fa19cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class GlutenClickHouseMergeTreeWriteOnObjectStorageAbstractSuite
val S3_CACHE_PATH = s"/tmp/s3_cache/$sparkVersion/"
val S3_ENDPOINT = "s3://127.0.0.1:9000/"
val MINIO_ENDPOINT: String = S3_ENDPOINT.replace("s3", "http")
val BUCKET_NAME: String = sparkVersion
val BUCKET_NAME: String = sparkVersion.replace(".", "-")
val WHOLE_PATH: String = MINIO_ENDPOINT + BUCKET_NAME + "/"

val HDFS_METADATA_PATH = s"/tmp/metadata/hdfs/$sparkVersion/"
Expand Down

0 comments on commit 7fa19cb

Please sign in to comment.