----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32619/#review78389 -----------------------------------------------------------
ambari-server/src/main/assemblies/server-windows.xml <https://reviews.apache.org/r/32619/#comment127003> For some obscure reason, the target bootstrap subdir is being clobered during setup-security, so the real destination needs to be sbin for the scripts, and resources for the zip archive. ambari-server/src/main/python/bootstrap.py <https://reviews.apache.org/r/32619/#comment127002> Needs to be -File instead of -Command here - Florian Barca On March 30, 2015, 12:46 p.m., Artem Baranchuk wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/32619/ > ----------------------------------------------------------- > > (Updated March 30, 2015, 12:46 p.m.) > > > Review request for Ambari, Eugene Chekanskiy, Florian Barca, and Jayush > Luniya. > > > Bugs: AMBARI-10271 > https://issues.apache.org/jira/browse/AMBARI-10271 > > > Repository: ambari > > > Description > ------- > > [WinTP2] Agent Automatic Bootstrap: Adapt the bootstrap.py to upload > bootstrap archive to agent node, unzip and run setupAgent script on windows > > > Diffs > ----- > > ambari-server/src/main/assemblies/server-windows.xml 8b5483a > > ambari-server/src/main/java/org/apache/ambari/server/bootstrap/BSRunner.java > 8c27934 > ambari-server/src/main/python/bootstrap.py 111ff46 > ambari-server/src/main/windows/psremoting/Create-RemotingDir.ps1 > PRE-CREATION > ambari-server/src/main/windows/psremoting/Run-RemotingScript.ps1 > PRE-CREATION > ambari-server/src/main/windows/psremoting/Send-RemotingFile.ps1 > PRE-CREATION > ambari-server/src/main/windows/psremoting/Unzip-RemotingFile.ps1 > PRE-CREATION > > Diff: https://reviews.apache.org/r/32619/diff/ > > > Testing > ------- > > tested manyally > > > Thanks, > > Artem Baranchuk > >
