From a7f93a10fe19964b76e2061df2b3eb24f27f9e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Paksy?= Date: Thu, 29 Jan 2026 16:29:06 +0100 Subject: [PATCH] HBASE-29860 Fix NullPointerException on Maven site build This occurs when the parser encounters a section in an .xdoc file that it cannot properly index, such as sections without a name attribute. --- src/site/xdoc/cygwin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/xdoc/cygwin.xml b/src/site/xdoc/cygwin.xml index 406c0a9b6eac..7bb4daa75365 100644 --- a/src/site/xdoc/cygwin.xml +++ b/src/site/xdoc/cygwin.xml @@ -112,7 +112,7 @@ This finishes installation. We go on with the configuration.
  • Test your java installation by changing directories to your Java folder CD /usr/local/<jre name> and issueing the command ./bin/java -version. This should output your version of the chosen JRE.
  • -
    +
    SSH

    Configuring SSH is quite elaborate, but primarily a question of launching it by default as a Windows service.

    @@ -193,7 +193,7 @@ If all previous configurations are working properly, we just need some tinkering
    -
    +
    Testing

    This should conclude the installation and configuration of Apache HBase on Windows using Cygwin. So it's time to test it.