Author: rvs
Date: Tue Sep 13 22:45:34 2011
New Revision: 1170376
URL: http://svn.apache.org/viewvc?rev=1170376&view=rev
Log:
BIGTOP-94. chkconfig startup priorities need to be normalized
Modified:
incubator/bigtop/trunk/bigtop-packages/src/common/hive/hadoop-hive.sh
incubator/bigtop/trunk/bigtop-packages/src/common/hive/hadoop-hive.sh.suse
incubator/bigtop/trunk/bigtop-packages/src/common/sqoop/sqoop-metastore.sh
incubator/bigtop/trunk/bigtop-packages/src/common/sqoop/sqoop-metastore.sh.suse
incubator/bigtop/trunk/bigtop-packages/src/common/zookeeper/hadoop-zookeeper.sh.suse
incubator/bigtop/trunk/bigtop-packages/src/deb/hadoop/service-init.d.tpl
incubator/bigtop/trunk/bigtop-packages/src/deb/hbase/service-init.d.tpl
incubator/bigtop/trunk/bigtop-packages/src/deb/sqoop/sqoop-metastore.init
incubator/bigtop/trunk/bigtop-packages/src/rpm/hadoop/SOURCES/hadoop-init.tmpl
incubator/bigtop/trunk/bigtop-packages/src/rpm/hadoop/SOURCES/hadoop-init.tmpl.suse
incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hadoop-hbase.sh
incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hadoop-hbase.sh.suse
Modified: incubator/bigtop/trunk/bigtop-packages/src/common/hive/hadoop-hive.sh
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/hive/hadoop-hive.sh?rev=1170376&r1=1170375&r2=1170376&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/common/hive/hadoop-hive.sh
(original)
+++ incubator/bigtop/trunk/bigtop-packages/src/common/hive/hadoop-hive.sh Tue
Sep 13 22:45:34 2011
@@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# chkconfig: 2345 85 15
+# chkconfig: 2345 90 10
# description:
# processname: hive
# pidfile: /var/run/hive/hive-@[email protected]
Modified:
incubator/bigtop/trunk/bigtop-packages/src/common/hive/hadoop-hive.sh.suse
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/hive/hadoop-hive.sh.suse?rev=1170376&r1=1170375&r2=1170376&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/common/hive/hadoop-hive.sh.suse
(original)
+++ incubator/bigtop/trunk/bigtop-packages/src/common/hive/hadoop-hive.sh.suse
Tue Sep 13 22:45:34 2011
@@ -17,7 +17,7 @@
# Starts a Hive @HIVE_DAEMON@
#
-# chkconfig: 345 85 15
+# chkconfig: 345 90 10
# description: Starts a Hive @HIVE_DAEMON@
# processname: hive
#
Modified:
incubator/bigtop/trunk/bigtop-packages/src/common/sqoop/sqoop-metastore.sh
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/sqoop/sqoop-metastore.sh?rev=1170376&r1=1170375&r2=1170376&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/common/sqoop/sqoop-metastore.sh
(original)
+++ incubator/bigtop/trunk/bigtop-packages/src/common/sqoop/sqoop-metastore.sh
Tue Sep 13 22:45:34 2011
@@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# chkconfig: 2345 85 15
+# chkconfig: 2345 90 10
# description: Sqoop allows easy imports and exports of data sets between \
# databases and the Hadoop Distributed File System (HDFS). The Sqoop \
# metastore allows users to define saved jobs for repeated execution and \
Modified:
incubator/bigtop/trunk/bigtop-packages/src/common/sqoop/sqoop-metastore.sh.suse
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/sqoop/sqoop-metastore.sh.suse?rev=1170376&r1=1170375&r2=1170376&view=diff
==============================================================================
---
incubator/bigtop/trunk/bigtop-packages/src/common/sqoop/sqoop-metastore.sh.suse
(original)
+++
incubator/bigtop/trunk/bigtop-packages/src/common/sqoop/sqoop-metastore.sh.suse
Tue Sep 13 22:45:34 2011
@@ -17,7 +17,7 @@
# Starts a Hadoop @HADOOP_DAEMON@
#
-# chkconfig: 2345 85 15
+# chkconfig: 2345 90 10
# description: Sqoop allows easy imports and exports of data sets between \
# databases and the Hadoop Distributed File System (HDFS). The Sqoop \
# metastore allows users to define saved jobs for repeated execution and \
Modified:
incubator/bigtop/trunk/bigtop-packages/src/common/zookeeper/hadoop-zookeeper.sh.suse
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/zookeeper/hadoop-zookeeper.sh.suse?rev=1170376&r1=1170375&r2=1170376&view=diff
==============================================================================
---
incubator/bigtop/trunk/bigtop-packages/src/common/zookeeper/hadoop-zookeeper.sh.suse
(original)
+++
incubator/bigtop/trunk/bigtop-packages/src/common/zookeeper/hadoop-zookeeper.sh.suse
Tue Sep 13 22:45:34 2011
@@ -17,7 +17,7 @@
#
# Starts Zookeeper server
#
-# chkconfig: 345 90 10
+# chkconfig: 345 85 15
# description: Summary: ZooKeeper is a centralized service for maintaining
configuration information, naming, providing distributed synchronization, and
providing group services. All of these kinds of services are used in some form
or another by distributed applications. Each time they are implemented there is
a lot of work that goes into fixing the bugs and race conditions that are
inevitable. Because of the difficulty of implementing these kinds of services,
applications initially usually skimp on them ,which make them brittle in the
presence of change and difficult to manage. Even when done correctly, different
implementations of these services lead to management complexity when the
applications are deployed.
#
### BEGIN INIT INFO
Modified:
incubator/bigtop/trunk/bigtop-packages/src/deb/hadoop/service-init.d.tpl
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/deb/hadoop/service-init.d.tpl?rev=1170376&r1=1170375&r2=1170376&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/deb/hadoop/service-init.d.tpl
(original)
+++ incubator/bigtop/trunk/bigtop-packages/src/deb/hadoop/service-init.d.tpl
Tue Sep 13 22:45:34 2011
@@ -25,6 +25,11 @@
#
# Version: @(#)skeleton 1.9 26-Feb-2001 [email protected]
#
+# Starts a Hadoop @HADOOP_DAEMON@
+#
+# chkconfig: 2345 85 15
+# description: Hadoop @HADOOP_DAEMON@
+#
### BEGIN INIT INFO
# Provides: hadoop-@HADOOP_DAEMON@
# Required-Start: $network $local_fs
Modified:
incubator/bigtop/trunk/bigtop-packages/src/deb/hbase/service-init.d.tpl
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/deb/hbase/service-init.d.tpl?rev=1170376&r1=1170375&r2=1170376&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/deb/hbase/service-init.d.tpl
(original)
+++ incubator/bigtop/trunk/bigtop-packages/src/deb/hbase/service-init.d.tpl Tue
Sep 13 22:45:34 2011
@@ -25,6 +25,10 @@
#
# Version: @(#)skeleton 1.9 26-Feb-2001 [email protected]
#
+# chkconfig: 2345 82 13
+# description: Summary: HBase is the Hadoop database. Use it when you need
random, realtime read/write access to your Big Data. This project's goal is the
hosting of very large tables -- billions of rows X millions of columns -- atop
clusters of commodity hardware.
+# processname: HBase
+#
### BEGIN INIT INFO
# Provides: hbase-@HBASE_DAEMON@
# Required-Start: $network $local_fs $remote_fs
Modified:
incubator/bigtop/trunk/bigtop-packages/src/deb/sqoop/sqoop-metastore.init
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/deb/sqoop/sqoop-metastore.init?rev=1170376&r1=1170375&r2=1170376&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/deb/sqoop/sqoop-metastore.init
(original)
+++ incubator/bigtop/trunk/bigtop-packages/src/deb/sqoop/sqoop-metastore.init
Tue Sep 13 22:45:34 2011
@@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-# chkconfig: 2345 85 15
+# chkconfig: 2345 90 10
# description: Sqoop allows easy imports and exports of data sets between \
# databases and the Hadoop Distributed File System (HDFS). The Sqoop \
# metastore allows users to define saved jobs for repeated execution and \
Modified:
incubator/bigtop/trunk/bigtop-packages/src/rpm/hadoop/SOURCES/hadoop-init.tmpl
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/rpm/hadoop/SOURCES/hadoop-init.tmpl?rev=1170376&r1=1170375&r2=1170376&view=diff
==============================================================================
---
incubator/bigtop/trunk/bigtop-packages/src/rpm/hadoop/SOURCES/hadoop-init.tmpl
(original)
+++
incubator/bigtop/trunk/bigtop-packages/src/rpm/hadoop/SOURCES/hadoop-init.tmpl
Tue Sep 13 22:45:34 2011
@@ -17,7 +17,7 @@
#
# Starts a Hadoop @HADOOP_DAEMON@
#
-# chkconfig: 2345 90 10
+# chkconfig: 2345 85 15
# description: Hadoop @HADOOP_DAEMON@
source /etc/rc.d/init.d/functions
Modified:
incubator/bigtop/trunk/bigtop-packages/src/rpm/hadoop/SOURCES/hadoop-init.tmpl.suse
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/rpm/hadoop/SOURCES/hadoop-init.tmpl.suse?rev=1170376&r1=1170375&r2=1170376&view=diff
==============================================================================
---
incubator/bigtop/trunk/bigtop-packages/src/rpm/hadoop/SOURCES/hadoop-init.tmpl.suse
(original)
+++
incubator/bigtop/trunk/bigtop-packages/src/rpm/hadoop/SOURCES/hadoop-init.tmpl.suse
Tue Sep 13 22:45:34 2011
@@ -17,7 +17,7 @@
#
# Starts a Hadoop @HADOOP_DAEMON@
#
-# chkconfig: 345 90 10
+# chkconfig: 345 85 15
# description: Hadoop @HADOOP_DAEMON@
#
### BEGIN INIT INFO
Modified:
incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hadoop-hbase.sh
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hadoop-hbase.sh?rev=1170376&r1=1170375&r2=1170376&view=diff
==============================================================================
---
incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hadoop-hbase.sh
(original)
+++
incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hadoop-hbase.sh
Tue Sep 13 22:45:34 2011
@@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-# chkconfig: 2345 85 15
+# chkconfig: 2345 82 13
# description: Summary: HBase is the Hadoop database. Use it when you need
random, realtime read/write access to your Big Data. This project's goal is the
hosting of very large tables -- billions of rows X millions of columns -- atop
clusters of commodity hardware.
# processname: HBase
# pidfile: /usr/lib/hbase/pids/hadoop_hbase.pid
Modified:
incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hadoop-hbase.sh.suse
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hadoop-hbase.sh.suse?rev=1170376&r1=1170375&r2=1170376&view=diff
==============================================================================
---
incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hadoop-hbase.sh.suse
(original)
+++
incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hadoop-hbase.sh.suse
Tue Sep 13 22:45:34 2011
@@ -17,7 +17,7 @@
#
# Starts a HBase @HBASE_DAEMON@
#
-# chkconfig: 345 85 15
+# chkconfig: 345 82 13
# description: Summary: HBase is the Hadoop database. Use it when you need
random, realtime read/write access to your Big Data. This project's goal is the
hosting of very large tables -- billions of rows X millions of columns -- atop
clusters of commodity hardware.
# processname: HBase
#