Index: head/databases/hbase/Makefile =================================================================== --- head/databases/hbase/Makefile (revision 401950) +++ head/databases/hbase/Makefile (revision 401951) @@ -1,87 +1,89 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= hbase -PORTVERSION= 0.98.9 +PORTVERSION= 1.1.2 CATEGORIES= databases java -MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ - LOCAL/demon/:maven \ - http://people.freebsd.org/~demon/:maven +MASTER_SITES= APACHE/${PORTNAME}/${PORTVERSION} \ + LOCAL/demon/:maven DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} FreeBSD-hbase-${PORTVERSION}-maven-repository.tar.gz:maven DIST_SUBDIR= hadoop MAINTAINER= demon@FreeBSD.org COMMENT= Hadoop database, a distributed, scalable, big data store LICENSE= APACHE20 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ cmake:${PORTSDIR}/devel/cmake \ ${LOCALBASE}/share/java/maven3/bin/mvn:${PORTSDIR}/devel/maven3 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ yarn:${PORTSDIR}/devel/hadoop2 USES= cpe CPE_VENDOR= apache USE_JAVA= yes -JAVA_VERSION= 1.7+ +JAVA_VERSION= 1.7 +MAKE_ENV+= JAVA_HOME=${JAVA_HOME} MAVEN_OPTS="-XX:MaxPermSize=256m" OPTIONS_DEFINE= DOCS PORTDOCS= * HBASE_LOGDIR= /var/log/${PORTNAME} HBASE_RUNDIR= /var/run/${PORTNAME} HBASE_DIST= ${WRKSRC}/hbase-assembly/target/${PORTNAME}-${PORTVERSION} HBASE_USER= hbase HBASE_GROUP= hbase USERS= ${HBASE_USER} GROUPS= ${HBASE_GROUP} SUB_FILES= hbase-env-dist.sh pkg-message USE_RC_SUBR= hbase_master hbase_regionserver SUB_LIST= HBASE_USER="${HBASE_USER}" \ JAVA_HOME="${JAVA_HOME}" \ HBASE_LOG_DIR="${HBASE_LOGDIR}" \ HBASE_PID_DIR="${HBASE_RUNDIR}" PLIST_SUB= HBASE_USER=${HBASE_USER} \ HBASE_GROUP=${HBASE_GROUP} \ HBASE_LOGDIR=${HBASE_LOGDIR} \ HBASE_RUNDIR=${HBASE_RUNDIR} \ PORTVERSION="${PORTVERSION}" .include .if ${JAVA_PORT_VERSION:M1.8.*} -EXTRA_PATCHES= ${FILESDIR}/extra-patch-PoolMap.java \ - ${FILESDIR}/extra-patch-pom.xml +EXTRA_PATCHES= ${FILESDIR}/extra-patch-hbase-annotations-pom.xml +MVN_JDK18= -DcompileSource=1.8 .endif post-patch: ${REINPLACE_CMD} -e "s#%%ETCDIR%%#${ETCDIR}#" ${WRKSRC}/conf/hbase-env.sh ${WRKSRC}/bin/hbase ${RM} ${WRKSRC}/conf/hbase-env.sh.bak ${WRKSRC}/conf/hbase-env.sh.orig do-build: - cd ${WRKSRC} && bash dev-support/generate-hadoopX-poms.sh ${PORTVERSION}-RELEASE ${PORTVERSION}-hadoop2-RELEASE - cd ${WRKSRC} && ${LOCALBASE}/share/java/maven3/bin/mvn -Dmaven.repo.local=${WRKDIR}/m2 --offline clean install -Prelease,native -DskipTests - cd ${WRKSRC} && ${LOCALBASE}/share/java/maven3/bin/mvn -Dmaven.repo.local=${WRKDIR}/m2 --offline install -DskipTests site assembly:single -Prelease,native + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/share/java/maven3/bin/mvn -Dmaven.repo.local=${WRKDIR}/m2 --offline clean install -Prelease,native -DskipTests ${MVN_JDK18} + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/share/java/maven3/bin/mvn -Dmaven.repo.local=${WRKDIR}/m2 --offline install -DskipTests site assembly:single -Prelease,native ${MVN_JDK18} post-build: cd ${WRKSRC}/hbase-assembly/target && ${TAR} xf ${PORTNAME}-${PORTVERSION}-bin.tar.gz ${RM} ${HBASE_DIST}/conf/*.cmd do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/hbase/bin cd ${HBASE_DIST}/bin && ${INSTALL_SCRIPT} *.sh hbase hirb.rb ${STAGEDIR}${PREFIX}/hbase/bin/ ${MKDIR} ${STAGEDIR}${ETCDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${HBASE_DIST} && ${COPYTREE_SHARE} conf ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKDIR}/hbase-env-dist.sh ${STAGEDIR}${ETCDIR}/ cd ${HBASE_DIST}/docs && ${COPYTREE_SHARE} "*" ${STAGEDIR}${DOCSDIR}/ cd ${HBASE_DIST} && ${COPYTREE_SHARE} hbase-webapps ${STAGEDIR}${PREFIX}/hbase/ cd ${HBASE_DIST} && ${COPYTREE_SHARE} lib ${STAGEDIR}${PREFIX}/hbase/ "! -name hadoop-*.jar" ${MKDIR} ${STAGEDIR}${HBASE_LOGDIR} ${MKDIR} ${STAGEDIR}${HBASE_RUNDIR} + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/hbase/lib/native/libmlockall_agent.so .include Index: head/databases/hbase/distinfo =================================================================== --- head/databases/hbase/distinfo (revision 401950) +++ head/databases/hbase/distinfo (revision 401951) @@ -1,4 +1,4 @@ -SHA256 (hadoop/hbase-0.98.9-src.tar.gz) = 351ea47325386323c9d9be6c0c7f01721b19924ffaf0471e962672bca1773846 -SIZE (hadoop/hbase-0.98.9-src.tar.gz) = 7611646 -SHA256 (hadoop/FreeBSD-hbase-0.98.9-maven-repository.tar.gz) = db6382b65a3aad48f9a42eece7ac498a9fe73ed1f06e10eb51e0bb959097c4db -SIZE (hadoop/FreeBSD-hbase-0.98.9-maven-repository.tar.gz) = 146124469 +SHA256 (hadoop/hbase-1.1.2-src.tar.gz) = f107753b41786bdfa255d9fb2ba0ca2a3dc57c390a615b6677c8fcee644ddfd7 +SIZE (hadoop/hbase-1.1.2-src.tar.gz) = 15625945 +SHA256 (hadoop/FreeBSD-hbase-1.1.2-maven-repository.tar.gz) = 47a8560697a6716d5551a4facb4d4ad2ca814a5b86d5fdbfdd67cc17cdd25d63 +SIZE (hadoop/FreeBSD-hbase-1.1.2-maven-repository.tar.gz) = 276578582 Index: head/databases/hbase/files/extra-patch-PoolMap.java =================================================================== --- head/databases/hbase/files/extra-patch-PoolMap.java (revision 401950) +++ head/databases/hbase/files/extra-patch-PoolMap.java (nonexistent) @@ -1,17 +0,0 @@ ---- hbase-client/src/main/java/org/apache/hadoop/hbase/util/PoolMap.java.orig 2014-12-16 06:16:53 UTC -+++ hbase-client/src/main/java/org/apache/hadoop/hbase/util/PoolMap.java -@@ -93,14 +93,6 @@ public class PoolMap implements Ma - return null; - } - -- /** -- * @deprecated Will be removed for Java 8, use {@link #removeValue} instead -- */ -- @Deprecated -- public boolean remove(K key, V value) { -- return removeValue(key, value); -- } -- - public boolean removeValue(K key, V value) { - Pool pool = pools.get(key); - boolean res = false; Property changes on: head/databases/hbase/files/extra-patch-PoolMap.java ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/hbase/files/extra-patch-pom.xml =================================================================== --- head/databases/hbase/files/extra-patch-pom.xml (revision 401950) +++ head/databases/hbase/files/extra-patch-pom.xml (nonexistent) @@ -1,10 +0,0 @@ ---- pom.xml.orig 2015-10-02 13:51:13.974582000 +0000 -+++ pom.xml 2015-10-02 13:51:17.416694000 +0000 -@@ -2064,6 +2064,7 @@ - 2.9.1 - - 2048m -+ -Xdoclint:none - - - Property changes on: head/databases/hbase/files/extra-patch-pom.xml ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/hbase/files/extra-patch-hbase-annotations-pom.xml =================================================================== --- head/databases/hbase/files/extra-patch-hbase-annotations-pom.xml (nonexistent) +++ head/databases/hbase/files/extra-patch-hbase-annotations-pom.xml (revision 401951) @@ -0,0 +1,11 @@ +--- hbase-annotations/pom.xml.orig 2015-11-19 17:45:45.996448000 +0300 ++++ hbase-annotations/pom.xml 2015-11-19 17:45:58.778797000 +0300 +@@ -35,7 +35,7 @@ + + jdk.tools + jdk.tools +- 1.7 ++ 1.8 + system + ${java.home}/../lib/tools.jar + Property changes on: head/databases/hbase/files/extra-patch-hbase-annotations-pom.xml ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/hbase/files/patch-bin-hbase =================================================================== --- head/databases/hbase/files/patch-bin-hbase (revision 401950) +++ head/databases/hbase/files/patch-bin-hbase (revision 401951) @@ -1,10 +1,10 @@ ---- bin/hbase.orig 2014-07-14 09:50:03.000000000 +0400 -+++ bin/hbase 2014-11-17 15:26:40.000000000 +0300 -@@ -55,6 +55,7 @@ +--- bin/hbase.orig 2015-11-11 22:16:01.759936000 -0700 ++++ bin/hbase 2015-11-11 22:17:30.695969000 -0700 +@@ -57,6 +57,7 @@ bin=`dirname "$0"` bin=`cd "$bin">/dev/null; pwd` +export HBASE_CONF_DIR=%%ETCDIR%% # This will set HBASE_HOME, etc. . "$bin"/hbase-config.sh Index: head/databases/hbase/files/patch-hbase-daemon.sh =================================================================== --- head/databases/hbase/files/patch-hbase-daemon.sh (revision 401950) +++ head/databases/hbase/files/patch-hbase-daemon.sh (revision 401951) @@ -1,18 +1,18 @@ ---- bin/hbase-daemon.sh.orig 2014-07-14 09:50:03.000000000 +0400 -+++ bin/hbase-daemon.sh 2014-07-23 18:49:15.000000000 +0400 -@@ -89,7 +89,6 @@ +--- bin/hbase-daemon.sh.orig 2015-11-11 22:19:14.786233000 -0700 ++++ bin/hbase-daemon.sh 2015-11-11 22:19:45.137538000 -0700 +@@ -93,7 +93,6 @@ check_before_start(){ #ckeck if the process is not running - mkdir -p "$HBASE_PID_DIR" - if [ -f $pid ]; then - if kill -0 `cat $pid` > /dev/null 2>&1; then - echo $command running as process `cat $pid`. Stop it first. -@@ -120,7 +119,6 @@ + if [ -f $HBASE_PID ]; then + if kill -0 `cat $HBASE_PID` > /dev/null 2>&1; then + echo $command running as process `cat $HBASE_PID`. Stop it first. +@@ -124,7 +123,6 @@ if [ "$HBASE_LOG_DIR" = "" ]; then export HBASE_LOG_DIR="$HBASE_HOME/logs" fi -mkdir -p "$HBASE_LOG_DIR" if [ "$HBASE_PID_DIR" = "" ]; then HBASE_PID_DIR=/tmp Index: head/databases/hbase/files/patch-hbase-env.sh =================================================================== --- head/databases/hbase/files/patch-hbase-env.sh (revision 401950) +++ head/databases/hbase/files/patch-hbase-env.sh (revision 401951) @@ -1,29 +1,29 @@ ---- conf/hbase-env.sh.bak 2014-07-15 05:23:39.000000000 +0400 -+++ conf/hbase-env.sh 2014-07-28 23:05:05.000000000 +0400 -@@ -19,6 +19,8 @@ +--- conf/hbase-env.sh.orig 2015-11-11 22:32:08.539865000 -0700 ++++ conf/hbase-env.sh 2015-11-11 22:34:34.423285000 -0700 +@@ -17,6 +17,8 @@ # * limitations under the License. # */ +. %%ETCDIR%%/hbase-env-dist.sh + # Set environment variables here. # This script sets variables multiple times over the course of starting an hbase process, -@@ -26,7 +28,7 @@ +@@ -24,7 +26,7 @@ # into the startup scripts (bin/hbase, etc.) - # The java implementation to use. Java 1.6 required. + # The java implementation to use. Java 1.7+ required. -# export JAVA_HOME=/usr/java/jdk1.6.0/ -+# export JAVA_HOME=/usr/java/jdk1.6.0/ --> Defined in hbase-env-dist.sh ++# export JAVA_HOME=/usr/java/jdk1.6.0/ --> Defined in hbase-env-dist.sh # Extra Java CLASSPATH elements. Optional. # export HBASE_CLASSPATH= -@@ -121,7 +123,7 @@ +@@ -125,7 +127,7 @@ # export HBASE_SLAVE_SLEEP=0.1 # Tell HBase whether it should manage it's own instance of Zookeeper or not. -# export HBASE_MANAGES_ZK=true +export HBASE_MANAGES_ZK=false # The default log rolling policy is RFA, where the log file is rolled as per the size defined for the # RFA appender. Please refer to the log4j.properties file to see more details on this appender. Index: head/databases/hbase/files/patch-pom.xml =================================================================== --- head/databases/hbase/files/patch-pom.xml (nonexistent) +++ head/databases/hbase/files/patch-pom.xml (revision 401951) @@ -0,0 +1,14 @@ +--- pom.xml.orig 2015-11-11 22:13:24.366024000 -0700 ++++ pom.xml 2015-11-12 02:03:55.927461000 -0700 +@@ -1021,6 +1021,11 @@ + asciidoctorj-pdf + 1.5.0-alpha.6 + ++ ++ org.jruby ++ jruby-complete ++ 9.0.3.0 ++ + + + target/site Property changes on: head/databases/hbase/files/patch-pom.xml ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/hbase/pkg-plist =================================================================== --- head/databases/hbase/pkg-plist (revision 401950) +++ head/databases/hbase/pkg-plist (revision 401951) @@ -1,239 +1,250 @@ %%ETCDIR%%/hbase-env-dist.sh hbase/bin/graceful_stop.sh hbase/bin/hbase hbase/bin/hbase-cleanup.sh hbase/bin/hbase-common.sh hbase/bin/hbase-config.sh hbase/bin/hbase-daemon.sh hbase/bin/hbase-daemons.sh hbase/bin/hirb.rb hbase/bin/local-master-backup.sh hbase/bin/local-regionservers.sh hbase/bin/master-backup.sh hbase/bin/regionservers.sh hbase/bin/rolling-restart.sh hbase/bin/start-hbase.sh hbase/bin/stop-hbase.sh hbase/bin/zookeepers.sh %%EXAMPLESDIR%%/conf/hadoop-metrics2-hbase.properties %%EXAMPLESDIR%%/conf/hbase-env.sh %%EXAMPLESDIR%%/conf/hbase-policy.xml %%EXAMPLESDIR%%/conf/hbase-site.xml %%EXAMPLESDIR%%/conf/log4j.properties %%EXAMPLESDIR%%/conf/regionservers hbase/hbase-webapps/master/WEB-INF/web.xml hbase/hbase-webapps/master/index.html hbase/hbase-webapps/regionserver/WEB-INF/web.xml hbase/hbase-webapps/regionserver/index.html +hbase/hbase-webapps/rest/WEB-INF/web.xml hbase/hbase-webapps/rest/index.html hbase/hbase-webapps/static/css/bootstrap-theme.css hbase/hbase-webapps/static/css/bootstrap-theme.min.css hbase/hbase-webapps/static/css/bootstrap.css hbase/hbase-webapps/static/css/bootstrap.min.css hbase/hbase-webapps/static/css/hbase.css hbase/hbase-webapps/static/fonts/glyphicons-halflings-regular.eot hbase/hbase-webapps/static/fonts/glyphicons-halflings-regular.svg hbase/hbase-webapps/static/fonts/glyphicons-halflings-regular.ttf hbase/hbase-webapps/static/fonts/glyphicons-halflings-regular.woff hbase/hbase-webapps/static/hbase_logo.png hbase/hbase-webapps/static/hbase_logo_med.gif hbase/hbase-webapps/static/hbase_logo_small.png hbase/hbase-webapps/static/js/bootstrap.js hbase/hbase-webapps/static/js/bootstrap.min.js hbase/hbase-webapps/static/js/jquery.min.js hbase/hbase-webapps/static/js/tab.js +hbase/hbase-webapps/static/jumping-orca_rotated_12percent.png hbase/hbase-webapps/thrift/WEB-INF/web.xml hbase/hbase-webapps/thrift/index.html hbase/lib/activation-1.1.jar hbase/lib/aopalliance-1.0.jar +hbase/lib/apacheds-i18n-2.0.0-M15.jar +hbase/lib/apacheds-kerberos-codec-2.0.0-M15.jar +hbase/lib/api-asn1-api-1.0.0-M20.jar +hbase/lib/api-util-1.0.0-M20.jar hbase/lib/asm-3.1.jar hbase/lib/avro-1.7.4.jar hbase/lib/commons-beanutils-1.7.0.jar hbase/lib/commons-beanutils-core-1.8.0.jar hbase/lib/commons-cli-1.2.jar -hbase/lib/commons-codec-1.7.jar +hbase/lib/commons-codec-1.9.jar hbase/lib/commons-collections-3.2.1.jar hbase/lib/commons-compress-1.4.1.jar hbase/lib/commons-configuration-1.6.jar hbase/lib/commons-daemon-1.0.13.jar hbase/lib/commons-digester-1.8.jar hbase/lib/commons-el-1.0.jar hbase/lib/commons-httpclient-3.1.jar hbase/lib/commons-io-2.4.jar hbase/lib/commons-lang-2.6.jar -hbase/lib/commons-logging-1.1.1.jar -hbase/lib/commons-math-2.1.jar +hbase/lib/commons-logging-1.2.jar +hbase/lib/commons-math-2.2.jar +hbase/lib/commons-math3-3.1.1.jar hbase/lib/commons-net-3.1.jar +hbase/lib/disruptor-3.3.0.jar hbase/lib/findbugs-annotations-1.3.9-1.jar -hbase/lib/gmbal-api-only-3.0.0-b023.jar -hbase/lib/grizzly-framework-2.1.2.jar -hbase/lib/grizzly-http-2.1.2.jar -hbase/lib/grizzly-http-server-2.1.2.jar -hbase/lib/grizzly-http-servlet-2.1.2.jar -hbase/lib/grizzly-rcm-2.1.2.jar hbase/lib/guava-12.0.1.jar hbase/lib/guice-3.0.jar hbase/lib/guice-servlet-3.0.jar -hbase/lib/hamcrest-core-1.3.jar hbase/lib/hbase-annotations-%%PORTVERSION%%.jar -hbase/lib/hbase-checkstyle-%%PORTVERSION%%.jar +hbase/lib/hbase-annotations-%%PORTVERSION%%-tests.jar hbase/lib/hbase-client-%%PORTVERSION%%.jar hbase/lib/hbase-common-%%PORTVERSION%%-tests.jar hbase/lib/hbase-common-%%PORTVERSION%%.jar hbase/lib/hbase-examples-%%PORTVERSION%%.jar hbase/lib/hbase-hadoop-compat-%%PORTVERSION%%.jar hbase/lib/hbase-hadoop2-compat-%%PORTVERSION%%.jar hbase/lib/hbase-it-%%PORTVERSION%%-tests.jar hbase/lib/hbase-it-%%PORTVERSION%%.jar hbase/lib/hbase-prefix-tree-%%PORTVERSION%%.jar +hbase/lib/hbase-procedure-%%PORTVERSION%%.jar hbase/lib/hbase-protocol-%%PORTVERSION%%.jar +hbase/lib/hbase-resource-bundle-%%PORTVERSION%%.jar hbase/lib/hbase-rest-%%PORTVERSION%%.jar hbase/lib/hbase-server-%%PORTVERSION%%-tests.jar hbase/lib/hbase-server-%%PORTVERSION%%.jar hbase/lib/hbase-shell-%%PORTVERSION%%.jar -hbase/lib/hbase-testing-util-%%PORTVERSION%%.jar hbase/lib/hbase-thrift-%%PORTVERSION%%.jar -hbase/lib/high-scale-lib-1.1.1.jar -hbase/lib/htrace-core-2.04.jar -hbase/lib/httpclient-4.1.3.jar +hbase/lib/htrace-core-3.1.0-incubating.jar +hbase/lib/httpclient-4.2.5.jar hbase/lib/httpcore-4.1.3.jar -hbase/lib/jackson-core-asl-1.8.8.jar -hbase/lib/jackson-jaxrs-1.8.8.jar -hbase/lib/jackson-mapper-asl-1.8.8.jar -hbase/lib/jackson-xc-1.8.8.jar +hbase/lib/jackson-core-asl-1.9.13.jar +hbase/lib/jackson-jaxrs-1.9.13.jar +hbase/lib/jackson-mapper-asl-1.9.13.jar +hbase/lib/jackson-xc-1.9.13.jar hbase/lib/jamon-runtime-2.3.1.jar hbase/lib/jasper-compiler-5.5.23.jar hbase/lib/jasper-runtime-5.5.23.jar hbase/lib/javax.inject-1.jar -hbase/lib/javax.servlet-3.1.jar -hbase/lib/javax.servlet-api-3.0.1.jar +hbase/lib/java-xmlbuilder-0.4.jar hbase/lib/jaxb-api-2.2.2.jar hbase/lib/jaxb-impl-2.2.3-1.jar hbase/lib/jcodings-1.0.8.jar hbase/lib/jersey-client-1.9.jar -hbase/lib/jersey-core-1.8.jar -hbase/lib/jersey-grizzly2-1.9.jar +hbase/lib/jersey-core-1.9.jar hbase/lib/jersey-guice-1.9.jar -hbase/lib/jersey-json-1.8.jar -hbase/lib/jersey-server-1.8.jar -hbase/lib/jersey-test-framework-core-1.9.jar -hbase/lib/jersey-test-framework-grizzly2-1.9.jar -hbase/lib/jets3t-0.6.1.jar -hbase/lib/jettison-1.3.1.jar +hbase/lib/jersey-json-1.9.jar +hbase/lib/jersey-server-1.9.jar +hbase/lib/jets3t-0.9.0.jar +hbase/lib/jettison-1.3.3.jar hbase/lib/jetty-6.1.26.jar hbase/lib/jetty-sslengine-6.1.26.jar hbase/lib/jetty-util-6.1.26.jar hbase/lib/joni-2.1.2.jar hbase/lib/jruby-complete-1.6.8.jar hbase/lib/jsch-0.1.42.jar hbase/lib/jsp-2.1-6.1.14.jar hbase/lib/jsp-api-2.1-6.1.14.jar hbase/lib/jsr305-1.3.9.jar hbase/lib/junit-4.11.jar +hbase/lib/leveldbjni-all-1.8.jar hbase/lib/libthrift-0.9.0.jar hbase/lib/log4j-1.2.17.jar -hbase/lib/management-api-3.0.0-b012.jar hbase/lib/metrics-core-2.2.0.jar hbase/lib/native/libmlockall_agent.so -hbase/lib/netty-3.6.6.Final.jar +hbase/lib/netty-3.2.4.Final.jar +hbase/lib/netty-all-4.0.23.Final.jar hbase/lib/paranamer-2.3.jar hbase/lib/protobuf-java-2.5.0.jar hbase/lib/ruby/hbase.rb hbase/lib/ruby/hbase/admin.rb hbase/lib/ruby/hbase/hbase.rb +hbase/lib/ruby/hbase/quotas.rb hbase/lib/ruby/hbase/replication_admin.rb hbase/lib/ruby/hbase/security.rb hbase/lib/ruby/hbase/table.rb hbase/lib/ruby/hbase/visibility_labels.rb hbase/lib/ruby/irb/hirb.rb hbase/lib/ruby/shell.rb hbase/lib/ruby/shell/commands.rb hbase/lib/ruby/shell/commands/add_labels.rb hbase/lib/ruby/shell/commands/add_peer.rb hbase/lib/ruby/shell/commands/alter.rb hbase/lib/ruby/shell/commands/alter_async.rb hbase/lib/ruby/shell/commands/alter_namespace.rb hbase/lib/ruby/shell/commands/alter_status.rb hbase/lib/ruby/shell/commands/append.rb +hbase/lib/ruby/shell/commands/append_peer_tableCFs.rb hbase/lib/ruby/shell/commands/assign.rb hbase/lib/ruby/shell/commands/balance_switch.rb hbase/lib/ruby/shell/commands/balancer.rb +hbase/lib/ruby/shell/commands/balancer_enabled.rb hbase/lib/ruby/shell/commands/catalogjanitor_enabled.rb hbase/lib/ruby/shell/commands/catalogjanitor_run.rb hbase/lib/ruby/shell/commands/catalogjanitor_switch.rb hbase/lib/ruby/shell/commands/clear_auths.rb hbase/lib/ruby/shell/commands/clone_snapshot.rb hbase/lib/ruby/shell/commands/close_region.rb hbase/lib/ruby/shell/commands/compact.rb hbase/lib/ruby/shell/commands/compact_rs.rb hbase/lib/ruby/shell/commands/count.rb hbase/lib/ruby/shell/commands/create.rb hbase/lib/ruby/shell/commands/create_namespace.rb hbase/lib/ruby/shell/commands/delete.rb hbase/lib/ruby/shell/commands/delete_all_snapshot.rb hbase/lib/ruby/shell/commands/delete_snapshot.rb hbase/lib/ruby/shell/commands/deleteall.rb hbase/lib/ruby/shell/commands/describe.rb hbase/lib/ruby/shell/commands/describe_namespace.rb hbase/lib/ruby/shell/commands/disable.rb hbase/lib/ruby/shell/commands/disable_all.rb hbase/lib/ruby/shell/commands/disable_peer.rb +hbase/lib/ruby/shell/commands/disable_table_replication.rb hbase/lib/ruby/shell/commands/drop.rb hbase/lib/ruby/shell/commands/drop_all.rb hbase/lib/ruby/shell/commands/drop_namespace.rb hbase/lib/ruby/shell/commands/enable.rb hbase/lib/ruby/shell/commands/enable_all.rb hbase/lib/ruby/shell/commands/enable_peer.rb +hbase/lib/ruby/shell/commands/enable_table_replication.rb hbase/lib/ruby/shell/commands/exists.rb hbase/lib/ruby/shell/commands/flush.rb hbase/lib/ruby/shell/commands/get.rb hbase/lib/ruby/shell/commands/get_auths.rb hbase/lib/ruby/shell/commands/get_counter.rb +hbase/lib/ruby/shell/commands/get_splits.rb hbase/lib/ruby/shell/commands/get_table.rb hbase/lib/ruby/shell/commands/grant.rb -hbase/lib/ruby/shell/commands/hlog_roll.rb hbase/lib/ruby/shell/commands/incr.rb hbase/lib/ruby/shell/commands/is_disabled.rb hbase/lib/ruby/shell/commands/is_enabled.rb hbase/lib/ruby/shell/commands/list.rb hbase/lib/ruby/shell/commands/list_labels.rb hbase/lib/ruby/shell/commands/list_namespace.rb hbase/lib/ruby/shell/commands/list_namespace_tables.rb hbase/lib/ruby/shell/commands/list_peers.rb +hbase/lib/ruby/shell/commands/list_quotas.rb hbase/lib/ruby/shell/commands/list_replicated_tables.rb hbase/lib/ruby/shell/commands/list_snapshots.rb hbase/lib/ruby/shell/commands/major_compact.rb hbase/lib/ruby/shell/commands/merge_region.rb hbase/lib/ruby/shell/commands/move.rb hbase/lib/ruby/shell/commands/put.rb hbase/lib/ruby/shell/commands/remove_peer.rb +hbase/lib/ruby/shell/commands/remove_peer_tableCFs.rb hbase/lib/ruby/shell/commands/restore_snapshot.rb hbase/lib/ruby/shell/commands/revoke.rb hbase/lib/ruby/shell/commands/scan.rb hbase/lib/ruby/shell/commands/set_auths.rb hbase/lib/ruby/shell/commands/set_peer_tableCFs.rb +hbase/lib/ruby/shell/commands/set_quota.rb hbase/lib/ruby/shell/commands/set_visibility.rb hbase/lib/ruby/shell/commands/show_filters.rb hbase/lib/ruby/shell/commands/show_peer_tableCFs.rb hbase/lib/ruby/shell/commands/snapshot.rb hbase/lib/ruby/shell/commands/split.rb hbase/lib/ruby/shell/commands/status.rb hbase/lib/ruby/shell/commands/table_help.rb hbase/lib/ruby/shell/commands/trace.rb hbase/lib/ruby/shell/commands/truncate.rb hbase/lib/ruby/shell/commands/truncate_preserve.rb hbase/lib/ruby/shell/commands/unassign.rb +hbase/lib/ruby/shell/commands/update_all_config.rb +hbase/lib/ruby/shell/commands/update_config.rb hbase/lib/ruby/shell/commands/user_permission.rb hbase/lib/ruby/shell/commands/version.rb +hbase/lib/ruby/shell/commands/wal_roll.rb hbase/lib/ruby/shell/commands/whoami.rb hbase/lib/ruby/shell/commands/zk_dump.rb hbase/lib/ruby/shell/formatter.rb +hbase/lib/servlet-api-2.5.jar hbase/lib/servlet-api-2.5-6.1.14.jar -hbase/lib/slf4j-api-1.6.4.jar -hbase/lib/slf4j-log4j12-1.6.4.jar +hbase/lib/slf4j-api-1.7.7.jar +hbase/lib/slf4j-log4j12-1.7.5.jar hbase/lib/snappy-java-1.0.4.1.jar +hbase/lib/spymemcached-2.11.6.jar hbase/lib/xmlenc-0.52.jar hbase/lib/xz-1.0.jar hbase/lib/zookeeper-3.4.6.jar @dir(%%HBASE_USER%%,%%HBASE_GROUP%%,) %%HBASE_RUNDIR%% @dir(%%HBASE_USER%%,%%HBASE_GROUP%%,) %%HBASE_LOGDIR%%