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

our hadoop image won't run on modern kernels #25

Open
mmm opened this issue Apr 15, 2021 · 5 comments
Open

our hadoop image won't run on modern kernels #25

mmm opened this issue Apr 15, 2021 · 5 comments

Comments

@mmm
Copy link
Member

mmm commented Apr 15, 2021

The workaround is to have students:

sudo -s
echo 'GRUB_CMDLINE_LINUX_DEFAULT="vsyscall=emulate"' >> /etc/default/grub
update-grub
reboot

which sucks.

This is caused in cloudera/quickstart which our hadoop image derives from.

So the fix is to find/fork/fix the source for the cloudera/quickstart image (which I think might be deprecated) :-/

@mmm
Copy link
Member Author

mmm commented Apr 15, 2021

not really sure how to fix this, so I'd love ideas

@BrainMonkey

@dschioberg
Copy link

How hard is it to update the whole stack we are using? Kafka and Spark are also hopelessly outdated and it's only a question of time when the setup breaks.

@penpen86
Copy link

penpen86 commented Apr 15, 2021 via email

@BrainMonkey
Copy link

Same here, I just helped a student update Spark and Kafka for their project to take advantage of Spark 2.4 features

@BrainMonkey
Copy link

Not sure if helps or anything, but professionally we use a lot of the bitnami(https://bitnami.com/) images because they are throughly vetted and pass a lot of our initial security audits from the OS perspective.

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

4 participants