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 CA8EE17804 for ; Wed, 14 Jan 2015 19:05:09 +0000 (UTC) Received: (qmail 35353 invoked by uid 500); 14 Jan 2015 19:05:11 -0000 Delivered-To: apmail-tez-commits-archive@tez.apache.org Received: (qmail 35321 invoked by uid 500); 14 Jan 2015 19:05:11 -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 35312 invoked by uid 99); 14 Jan 2015 19:05:11 -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, 14 Jan 2015 19:05:11 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id ECBCFA42724; Wed, 14 Jan 2015 19:05:10 +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 Message-Id: <2553704b256c4ddea12e11299adbd5b2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: tez git commit: TEZ-1890. tez-ui web.tar.gz also being uploaded to maven repository (jeagles) Date: Wed, 14 Jan 2015 19:05:10 +0000 (UTC) Repository: tez Updated Branches: refs/heads/branch-0.6 0db610325 -> 0e872a5dc TEZ-1890. tez-ui web.tar.gz also being uploaded to maven repository (jeagles) (cherry picked from commit adcfb84c5121144d0747504d1c89e55f7f090e68) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/0e872a5d Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/0e872a5d Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/0e872a5d Branch: refs/heads/branch-0.6 Commit: 0e872a5dcd3e517617b1f005a8e732c57e950ffe Parents: 0db6103 Author: Jonathan Eagles Authored: Wed Jan 14 13:01:53 2015 -0600 Committer: Jonathan Eagles Committed: Wed Jan 14 13:03:00 2015 -0600 ---------------------------------------------------------------------- CHANGES.txt | 1 + docs/src/site/markdown/tez-ui.md | 8 ++++---- tez-ui/README.TXT | 4 +--- tez-ui/pom.xml | 20 -------------------- tez-ui/src/assembly/bin.xml | 31 ------------------------------- 5 files changed, 6 insertions(+), 58 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/0e872a5d/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 8037943..6bdc3dc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,7 @@ Release 0.6.0: Unreleased INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-1890. tez-ui web.tar.gz also being uploaded to maven repository TEZ-1931. Publish tez version info to Timeline. TEZ-1938. Build warning duplicate jersey-json definitions TEZ-1910. Build fails against hadoop-2.2.0. http://git-wip-us.apache.org/repos/asf/tez/blob/0e872a5d/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 cee6575..52332ce 100644 --- a/docs/src/site/markdown/tez-ui.md +++ b/docs/src/site/markdown/tez-ui.md @@ -101,8 +101,8 @@ tez-site.xml ### Building Tez UI from sources For instructions on building Tez UI from sources or setting up a development environment see the -README.txt in tez-ui subfolder. The build generates a tarball as well as a war file of the distribution -in the tez-ui/target. currently the Tez-UI can be hosted using one of the following options. +README.txt in tez-ui subfolder. The build generates a war file of the distribution +in the tez-ui/target. Currently the Tez-UI can be hosted using one of the following options. ### hosting using the war file and tomcat. 1. Remove any old deployments in $TOMCAT_HOME/webapps @@ -110,8 +110,8 @@ in the tez-ui/target. currently the Tez-UI can be hosted using one of the follow 3. Restart tomcat and the war will get deployed. The content of the war would be available in $TOMCAT_HOME/webapps/tez-ui-x.x.x. -### hosting using tarball and a standalone webserver -1. untar the tarball +### hosting using extracted war file and a standalone webserver +1. untar the war file 2. copy the resulting directory to the document root of the web server. 3. reload/restart the webserver http://git-wip-us.apache.org/repos/asf/tez/blob/0e872a5d/tez-ui/README.TXT ---------------------------------------------------------------------- diff --git a/tez-ui/README.TXT b/tez-ui/README.TXT index b2ab7a3..d19f951 100644 --- a/tez-ui/README.TXT +++ b/tez-ui/README.TXT @@ -45,9 +45,7 @@ In configs.js Building --------- * To build UI without running test cases, run 'mvn clean package -DskipTests' in tez-ui directory. - * The build will create two files inside tez-ui/target. - 1. A tarball of the distribution files. - 2. A war of the distribution files. + * The build will create a war file inside tez-ui/target. * UI build is part of tez build, refer BUILDING.txt in tez for more info. Using the war http://git-wip-us.apache.org/repos/asf/tez/blob/0e872a5d/tez-ui/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ui/pom.xml b/tez-ui/pom.xml index 6d8c644..be2e443 100644 --- a/tez-ui/pom.xml +++ b/tez-ui/pom.xml @@ -29,13 +29,11 @@ src/main/webapp ${basedir}/src/main/webapp/node/node - ${artifactId}-${parent.version} v0.10.18 1.3.8 - ${fileName} @@ -125,24 +123,6 @@ - - - org.apache.maven.plugins - maven-assembly-plugin - - ${fileName} - ${basedir}/src/assembly/bin.xml - - - - package - - single - - - - - org.apache.maven.plugins http://git-wip-us.apache.org/repos/asf/tez/blob/0e872a5d/tez-ui/src/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/tez-ui/src/assembly/bin.xml b/tez-ui/src/assembly/bin.xml deleted file mode 100644 index 2b5dd18..0000000 --- a/tez-ui/src/assembly/bin.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - web - - tar.gz - - - - ${basedir}/src/main/webapp/dist - / - - - \ No newline at end of file