Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Hi,
I found some code [1] in the columnstore-init script that is commented with "TO BE REMOVED":
# Clean Out Bucket From Previous Tests (TO BE REMOVED)
|
if [[ $(hostname -s) == "$PM1" ]]; then
|
gsutil -m rm gs://$S3_BUCKET/* > /dev/null 2>&1
|
fi
|
It is responsible for purging the S3 bucket before initialization.
Could you please comment if this code snippet is still needed or should be removed in the ColumnStore image?
Attachments
Issue Links
- mentioned in
-
Page Loading...