Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cloudspanner bigtable] update client library versions #1293

Merged
merged 1 commit into from
Apr 26, 2019
Merged

[cloudspanner bigtable] update client library versions #1293

merged 1 commit into from
Apr 26, 2019

Conversation

flint-dominic
Copy link
Contributor

tested successfully current code with updated spanner/bigtable library in order to be more compatible with other more updated google cloud components and confirm it works with 0.16.0 YCSB.

used following settings:
./bin/ycsb load cloudspanner -P workloads/workloada -P cloudspanner.properties -p recordcount=1000
./bin/ycsb run cloudspanner -P workloads/workloada -P cloudspanner.properties -p operationcount=1000

table = usertable
zeropadding = 12

cloudspanner.instance = ycsb-instance
cloudspanner.database = ycsb-database

cloudspanner.readmode = query
cloudspanner.boundedstaleness = 0
cloudspanner.batchinserts = 1

./bin/ycsb load googlebigtable -P workloads/workloada -P googlebigtable.properties -p recordcount=1000
./bin/ycsb run googlebigtable -P workloads/workloada -P googlebigtable.properties -p operationcount=1000

columnfamily=cf
google.bigtable.project.id=firestore-benchmark-tests
google.bigtable.instance.id=ycsb-instance
google.bigtable.auth.service.account.enable=true
google.bigtable.auth.json.keyfile=serviceAccountKey.bt.json
debug=false

Copy link
Collaborator

@busbey busbey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the commit message:

[cloudspanner bigtable] update client library versions

@flint-dominic flint-dominic changed the title tested updated spanner and bigtable libs on 0.16.0 [cloudspanner bigtable] update client library versions Apr 25, 2019
@flint-dominic
Copy link
Contributor Author

updated commit message!

@busbey busbey merged commit 60f4d5d into brianfrankcooper:master Apr 26, 2019
@busbey busbey mentioned this pull request Jun 4, 2019
@busbey busbey mentioned this pull request Sep 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants