-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
Hi @kundeng, This project is actively being used on the # 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 @Nuttymoon We should also update with the new documentation on the website, as it should be ready to put online. |
Thanks. I will give the dev branch a try. Just a quick question, what is your standard OS level config? |
I use this project on Linux. I have not tried the Is it hanging at Vagrant level? In any case, please give more information so that we can have a look. |
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.
The text was updated successfully, but these errors were encountered: