Paul O'Fallon

Results 8 comments of Paul O'Fallon

+1 - for example, as a "go" newbie, I'm at a loss as to how to apply these build instructions to the concept of a go "workspace", $GOPATH, etc. Thanks!

Thanks! Yes, I was able to get it to build. I suggest adding the requirement to download cassandra in advance to the build instructions in the README. Also, on a...

Thanks! I was getting 'exec format error' because I had not setup cross compiling in go, which I fixed. Now as long as I set $GOOS to 'linux' and $GOARCH...

I used that to build the entrypoint for this project on a mac (part of pull request #24).

I've run it as follows: `docker run --name=n1 -d -p 9042:9042 tobert/cassandra` and be able to connect to it via `cqlsh [docker host ip]` (with an installation of `cqlsh` outside...

Thanks @NGPixel, your comment makes complete sense. The above commits add a new admin switch to enable this functionality (as you suggested). However, there's currently no label or hint in...

Hello! Just checking in on this -- let me know if there's anything I can do to help with the review. Thanks!

FWIW I ran into this same issue when trying to build the CLI tools on AWS Graviton2 (both [t4g](https://aws.amazon.com/ec2/instance-types/t4/) and [g5g](https://aws.amazon.com/ec2/instance-types/g5g/) instance types). I was previously able to build and...