Return-Path: X-Original-To: apmail-tez-commits-archive@minotaur.apache.org Delivered-To: apmail-tez-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2A87410DCE for ; Wed, 10 Dec 2014 03:33:25 +0000 (UTC) Received: (qmail 11401 invoked by uid 500); 10 Dec 2014 03:33:25 -0000 Delivered-To: apmail-tez-commits-archive@tez.apache.org Received: (qmail 11297 invoked by uid 500); 10 Dec 2014 03:33:25 -0000 Mailing-List: contact commits-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list commits@tez.apache.org Received: (qmail 11129 invoked by uid 99); 10 Dec 2014 03:33:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2014 03:33:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 971ADA2283B; Wed, 10 Dec 2014 03:33:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jeagles@apache.org To: commits@tez.apache.org Date: Wed, 10 Dec 2014 03:33:29 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [06/53] tez git commit: TEZ-1595. Document timeline server setup for use with the Tez UI (jeagles) TEZ-1595. Document timeline server setup for use with the Tez UI (jeagles) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/ca3015d5 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/ca3015d5 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/ca3015d5 Branch: refs/heads/master Commit: ca3015d5a12f84154b18b0e17a87bd5a5bb38c02 Parents: 78828f0 Author: Jonathan Eagles Authored: Fri Sep 19 22:52:57 2014 -0500 Committer: Jonathan Eagles Committed: Fri Sep 19 22:52:57 2014 -0500 ---------------------------------------------------------------------- docs/src/site/markdown/tez-ui.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/ca3015d5/docs/src/site/markdown/tez-ui.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/tez-ui.md b/docs/src/site/markdown/tez-ui.md index 70d57cf..725ee15 100644 --- a/docs/src/site/markdown/tez-ui.md +++ b/docs/src/site/markdown/tez-ui.md @@ -31,6 +31,8 @@ a Tez UI web application. Application Timeline Server Setup --------------------------------- +_Requires_: **Hadoop 2.6.0-SNAPSHOT** + A minimal _yarn-site.xml_ configuration snippet is provided below. Replace localhost with the actual hostname if running in a distributed setup. @@ -72,6 +74,8 @@ $ $HADOOP_PREFIX/sbin/yarn-daemon.sh start timelineserver Tez Setup --------- +_Requires_: **Tez 0.6.0-SNAPSHOT** + A minimal _tez-site.xml_ configuration snippet is provided below ```