Kong / Kong/docker-cassandra

Cassandra version not working

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
5
Forks
6
PR merge metrics
No merged PRs in 30d

Description

I had some little issue when i tried the quick start guide.

Edited a little bit the Dockerfile.

```
FROM mashape/docker-java7
MAINTAINER Marco Palladino, marco@mashape.com

ENV CASSANDRA_VERSION 2.2.4

# adding repo to yum
RUN echo -e "[datastax]\nname = DataStax Repo for Apache Cassandra\nbaseurl = http://rpm.datastax.com/community\nenabled = 1\ngpgcheck = 0" > /etc/yum.repos.d/datastax.repo

RUN yum -y install dsc22-$CASSANDRA_VERSION cassandra22-$CASSANDRA_VERSION

RUN sed -i -r -e 's@^rpc_address.*$@rpc_address: 0\.0\.0\.0@' /etc/cassandra/conf/cassandra.yaml
RUN sed -i -r -e 's@^# broadcast_rpc_address.*$@broadcast_rpc_address: 127\.0\.0\.1@' /etc/cassandra/conf/cassandra.yaml

VOLUME ["/var/lib/cassandra", "/etc/cassandra"]

CMD ["cassandra", "-f"]

EXPOSE 22 8888 7000 7001 7199 9042 9160
```

I send you a pull request asap

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the quick start guide and the Dockerfile shown in the issue. Reproduce the reported failure around Cassandra 2.2.4 and determine what is not working during the image build or startup. Done means the documented quick start works with the corrected Cassandra setup and the result is clearly documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
cassandra, docker
Domain
databases, devops
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.