You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by bm...@apache.org on 2012/06/20 22:11:59 UTC

svn commit: r1352295 - in /incubator/bigtop/trunk/bigtop-packages/src: common/zookeeper/ deb/hbase/ deb/zookeeper/ rpm/hbase/SOURCES/

Author: bmahe
Date: Wed Jun 20 20:11:59 2012
New Revision: 1352295

URL: http://svn.apache.org/viewvc?rev=1352295&view=rev
Log:
BIGTOP-630. fixed init priority, higher for zookeeper and lower for hbase. (Masatake Iwasaki via Bruno Mahé)

Modified:
    incubator/bigtop/trunk/bigtop-packages/src/common/zookeeper/zookeeper-server.sh
    incubator/bigtop/trunk/bigtop-packages/src/common/zookeeper/zookeeper-server.sh.suse
    incubator/bigtop/trunk/bigtop-packages/src/deb/hbase/service-init.d.tpl
    incubator/bigtop/trunk/bigtop-packages/src/deb/zookeeper/zookeeper-server.init
    incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hbase.sh
    incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hbase.sh.suse

Modified: incubator/bigtop/trunk/bigtop-packages/src/common/zookeeper/zookeeper-server.sh
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/zookeeper/zookeeper-server.sh?rev=1352295&r1=1352294&r2=1352295&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/common/zookeeper/zookeeper-server.sh (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/common/zookeeper/zookeeper-server.sh Wed Jun 20 20:11:59 2012
@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# chkconfig: 2345 85 15
+# chkconfig: 2345 80 20
 # 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.
 # processname: java
 # pidfile: /var/run/zookeeper/zookeeper-server.pid

Modified: incubator/bigtop/trunk/bigtop-packages/src/common/zookeeper/zookeeper-server.sh.suse
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/zookeeper/zookeeper-server.sh.suse?rev=1352295&r1=1352294&r2=1352295&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/common/zookeeper/zookeeper-server.sh.suse (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/common/zookeeper/zookeeper-server.sh.suse Wed Jun 20 20:11:59 2012
@@ -17,7 +17,7 @@
 #
 # Starts Zookeeper server
 #
-# chkconfig: 345 85 15
+# chkconfig: 345 80 20
 # 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/hbase/service-init.d.tpl
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/deb/hbase/service-init.d.tpl?rev=1352295&r1=1352294&r2=1352295&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 Wed Jun 20 20:11:59 2012
@@ -25,7 +25,7 @@
 #
 # Version:  @(#)skeleton  1.9  26-Feb-2001  miquels@cistron.nl
 #
-# chkconfig: 2345 82 13
+# chkconfig: 2345 87 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
 #

Modified: incubator/bigtop/trunk/bigtop-packages/src/deb/zookeeper/zookeeper-server.init
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/deb/zookeeper/zookeeper-server.init?rev=1352295&r1=1352294&r2=1352295&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/deb/zookeeper/zookeeper-server.init (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/deb/zookeeper/zookeeper-server.init Wed Jun 20 20:11:59 2012
@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # 
-# chkconfig: 2345 85 15
+# chkconfig: 2345 80 20
 # 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.
 # processname: java
 # pidfile: /var/run/zookeeper/zookeeper-server.pid

Modified: incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hbase.sh
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hbase.sh?rev=1352295&r1=1352294&r2=1352295&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hbase.sh (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hbase.sh Wed Jun 20 20:11:59 2012
@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # 
-# chkconfig: 2345 82 13
+# chkconfig: 2345 87 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/hbase.sh.suse
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hbase.sh.suse?rev=1352295&r1=1352294&r2=1352295&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hbase.sh.suse (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/rpm/hbase/SOURCES/hbase.sh.suse Wed Jun 20 20:11:59 2012
@@ -17,7 +17,7 @@
 #
 # Starts a HBase @HBASE_DAEMON@
 #
-# chkconfig: 345 82 13
+# chkconfig: 345 87 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
 #