From common-commits-return-96370-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Thu Sep 5 07:19:17 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 684B2180656 for ; Thu, 5 Sep 2019 09:19:17 +0200 (CEST) Received: (qmail 80072 invoked by uid 500); 5 Sep 2019 14:43:41 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 80062 invoked by uid 99); 5 Sep 2019 14:43:41 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Sep 2019 14:43:41 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id AC67780780; Thu, 5 Sep 2019 07:19:16 +0000 (UTC) Date: Thu, 05 Sep 2019 07:19:15 +0000 To: "common-commits@hadoop.apache.org" Subject: [hadoop] branch branch-3.2 updated (252afdc -> 84a9c3f) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156766795541.27111.15584399217482575146@gitbox.apache.org> From: rohithsharmaks@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: hadoop X-Git-Refname: refs/heads/branch-3.2 X-Git-Reftype: branch X-Git-Oldrev: 252afdc8e6b3f5823b62a6309d9c86a501f0698f X-Git-Newrev: 84a9c3f999b72ceb04be8e2a10dc809f8be8871c X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. rohithsharmaks pushed a change to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git. from 252afdc YARN-9804. Update ATSv2 document for latest feature supports. new a3496a3 YARN-8871. Document ATSv2 integrated LogWebService. Contributed by Suma Shivaprasad. new 4a4a892 YARN-7754. [Atsv2] Update document for running v1 and v2 TS. Contributed by Suma Shivaprasad. new 0a6f90d YARN-9034. ApplicationCLI should have option to take clusterId. Contributed by Rohith Sharma K S. new 5345508 YARN-6149. Allow port range to be specified while starting NM Timeline collector manager. Contributed by Abhishek Modi. new 108c569 YARN-6735. Have a way to turn off container metrics from NMs. Contributed by Abhishek Modi. new 84a9c3f YARN-5336 Limit the flow name size & consider cleanup for hex chars. Contributed by Sushil Ks The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/hadoop/yarn/conf/YarnConfiguration.java | 27 ++ .../hadoop/yarn/client/cli/ApplicationCLI.java | 18 ++ .../apache/hadoop/yarn/client/cli/ClusterCLI.java | 2 + .../org/apache/hadoop/yarn/client/cli/NodeCLI.java | 2 + .../apache/hadoop/yarn/client/cli/QueueCLI.java | 2 +- .../org/apache/hadoop/yarn/client/cli/TopCLI.java | 1 + .../org/apache/hadoop/yarn/client/cli/YarnCLI.java | 9 +- .../hadoop/yarn/client/cli/TestClusterCLI.java | 41 ++- .../apache/hadoop/yarn/client/cli/TestYarnCLI.java | 89 ++++--- .../client/api/impl/TimelineReaderClientImpl.java | 2 + .../hadoop/yarn/util/timeline/TimelineUtils.java | 32 +++ .../src/main/resources/yarn-default.xml | 19 ++ .../yarn/util/timeline/TestShortenedFlowName.java} | 46 ++-- .../timelineservice/NMTimelinePublisher.java | 276 +++++++++++---------- .../timelineservice/TestNMTimelinePublisher.java | 2 + .../server/timelineservice/TimelineContext.java | 9 +- .../collector/NodeTimelineCollectorManager.java | 15 +- .../collector/TestNMTimelineCollectorManager.java | 6 +- .../src/site/markdown/TimelineServiceV2.md | 17 ++ 19 files changed, 385 insertions(+), 230 deletions(-) copy hadoop-yarn-project/hadoop-yarn/{hadoop-yarn-server/hadoop-yarn-server-common/src/test/java/org/apache/hadoop/yarn/server/api/TestServerRMProxy.java => hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/util/timeline/TestShortenedFlowName.java} (50%) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org