>From Ali Alsuliman <[email protected]>: Ali Alsuliman has uploaded this change for review. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17689 )
Change subject: [NO ISSUE][TEST] Fix conf files ...................................................................... [NO ISSUE][TEST] Fix conf files - user model changes: no - storage format changes: no - interface changes: no Change-Id: I9aac2d2e0e42562c7b295d9984566317a4ddcfe9 --- M asterixdb/asterix-app/src/main/resources/cc-cloud-storage.conf M asterixdb/asterix-app/src/main/resources/cc_static_partitioning.conf 2 files changed, 20 insertions(+), 6 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/89/17689/1 diff --git a/asterixdb/asterix-app/src/main/resources/cc-cloud-storage.conf b/asterixdb/asterix-app/src/main/resources/cc-cloud-storage.conf index be9bd54..850a7eb 100644 --- a/asterixdb/asterix-app/src/main/resources/cc-cloud-storage.conf +++ b/asterixdb/asterix-app/src/main/resources/cc-cloud-storage.conf @@ -51,9 +51,6 @@ [common] log.dir = logs/ log.level = INFO -compiler.cbo=false -compiler.cbotest=true -compiler.queryplanshape=zigzag compiler.framesize=32KB compiler.sortmemory=320KB compiler.groupmemory=160KB @@ -66,3 +63,10 @@ messaging.frame.count=512 cloud.deployment=true storage.buffercache.pagesize=32KB +storage.partitioning=static +cloud.storage.scheme=s3 +cloud.storage.bucket=cloud-storage-container +cloud.storage.region=us-west-2 +cloud.storage.endpoint=http://127.0.0.1:8001 +cloud.storage.anonymous.auth=true +cloud.storage.cache.policy=lazy \ No newline at end of file diff --git a/asterixdb/asterix-app/src/main/resources/cc_static_partitioning.conf b/asterixdb/asterix-app/src/main/resources/cc_static_partitioning.conf index 9884116..9d28e55 100644 --- a/asterixdb/asterix-app/src/main/resources/cc_static_partitioning.conf +++ b/asterixdb/asterix-app/src/main/resources/cc_static_partitioning.conf @@ -51,9 +51,6 @@ [common] log.dir = logs/ log.level = INFO -compiler.cbo=false -compiler.cbotest=true -compiler.queryplanshape=zigzag compiler.framesize=32KB compiler.sortmemory=320KB compiler.groupmemory=160KB -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17689 To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Change-Id: I9aac2d2e0e42562c7b295d9984566317a4ddcfe9 Gerrit-Change-Number: 17689 Gerrit-PatchSet: 1 Gerrit-Owner: Ali Alsuliman <[email protected]> Gerrit-MessageType: newchange
