-
Notifications
You must be signed in to change notification settings - Fork 49
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
readme instructing not correct #9
Comments
Can you post all the steps you did and also all their output, if you still have it? Also, listing your windows/vbox/vagrant versions will be helpful. Thanks! |
thanks for the quick feedback... thats was fast i dont have all the output logged. If you can tell me how to do that i am happy to run it all again. here is what i did:
This ran to completion. lots of apt-get stuff. cheers |
I am using the latest version of vagrant (1.6.5) & virtual box (4.3.16) |
Please leave the postinstall script alone. It is an artifact of the vagrant base box and has nothing to do with our setup. Since you mentioned, that you had a few problems getting the boxes up, I guess they are not fully provisioned yet. Please run "vagrant provision" to do that. Also, where in the world are you located? We sometimes run into time-outs if we can't find a fast apache mirror close to you. |
Ok. I have already run it :) hehe i am in Berlin, Germany. Here is the output from running "vagrant provision" C:_data_temp\vagrant-cascading-hadoop-cluster> |
please do a "vagrant reload --provision", that should bring things back to a consistent state. Since I am also in Berlin, I think the downloads will work from here... |
small world.... i shut down all the vm's i noticed in the log that the version of guest additions on my host, and in the vm's is different. LOG BELOW: C:_data_temp\vagrant-cascading-hadoop-cluster>vagrant reload --provision |
This is odd. It could be one of the famous windows vs. unix line ending problems... How did you clone the project? How is your git configured w.r.t. line endings? |
ok makes sense. i will set git line ending globally, and then start fresh with a new git pull. will take a few minutes :) |
BTW used "git config --global core.autocrlf true" |
so, did it work now? |
i did not get a chance. I will do it on Ubuntu instead. Must put this on back burner for a bit though; got to work on GUI |
So as an easy "Fix" just download the repo as a zip and everything will work until stuff is patched. |
on windows
i booted the 4 nodes.
had to run it a few times for it to complete.
When sshing into master, the only sh file in the root directory is "postinstall.sh", not "prepare-cluster.sh".
Also start-all.sh is not there.
Would appreciate confirmation o this so i know i am doing things correctly...
The text was updated successfully, but these errors were encountered: