Return-Path: X-Original-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-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 8748E8C9A for ; Tue, 13 Sep 2011 22:46:02 +0000 (UTC) Received: (qmail 34674 invoked by uid 500); 13 Sep 2011 22:46:02 -0000 Delivered-To: apmail-incubator-bigtop-commits-archive@incubator.apache.org Received: (qmail 34636 invoked by uid 500); 13 Sep 2011 22:46:02 -0000 Mailing-List: contact bigtop-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-commits@incubator.apache.org Received: (qmail 34629 invoked by uid 99); 13 Sep 2011 22:46:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 22:46:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 22:45:55 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BE7052388AB9; Tue, 13 Sep 2011 22:45:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1170376 - in /incubator/bigtop/trunk/bigtop-packages/src: common/hive/ common/sqoop/ common/zookeeper/ deb/hadoop/ deb/hbase/ deb/sqoop/ rpm/hadoop/SOURCES/ rpm/hbase/SOURCES/ Date: Tue, 13 Sep 2011 22:45:35 -0000 To: bigtop-commits@incubator.apache.org From: rvs@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110913224535.BE7052388AB9@eris.apache.org> 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-@HIVE_DAEMON@.pid 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 miquels@cistron.nl # +# 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 miquels@cistron.nl # +# 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 #