-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hbase 2.4.4-v3.0.0 #16
hbase 2.4.4-v3.0.0 #16
Conversation
src/scripts/forbidden_ports
Outdated
net.ipv4.ip_local_reserved_ports=16020,16030,16000,16010,9090,9095,8080,8085,50010,50075,50020,50090,9000,9870 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Namenode ports: 50470 --> 9871, 50070 --> 9870, 8020 --> 9820
Secondary NN ports: 50091 --> 9869, 50090 --> 9868
Datanode ports: 50020 --> 9867, 50010 --> 9866, 50475 --> 9865, 50075 --> 9864
@@ -440,6 +440,15 @@ | |||
"default": 0, | |||
"required":"no" | |||
}, | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
配置中 201 可以改成 202
src/client/hbase-env.sh
Outdated
# see http://wiki.apache.org/hadoop/PerformanceTuning | ||
# Default settings are applied according to the detected JVM version. Override these default | ||
# settings by specifying a value here. For more details on possible settings, | ||
# see http://hbase.apache.org/book.html#_jvm_tuning | ||
export HBASE_OPTS="-XX:+UseConcMarkSweepGC" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这行可以去掉吧,或者改错最新的 G1
c72e9d8
to
a203df0
Compare
13540f4
to
4728f17
Compare
4728f17
to
a6eb570
Compare
fix: #11 #13