> On Dec. 9, 2015, 11:40 p.m., Matt wrote: > >
Good catch. Will fix it together with other feedback. - Lav ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41151/#review109634 ----------------------------------------------------------- On Dec. 9, 2015, 9:41 p.m., Lav Jain wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41151/ > ----------------------------------------------------------- > > (Updated Dec. 9, 2015, 9:41 p.m.) > > > Review request for Ambari, Alexander Denissov, Alejandro Fernandez, bhuvnesh > chaudhary, jun aoki, Matt, Newton Alex, and Oleksandr Diachenko. > > > Bugs: AMBARI-14301 > https://issues.apache.org/jira/browse/AMBARI-14301 > > > Repository: ambari > > > Description > ------- > > Looks like stackadvisor is used only upon a fresh install if no changes are > made to the master components. In that case, the client/slaves are installed > on all the hosts, so HAWQSEGMENT is co-located with DATANODE by default. > If HDFS is already installed and HAWQ is enabled using add services, then > Ambari chooses all hosts that do not have a MASTER component installed. This > determination is being done in the javascript code. > This patch is changing the hostlist for HAWQSEGMENT to be the same as > DATANODE in the latter case. > > > Diffs > ----- > > 1f8133d 1f8133d > > Diff: https://reviews.apache.org/r/41151/diff/ > > > Testing > ------- > > Manually tested. > > > Thanks, > > Lav Jain > >