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

Some updates for building new containers #816

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stackedsax
Copy link
Contributor

@stackedsax stackedsax commented Dec 5, 2017

A couple changes I found useful for building a new docker image.

  1. Since the work to move everything to java 8, a newly-built docker image barfs unless this is upgraded to Java 89
  2. The new image pulls in thrift 0.10.0, which breaks things... similar to this problem in pycassa. So, downgrading thrift to 0.9.3 is necessary.
  3. I think that 'ROLLUP_KEYSPACE' conditional only worked by totally not working. Fixed it to make sense and actually work.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling ff1343f on stackedsax:stackedsax/dockerfile_updates into ** on rackerlabs:master**.

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.

3 participants