You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ch...@apache.org on 2017/12/19 15:29:29 UTC

hbase git commit: HBASE-18329 updated links in config guide to point to java 8 references

Repository: hbase
Updated Branches:
  refs/heads/branch-2 3c1d4a5d4 -> ada514604


HBASE-18329 updated links in config guide to point to java 8 references

Signed-off-by: tedyu <yu...@gmail.com>
Signed-off-by: Chia-Ping Tsai <ch...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ada51460
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ada51460
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ada51460

Branch: refs/heads/branch-2
Commit: ada514604b2943eb1513a817f8f4d6f42d3d19ce
Parents: 3c1d4a5
Author: Artem Ervits <ge...@gmail.com>
Authored: Thu Jul 6 19:43:34 2017 -0400
Committer: Chia-Ping Tsai <ch...@gmail.com>
Committed: Tue Dec 19 23:29:17 2017 +0800

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/configuration.adoc | 2 +-
 src/main/asciidoc/_chapters/hbase-default.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/ada51460/src/main/asciidoc/_chapters/configuration.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/configuration.adoc b/src/main/asciidoc/_chapters/configuration.adoc
index 927172a..9b616c5 100644
--- a/src/main/asciidoc/_chapters/configuration.adoc
+++ b/src/main/asciidoc/_chapters/configuration.adoc
@@ -929,7 +929,7 @@ And on the NameNode/DataNode side, set the following to enable 'staleness' intro
 
 JMX (Java Management Extensions) provides built-in instrumentation that enables you to monitor and manage the Java VM.
 To enable monitoring and management from remote systems, you need to set system property `com.sun.management.jmxremote.port` (the port number through which you want to enable JMX RMI connections) when you start the Java VM.
-See the link:http://docs.oracle.com/javase/6/docs/technotes/guides/management/agent.html[official documentation] for more information.
+See the link:http://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html[official documentation] for more information.
 Historically, besides above port mentioned, JMX opens two additional random TCP listening ports, which could lead to port conflict problem. (See link:https://issues.apache.org/jira/browse/HBASE-10289[HBASE-10289] for details)
 
 As an alternative, You can use the coprocessor-based JMX implementation provided by HBase.

http://git-wip-us.apache.org/repos/asf/hbase/blob/ada51460/src/main/asciidoc/_chapters/hbase-default.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/hbase-default.adoc b/src/main/asciidoc/_chapters/hbase-default.adoc
index 4ca387a..d66cc0d 100644
--- a/src/main/asciidoc/_chapters/hbase-default.adoc
+++ b/src/main/asciidoc/_chapters/hbase-default.adoc
@@ -1319,7 +1319,7 @@ This is another version of "hbase.rpc.timeout". For those RPC operation
 +
 .Description
 Set no delay on rpc socket connections.  See
-    http://docs.oracle.com/javase/1.5.0/docs/api/java/net/Socket.html#getTcpNoDelay()
+    http://docs.oracle.com/javase/8/docs/api/java/net/Socket.html#getTcpNoDelay--
 +
 .Default
 `true`