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

status of this project #13

Open
kundeng opened this issue Jan 9, 2020 · 4 comments
Open

status of this project #13

kundeng opened this issue Jan 9, 2020 · 4 comments

Comments

@kundeng
Copy link

kundeng commented Jan 9, 2020

I wonder whether this project is still being actively developed. I'm trying to find a good local big data stack for learning and development. This seems to be one of the very few projects that seem to be well designed.

@wdavidw
Copy link
Member

wdavidw commented Jan 10, 2020

Hi @kundeng The project is still actively developed. @RReivax, could you provide us with some feedback on the status, I am interested as well.

@RReivax
Copy link
Collaborator

RReivax commented Jan 10, 2020

Hi @kundeng,

This project is actively being used on the dev branch. It has some major fix and design refactoring compared to the master branch. I'm testing it with a fresh install:

# uninstall
sudo pip uninstall jumbo
mv ~/.jumbo ~/.jumbo_backup # cleanup jumbo old data directory

# install
git clone https://github.com/adaltas/jumbo
cd jumbo
git checkout dev
sudo pip install .
jumbo

Then you setup your nodes and services, and start the cluster. Once the playbooks finish running (at the moment it will end on a "kerberos_enabled" not defined error, but it's not an actual problem), you can see the progression of the service installation on the Ambari server (http://AMBARI_IP:8080).

I'm going to fix some issue with LDAP/Kerberos. For now you can already try an insecure install (don't add the FREEIPA or KERBEROS service). I'm going to merge the dev branch to master as soon as it's done and help you fix your issues if you have some. I'll ping you when done.

@Nuttymoon We should also update with the new documentation on the website, as it should be ready to put online.

@kundeng
Copy link
Author

kundeng commented Jan 29, 2020

Thanks. I will give the dev branch a try.

Just a quick question, what is your standard OS level config?
Any issue with windows+WSL + vagrant + ansible? That's what I tried and it hang.

@RReivax
Copy link
Collaborator

RReivax commented Jan 29, 2020

I use this project on Linux. I have not tried the dev branch on Windows for a long time, but bugs should only occur in Ansible playbooks and be very simple (example: using a /tmp folder locally). I already made id work using windows + vagrant + ansible.

Is it hanging at Vagrant level? In any case, please give more information so that we can have a look.

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

3 participants