svn commit: r939598 - /websites/production/bigtop/content/

2015-02-09 Thread oflebbe
Author: oflebbe
Date: Mon Feb  9 20:08:20 2015
New Revision: 939598

Log:
oflebbe added

Added:
websites/production/bigtop/content/
  - copied from r939597, websites/staging/bigtop/trunk/content/



bigtop git commit: BIGTOP-1179. Add Apache Tez to bigtop

2015-02-09 Thread oflebbe
Repository: bigtop
Updated Branches:
  refs/heads/master b00e9da8f - f506701c8


BIGTOP-1179. Add Apache Tez to bigtop


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f506701c
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f506701c
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f506701c

Branch: refs/heads/master
Commit: f506701c8e8cd1b9e596c3f728996c988705e7d0
Parents: b00e9da
Author: Olaf Flebbe o.fle...@science-computing.de
Authored: Thu Nov 27 11:54:41 2014 +0100
Committer: Olaf Flebbe o...@oflebbe.de
Committed: Mon Feb 9 21:49:50 2015 +0100

--
 .../src/common/tez/do-component-build   |  31 +
 bigtop-packages/src/common/tez/install_tez.sh   | 122 +++
 bigtop-packages/src/common/tez/tez-site.xml |  27 
 bigtop-packages/src/common/tez/tez.1|  27 
 bigtop-packages/src/deb/tez/compat  |   1 +
 bigtop-packages/src/deb/tez/control |  29 +
 bigtop-packages/src/deb/tez/copyright   |  16 +++
 bigtop-packages/src/deb/tez/rules   |  42 +++
 bigtop-packages/src/deb/tez/source/format   |   1 +
 bigtop-packages/src/deb/tez/tez.install |   3 +
 bigtop-packages/src/rpm/tez/RPMS/.gitignore |   1 +
 bigtop-packages/src/rpm/tez/SPECS/tez.spec  | 110 +
 bigtop.mk   |  14 +++
 13 files changed, 424 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/bigtop/blob/f506701c/bigtop-packages/src/common/tez/do-component-build
--
diff --git a/bigtop-packages/src/common/tez/do-component-build 
b/bigtop-packages/src/common/tez/do-component-build
new file mode 100644
index 000..88f802a
--- /dev/null
+++ b/bigtop-packages/src/common/tez/do-component-build
@@ -0,0 +1,31 @@
+#!/bin/sh
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the License); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an AS IS BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+set -xe
+
+. `dirname $0`/bigtop.bom
+
+BUILD_TEZ_OPTS=clean package \
+-Dtar -Dhadoop.version=${HADOOP_VERSION} \
+-Phadoop24 -P!hadoop26
+-DskipTests
+
+#mvn versions:set -DnewVersion=${TEZ_VERSION}
+
+mvn ${BUILD_TEZ_OPTS} $@
+
+
+

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f506701c/bigtop-packages/src/common/tez/install_tez.sh
--
diff --git a/bigtop-packages/src/common/tez/install_tez.sh 
b/bigtop-packages/src/common/tez/install_tez.sh
new file mode 100644
index 000..c533dcd
--- /dev/null
+++ b/bigtop-packages/src/common/tez/install_tez.sh
@@ -0,0 +1,122 @@
+#!/bin/sh
+
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the License); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an AS IS BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+set -ex
+
+usage() {
+  echo 
+usage: $0 options
+  Required not-so-options:
+ --build-dir=DIR path to tez dist.dir
+ --prefix=PREFIX path to install into
+
+  Optional options:
+ --doc-dir=DIR   path to install docs into [/usr/share/doc/tez]
+ --lib-dir=DIR   path to install tez home [/usr/lib/tez]
+ --installed-lib-dir=DIR path where lib-dir will end up on target 
system
+ --bin-dir=DIR   path to install bins [/usr/bin]
+ --examples-dir=DIR  path to install examples [doc-dir/examples]
+ ... [ see source for more similar options ]
+  
+  exit 1
+}
+
+OPTS=$(getopt \
+  

svn commit: r939596 - in /websites/staging/bigtop/trunk/content: ./ book/ book/apache-bigtop-user-guide/

2015-02-09 Thread oflebbe
 
0.9.0-SNAPSHOT
/tdtd align=left
-   2015-01-29T20:29
+   2014-12-27T21:51
/td/tr/table/div/divdivdiv 
class=abstract title=Abstractp class=titlebAbstract/b/pp
This is the official user guide of
a class=link href=http://bigtop.apache.org; 
target=_top

Modified: websites/staging/bigtop/trunk/content/dependencies.html
==
--- websites/staging/bigtop/trunk/content/dependencies.html (original)
+++ websites/staging/bigtop/trunk/content/dependencies.html Mon Feb  9 19:56:27 
2015
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2015-01-29
+ | Generated by Apache Maven Doxia at 2015-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20150129 /
+meta name=Date-Revision-mmdd content=20150209 /
 meta http-equiv=Content-Language content=en /
 titleBigtop - Project Dependencies/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -157,7 +157,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2015-01-29/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2015-02-09/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 
0.9.0-SNAPSHOT/li
 
 /ul

Modified: websites/staging/bigtop/trunk/content/dependency-info.html
==
--- websites/staging/bigtop/trunk/content/dependency-info.html (original)
+++ websites/staging/bigtop/trunk/content/dependency-info.html Mon Feb  9 
19:56:27 2015
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2015-01-29
+ | Generated by Apache Maven Doxia at 2015-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20150129 /
+meta name=Date-Revision-mmdd content=20150209 /
 meta http-equiv=Content-Language content=en /
 titleBigtop - Dependency Information/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -157,7 +157,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2015-01-29/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2015-02-09/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 
0.9.0-SNAPSHOT/li
 
 /ul

Modified: websites/staging/bigtop/trunk/content/dependency-management.html
==
--- websites/staging/bigtop/trunk/content/dependency-management.html (original)
+++ websites/staging/bigtop/trunk/content/dependency-management.html Mon Feb  9 
19:56:27 2015
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2015-01-29
+ | Generated by Apache Maven Doxia at 2015-02-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20150129 /
+meta name=Date-Revision-mmdd content=20150209 /
 meta http-equiv=Content-Language content=en /
 titleBigtop - Project Dependency Management/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -157,7 +157,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2015-01-29/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2015-02-09/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 
0.9.0-SNAPSHOT/li
 
 /ul

Modified: websites/staging/bigtop/trunk/content/distribution-management.html
==
--- websites/staging/bigtop/trunk/content/distribution-management.html 
(original)
+++ websites/staging/bigtop/trunk/content/distribution-management.html Mon Feb  
9 19:56:27 2015
@@ -1,13 +1,13 @@
 !DOCTYPE html