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

Build image for Shark 0.9.1 #33

Open
AndreSchumacher opened this issue Apr 14, 2014 · 2 comments
Open

Build image for Shark 0.9.1 #33

AndreSchumacher opened this issue Apr 14, 2014 · 2 comments

Comments

@AndreSchumacher
Copy link
Contributor

No description provided.

@lbustelo
Copy link
Contributor

I was trying to do this by simply swapping references to 0.9.0 with 0.9.1. The problem is that I have to rebuild the hadoop image and that DockerFile fails to build while trying to install open-jre.

The following packages have unmet dependencies:
 openjdk-7-jre-headless : Depends: tzdata-java but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

@lbustelo
Copy link
Contributor

To fix this problem, need to add the following to https://github.com/amplab/docker-scripts/blob/master/apache-hadoop-hdfs-precise/Dockerfile#L11

RUN echo "deb http://archive.ubuntu.com/ubuntu precise-updates main universe" >> /etc/apt/sources.list

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

No branches or pull requests

2 participants