datastax / cstar_perf

Apache Cassandra performance testing platform
Apache License 2.0
72 stars 34 forks source link

Remove sudo #193

Closed tlasica closed 8 years ago

nastra commented 8 years ago

In fact, the issue you're seeing should be fixed by installing the sudo package. See #192 for details.

mshuler commented 8 years ago

This section of the container setup is running as root, so the pipe to sudo is indeed unnecessary. I believe the reason this is caught at this time is due to 16.04 now being the ubuntu:latest image pulled in by docker, which I assume does not contain sudo in the base image (need to test that out to see if #192 really still needs sudo included, but I believe that due to #180, we'll still need sudo anyway). Thanks @tlasica