bigtop git commit: BIGTOP-1738: Update HBase because javadoc broken

2015-03-17 Thread ywkim
Repository: bigtop
Updated Branches:
  refs/heads/master d07cf3369 - a61c0312f


BIGTOP-1738: Update HBase because javadoc broken

Signed-off-by: YoungWoo Kim yw...@apache.org


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

Branch: refs/heads/master
Commit: a61c0312f78e08753a5a940eacf3fe43b9b2a813
Parents: d07cf33
Author: Olaf Flebbe o...@oflebbe.de
Authored: Sun Mar 8 17:36:35 2015 +0100
Committer: YoungWoo Kim yw...@apache.org
Committed: Tue Mar 17 19:54:18 2015 +0900

--
 bigtop-packages/src/deb/hbase/compat|  2 +-
 bigtop-packages/src/deb/hbase/control   |  2 +-
 .../src/deb/hbase/install_init_scripts.sh   | 10 +---
 .../src/deb/hbase/service-postinst.tpl  | 53 
 .../src/deb/hbase/service-postrm.tpl| 53 
 bigtop.mk   |  2 +-
 6 files changed, 5 insertions(+), 117 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/bigtop/blob/a61c0312/bigtop-packages/src/deb/hbase/compat
--
diff --git a/bigtop-packages/src/deb/hbase/compat 
b/bigtop-packages/src/deb/hbase/compat
index 7f8f011..ec63514 100644
--- a/bigtop-packages/src/deb/hbase/compat
+++ b/bigtop-packages/src/deb/hbase/compat
@@ -1 +1 @@
-7
+9

http://git-wip-us.apache.org/repos/asf/bigtop/blob/a61c0312/bigtop-packages/src/deb/hbase/control
--
diff --git a/bigtop-packages/src/deb/hbase/control 
b/bigtop-packages/src/deb/hbase/control
index 850047f..bfa4218 100644
--- a/bigtop-packages/src/deb/hbase/control
+++ b/bigtop-packages/src/deb/hbase/control
@@ -17,7 +17,7 @@ Section: misc
 Priority: extra
 Maintainer: Bigtop d...@bigtop.apache.org
 Build-Depends: debhelper (= 7.0.50~)
-Standards-Version: 3.8.0
+Standards-Version: 3.9.4
 Homepage: http://hbase.apache.org/
 
 Package: hbase

http://git-wip-us.apache.org/repos/asf/bigtop/blob/a61c0312/bigtop-packages/src/deb/hbase/install_init_scripts.sh
--
diff --git a/bigtop-packages/src/deb/hbase/install_init_scripts.sh 
b/bigtop-packages/src/deb/hbase/install_init_scripts.sh
index 9f0f52a..ad15193 100755
--- a/bigtop-packages/src/deb/hbase/install_init_scripts.sh
+++ b/bigtop-packages/src/deb/hbase/install_init_scripts.sh
@@ -18,23 +18,17 @@
 SRC_PKG=hbase
 for node in master regionserver rest thrift thrift2; do
 service_pkgdir=debian/$SRC_PKG-$node
-debdir=$service_pkgdir/DEBIAN
-mkdir -p $service_pkgdir/etc/init.d/ $debdir
 if [ $node == regionserver ] ; then
 # Region servers start from a different template that allows
 # them to run multiple concurrent instances of the daemon
 template=debian/regionserver-init.d.tpl
 sed -i -e s|@INIT_DEFAULT_START@|2 3 4 5| $template
 sed -i -e s|@INIT_DEFAULT_STOP@|0 1 6| $template
-sed -e s|@HBASE_DAEMON@|$node| -e s|@CHKCONFIG@|2345 87 13| 
$template  $service_pkgdir/etc/init.d/$SRC_PKG-$node
+sed -e s|@HBASE_DAEMON@|$node| -e s|@CHKCONFIG@|2345 87 13| 
$template  debian/hbase-$node.init
 else
 sed -e s|@HBASE_DAEMON@|$node| debian/hbase.svc  
debian/hbase-$node.svc
-bash debian/init.d.tmpl debian/hbase-$node.svc deb 
$service_pkgdir/etc/init.d/$SRC_PKG-$node
+   bash debian/init.d.tmpl debian/hbase-$node.svc deb 
debian/hbase-$node.init 
 fi
-sed -e s|@HBASE_DAEMON@|$node| debian/service-postinst.tpl  
$debdir/postinst
-sed -e s|@HBASE_DAEMON@|$node| debian/service-postrm.tpl  $debdir/postrm
-echo /etc/init.d/$SRC_PKG-$node  $debdir/conffiles
-chmod 755 $debdir/postinst $debdir/postrm $service_pkgdir/etc/init.d*
 
 mkdir -p $service_pkgdir/usr/share/lintian/overrides
 echo $SRC_PKG-$node: new-package-should-close-itp-bug  
$service_pkgdir/usr/share/lintian/overrides/$SRC_PKG-$node

http://git-wip-us.apache.org/repos/asf/bigtop/blob/a61c0312/bigtop-packages/src/deb/hbase/service-postinst.tpl
--
diff --git a/bigtop-packages/src/deb/hbase/service-postinst.tpl 
b/bigtop-packages/src/deb/hbase/service-postinst.tpl
deleted file mode 100644
index b15ef66..000
--- a/bigtop-packages/src/deb/hbase/service-postinst.tpl
+++ /dev/null
@@ -1,53 +0,0 @@
-#!/bin/bash
-#
-# 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 

