----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18100/#review34438 -----------------------------------------------------------
twill-yarn/src/main/hadoop20/org/apache/twill/internal/yarn/Hadoop20YarnAMClient.java <https://reviews.apache.org/r/18100/#comment64533> Would StringBuilder work a bit faster since in this case we do not really do extra formatting and just do string concatenation. As I remember internally String.format use StringBuilder after running the tokens into formatted fragments. - Henry Saputra On Feb. 13, 2014, 10:54 p.m., Terence Yim wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/18100/ > ----------------------------------------------------------- > > (Updated Feb. 13, 2014, 10:54 p.m.) > > > Review request for Twill. > > > Repository: twill > > > Description > ------- > > Fix the tracking url registration > > 1. Register the tracking URL without http:// for yarn-2.0.x. > 2. Register without the "/resources" in path. > > > Diffs > ----- > > > twill-yarn/src/main/hadoop20/org/apache/twill/internal/yarn/Hadoop20YarnAMClient.java > e773819 > > twill-yarn/src/main/java/org/apache/twill/internal/appmaster/TrackerService.java > 8ff5184 > > Diff: https://reviews.apache.org/r/18100/diff/ > > > Testing > ------- > > > Thanks, > > Terence Yim > >
