HBASE-22145 windows hbase-env causes hbase cli/etc to ignore HBASE_OPTS

This commit is contained in:
Sergey Shelukhin 2019-07-31 09:58:35 +02:00 committed by Peter Somogyi
parent d335c97081
commit 3e2ca80c89
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
@rem see http://hbase.apache.org/book.html#performance @rem see http://hbase.apache.org/book.html#performance
@rem JDK6 on Windows has a known bug for IPv6, use preferIPv4Stack unless JDK7. @rem JDK6 on Windows has a known bug for IPv6, use preferIPv4Stack unless JDK7.
@rem @rem See TestIPv6NIOServerSocketChannel. @rem @rem See TestIPv6NIOServerSocketChannel.
set HBASE_OPTS="-XX:+UseConcMarkSweepGC" "-Djava.net.preferIPv4Stack=true" set HBASE_OPTS=%HBASE_OPTS% "-XX:+UseConcMarkSweepGC" "-Djava.net.preferIPv4Stack=true"
@rem Uncomment below to enable java garbage collection logging for the server-side processes @rem Uncomment below to enable java garbage collection logging for the server-side processes
@rem this enables basic gc logging for the server processes to the .out file @rem this enables basic gc logging for the server processes to the .out file