summaryrefslogtreecommitdiff
path: root/databases/hbase/files/patch-hbase-env.sh
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-03-31 23:33:55 +0200
committerRene Ladan <rene@FreeBSD.org>2022-03-31 23:33:55 +0200
commit0ad3bc4d9f9244fe38c6ad1fc8a8bfd5ab06fe52 (patch)
treed1b3b33fce3d6a66c42260808080e9ac626cfa9d /databases/hbase/files/patch-hbase-env.sh
parentdevel/llvm-devel: Fix plist without EXTRAS (diff)
cleanup: Remove expired ports:
2022-03-31 devel/hadoop2: Depends on expired devel/maven3 databases/opentsdb 2022-03-31 databases/hbase: Outdated, unsupported by upstream since June 2019 (upstream is at 2.3 and higher)
Diffstat (limited to 'databases/hbase/files/patch-hbase-env.sh')
-rw-r--r--databases/hbase/files/patch-hbase-env.sh29
1 files changed, 0 insertions, 29 deletions
diff --git a/databases/hbase/files/patch-hbase-env.sh b/databases/hbase/files/patch-hbase-env.sh
deleted file mode 100644
index fae00d81d028..000000000000
--- a/databases/hbase/files/patch-hbase-env.sh
+++ /dev/null
@@ -1,29 +0,0 @@
---- 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,
-@@ -24,7 +26,7 @@
- # into the startup scripts (bin/hbase, etc.)
-
- # 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
-
- # Extra Java CLASSPATH elements. Optional.
- # export HBASE_CLASSPATH=
-@@ -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.