-
Notifications
You must be signed in to change notification settings - Fork 25
Description
At first glance when you try to install opensoc-vagrant it seemed to me it's completely plausable to install it fast as there were only two commands and there you go.. but alas, it took me some days and I feel I haven't even started..
When I vagrant up, nodes 4-2 install just fine (I've changed the box to the valid one 6.7), and then in the node1 while starting mysqld (prior to this no problems were reported):
==> node1: creating symbolic link `/opt/hive/lib/mysql-connector-java.jar'
==> node1: : No such file or directory
==> node1: Setting up mysql user
==> node1: Setting up metastore schema
==> node1: /tmp/vagrant-shell: line 38: cd: /opt/hive/scripts/metastore/upgrade/
mysql: No such file or directory
==> node1: cp:
==> node1: cannot create regular file `/opt/hive/conf/'
==> node1: : No such file or directory
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
After that I have tried 'fab vagrant quickstart' and get the error:
And when I connect to my VM node1 - I see that there is no existence of java folder inside usr.
Is it possible that the node1 install script hasn't finished it's job? Or there might be some other prerequist I haven't done so the whole thing won't work?
Also meld3 distribution 0.6.5 not found... how do I fix that?
