Jelajahi Sumber

Merge pull request #14827 from g-pan/J0398-tls

JAPI-398 Add JAVA over TLS notice to doc

Reviewed-By: Rodrigo Pastrana <rodrigo.pastrana@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 tahun lalu
induk
melakukan
d6d506e22a
1 mengubah file dengan 24 tambahan dan 1 penghapusan
  1. 24 1
      docs/EN_US/HPCCSpark/SparkHPCC.xml

+ 24 - 1
docs/EN_US/HPCCSpark/SparkHPCC.xml

@@ -37,7 +37,7 @@
       similarity to actual persons, living or dead, is purely
       coincidental.</para>
 
-      <para></para>
+      <para />
     </legalnotice>
 
     <xi:include href="common/Version.xml" xpointer="FooterInfo"
@@ -548,6 +548,29 @@
       <para>The Spark-HPCCSystems Distributed Connector also supports PySpark.
       It uses the same classes/API as Java does.</para>
 
+      <para><informaltable colsep="1" frame="all" rowsep="1">
+          <?dbfo keep-together="always"?>
+
+          <tgroup cols="2">
+            <colspec colwidth="49.50pt" />
+
+            <colspec />
+
+            <tbody>
+              <row>
+                <entry><graphic fileref="images/tip.jpg" /></entry>
+
+                <entry><para>As is common in Java client communication over
+                TLS, Spark-HPCC connectors targeting an HPCC cluster over TLS
+                will need to import the appropriate certificates to local Java
+                keystore.</para><para> </para><para>*One way to accomplish
+                this is to use the keytool packaged with Java installations.
+                Refer to the keytool documentation for usage. </para></entry>
+              </row>
+            </tbody>
+          </tgroup>
+        </informaltable></para>
+
       <sect2 role="brk">
         <title>Special considerations</title>