Re: [VOTE] Release apache-myriad-0.1.0-incubating (release candidate 1)

2015-11-11 Thread Santosh Marella
Any idea what shutdown.sh script is used for ? I can omit this if it's used for Vagrant. Santosh On Wed, Nov 11, 2015 at 10:13 AM, Santosh Marella wrote: > Agreed. Will do a RC2 that omits vagrant files. > > Thanks, Jim. > > -- > Sent from mobile > On

Re: [VOTE] Release apache-myriad-0.1.0-incubating (release candidate 1)

2015-11-11 Thread Darin Johnson
That's a good idea. On Wed, Nov 11, 2015 at 10:03 AM, Jim Klucar wrote: > 0 (non-binding) > > Vagrant environment is broken. > I did a `vagrant up` and ran the setup-yarn-1.sh and setup-yarn-2.sh > scripts. The first had a slight problem, the second failed. > I then tried

Re: [VOTE] Release apache-myriad-0.1.0-incubating (release candidate 1)

2015-11-11 Thread Jim Klucar
0 (non-binding) Vagrant environment is broken. I did a `vagrant up` and ran the setup-yarn-1.sh and setup-yarn-2.sh scripts. The first had a slight problem, the second failed. I then tried `./gradlew build` from inside vagrant and the build failed in the web-ui. I believe it is due to how vagrant

[jira] [Created] (MYRIAD-173) setup-yarn-1.sh prompt for password

2015-11-11 Thread Jim Klucar (JIRA)
Jim Klucar created MYRIAD-173: - Summary: setup-yarn-1.sh prompt for password Key: MYRIAD-173 URL: https://issues.apache.org/jira/browse/MYRIAD-173 Project: Myriad Issue Type: Bug

Re: [VOTE] Release apache-myriad-0.1.0-incubating (release candidate 1)

2015-11-11 Thread Sarjeet Singh
Yes, it is used for vagrant. https://github.com/apache/incubator-myriad/blob/master/docs/vagrant.md#shutting-down -Sarjeet On Wed, Nov 11, 2015 at 10:19 AM, Santosh Marella wrote: > Any idea what shutdown.sh script is used for ? I can omit this if it's used > for

Re: [VOTE] Release apache-myriad-0.1.0-incubating (release candidate 1)

2015-11-11 Thread Santosh Marella
Looks like vagrant is mentioned in multiple places in documentation (.md files). I'm sure we have it mentioned in wiki as well. What does it take to fix vagrant setup? I'm trying to see if it's easier to remove vagrant support from the release or fix the setup for the release. Thoughts ?

Re: [VOTE] Release apache-myriad-0.1.0-incubating (release candidate 1)

2015-11-11 Thread Jim Klucar
I'll mess with Vagrant now. I'll either get it fixed or remove it. On Wed, Nov 11, 2015 at 1:27 PM, Sarjeet Singh wrote: > Yes, it is used for vagrant. > > > https://github.com/apache/incubator-myriad/blob/master/docs/vagrant.md#shutting-down > > -Sarjeet > > On Wed,

Re: [VOTE] Release apache-myriad-0.1.0-incubating (release candidate 1)

2015-11-11 Thread Jim Klucar
I reworked our Vagrant. It is now a 1 step `vagrant up` that sets up the VM, installs everything and starts mesos and hadoop. I also learned that node doesn't like being run under Vagrant because Vagrant doesn't allow symlinks. I added a node config file that turns off symbolic links. It means