Sean Busbey

Results 66 comments of Sean Busbey

just noticed this: > Let me know if this pull request should be pointed to a different branch. Generally, PRs should target the master branch. In this case I'll take...

👍 I'll leave this open for additional comments over the next day or two, and will then merge it in time for 1.8.2 RCs.

Container images make deployment to a variety of environments much, much simpler. So I definitely agree with Tristan that we need something like this. For example, it would make it...

Here's the javadoc from the ByteIterator class, which gives a rationale: > > * YCSB-specific buffer class. ByteIterators are designed to support > * efficient field generation, and to allow...

the python launcher should be considered deprecated. the OS native scripts should be preferred. we'll eventually remove the python launcher but I don't want to do that while we still...

an open question is wether we still need the windows specific bat file given how mature WSL is now. (or that we really ought to be publishing container images)

Oracle makes a lot of products. Which one do you mean?

for their database offering, you should use the JDBC client binding along with their JDBC driver.

that error looks like it is from mongodb-async. try using the vanilla mongodb client instead.