bigtop git commit: BIGTOP-1730 - Update Oozie website references.

2015-03-17 Thread oflebbe
Repository: bigtop
Updated Branches:
  refs/heads/master a61c0312f - 6356e70fa


BIGTOP-1730 - Update Oozie website references.

Signed-off-by: Olaf Flebbe o...@oflebbe.de


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

Branch: refs/heads/master
Commit: 6356e70fa781df4c7c669dbb72215644b73786ee
Parents: a61c031
Author: Luciano Resende lrese...@apache.com
Authored: Thu Mar 5 22:49:17 2015 -0800
Committer: Olaf Flebbe o...@oflebbe.de
Committed: Wed Mar 18 00:31:13 2015 +0100

--
 bigtop-packages/src/common/oozie/oozie.1| 10 +++---
 bigtop-packages/src/deb/oozie/control   |  3 +-
 bigtop-packages/src/rpm/oozie/SPECS/oozie.spec  | 34 ++--
 .../package/src/main/resources/package_data.xml |  8 ++---
 4 files changed, 27 insertions(+), 28 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/bigtop/blob/6356e70f/bigtop-packages/src/common/oozie/oozie.1
--
diff --git a/bigtop-packages/src/common/oozie/oozie.1 
b/bigtop-packages/src/common/oozie/oozie.1
index eb50785..6b307f7 100644
--- a/bigtop-packages/src/common/oozie/oozie.1
+++ b/bigtop-packages/src/common/oozie/oozie.1
@@ -16,7 +16,7 @@
 .\ Process this file with
 .\ groff -man -Tascii oozie.1
 .\
-.TH oozie 1 
+.TH oozie 1
 
 .SH NAME
 Oozie \- Oozie command line client tool
@@ -28,18 +28,18 @@ subcommand [options]
 
 .SH DESCRIPTION
 
-Apache Oozie Workflow Scheduler for Hadoop is a workflow/coordination 
+Apache Oozie Workflow Scheduler for Hadoop is a workflow/coordination
 service to manage Apache Hadoop jobs. Oozie Workflow jobs are Directed
 Acyclical Graphs (DAGs) of actions, actions are typically Hadoop jobs
-(MapReduce, Streaming, Pipes, Pig, Hive, Sqoop, etc). Oozie Coordinator 
+(MapReduce, Streaming, Pipes, Pig, Hive, Sqoop, etc). Oozie Coordinator
 jobs trigger recurrent Workflow jobs based on time (frequency) and data
 availability. Oozie Bundle jobs are sets of Coordinator jobs managed as a
 single job. Oozie is an extensible, scalable and data-aware service to
 to orchestrate dependencies among jobs running on Hadoop.
 
 For more information about Apache Oozie project and detailed documentation,
-visit 
+visit
 
-   http://incubator.apache.org/oozie/
+   http://oozie.apache.org/
 
 Run 'oozie help' to access the built-in tool documentation.

http://git-wip-us.apache.org/repos/asf/bigtop/blob/6356e70f/bigtop-packages/src/deb/oozie/control
--
diff --git a/bigtop-packages/src/deb/oozie/control 
b/bigtop-packages/src/deb/oozie/control
index b52186e..5a36dc4 100644
--- a/bigtop-packages/src/deb/oozie/control
+++ b/bigtop-packages/src/deb/oozie/control
@@ -19,7 +19,7 @@ Maintainer: Bigtop d...@bigtop.apache.org
 Build-Depends: debhelper (= 7.0.50~)
 Depends: zip, unzip
 Standards-Version: 3.8.0
-Homepage: http://incubator.apache.org/oozie/
+Homepage: http://oozie.apache.org/
 
 Package: oozie-client
 Architecture: all
@@ -73,4 +73,3 @@ Description: Oozie is a system that runs workflows of Hadoop 
jobs.
  In case of workflow job failure, the workflow job can be rerun skipping
  previously completed actions, the workflow application can be patched before
  being rerun.
-

http://git-wip-us.apache.org/repos/asf/bigtop/blob/6356e70f/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec
--
diff --git a/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec 
b/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec
index 40b9c9c..1355655 100644
--- a/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec
+++ b/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec
@@ -50,7 +50,7 @@ Name: oozie
 Version: %{oozie_version}
 Release: %{oozie_release}
 Summary:  Oozie is a system that runs workflows of Hadoop jobs.
-URL: http://incubator.apache.org/oozie/
+URL: http://oozie.apache.org/
 Group: Development/Libraries
 Buildroot: %{_topdir}/INSTALL/%{name}-%{version}
 License: ASL 2.0
@@ -70,50 +70,50 @@ Requires(preun): /sbin/chkconfig, /sbin/service
 Requires: oozie-client = %{version}, hadoop-client, bigtop-tomcat
 BuildArch: noarch
 
-%description 
+%description
  Oozie is a system that runs workflows of Hadoop jobs.
  Oozie workflows are actions arranged in a control dependency DAG (Direct
  Acyclic Graph).
 
  Oozie coordinator functionality allows to start workflows at regular
  frequencies and when data becomes available in HDFS.
- 
+
  An Oozie workflow may contain the following types of actions nodes:
  map-reduce, map-reduce streaming, map-reduce pipes, pig, file-system,
  sub-workflows, java, hive,