<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: When Run $./sbin/start-master.sh Obtaining Errors in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/When-Run-sbin-start-master-sh-Obtaining-Errors/m-p/370883#M240843</link>
    <description>&lt;P&gt;Additionally, i copied the keystore and truststore to the node-master.&amp;nbsp; I did not yet copy the keystore and truststore to node1, node2, node3 and node4.&lt;/P&gt;</description>
    <pubDate>Tue, 16 May 2023 11:26:08 GMT</pubDate>
    <dc:creator>davehkd</dc:creator>
    <dc:date>2023-05-16T11:26:08Z</dc:date>
    <item>
      <title>When Run $./sbin/start-master.sh Obtaining Errors</title>
      <link>https://community.cloudera.com/t5/Support-Questions/When-Run-sbin-start-master-sh-Obtaining-Errors/m-p/370877#M240839</link>
      <description>&lt;P&gt;Hello -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have installed a 4 node Spark-3.3.1 running on YARN.&amp;nbsp; The nodes are:&amp;nbsp; node-master, node1, node2, node3 and node4.&amp;nbsp; I am using JAVA 8.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Spark is working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have configured Spark to use 3rd party PKI certificates and successfully created the keystore and truststore.&amp;nbsp; I copied the keystore and truststore to the Spark/conf directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I added the following to the spark-defaults.conf file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;spark.ssl.enabled&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;true&lt;/P&gt;
&lt;P&gt;spark.ssl.enabledAlgorithms&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TLS_RSA_WITH_AES_256_GCM_SHA384&lt;/P&gt;
&lt;P&gt;spark.ssl.protocol&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TLSv1.2&lt;/P&gt;
&lt;P&gt;spark.ssl.keyPassword&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;key_password (i entered the correct keypassword)&lt;/P&gt;
&lt;P&gt;spark.ssl.keyStore&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /path/to/my_key_store ( i entered the correct path to include the file name)&lt;BR /&gt;spark.ssl.keyStore&lt;/P&gt;
&lt;P&gt;spark.ssl.keyStorePassword&lt;/P&gt;
&lt;P&gt;spark.ssl.truststore&lt;/P&gt;
&lt;P&gt;spark.ssl.trustStorePassword&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I then started the spark cluster,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$./sbin/start-master.sh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I looked in the log specified when i ran&amp;nbsp;start-master.sh, and this is what the log contained:&lt;/P&gt;
&lt;P&gt;INFO Master:&amp;nbsp; Started daemon with process name: &lt;A href="mailto:6096@IP.." target="_blank" rel="noopener"&gt;6096@IP..&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;INFO SignalUtils:&amp;nbsp; Registering signal handler for TERM&lt;/P&gt;
&lt;P&gt;INFO SignalUtils: Registering signal handler for HUP&lt;/P&gt;
&lt;P&gt;INFO SignalUtils: Registering signal for INT&lt;/P&gt;
&lt;P&gt;INFO SecurityManager: Changing view acls to:&amp;nbsp; hadoop&lt;/P&gt;
&lt;P&gt;INFO SecurityManager: Changing modify acls to: hadoop&lt;/P&gt;
&lt;P&gt;INFO SecurityManager: Changing view acls groups to:&lt;/P&gt;
&lt;P&gt;INFO SecurityManager: Changing modify acls groups to:&lt;/P&gt;
&lt;P&gt;INFO SecurityManager: SecurityManager: authentication disabled; ui acls disabled; users with view permissions: Set(hadoop); groups with view permissions: Set(); users with modify permissions: Set(hadoop); groups with modify permissions: Set()&lt;/P&gt;
&lt;P&gt;INFO Utils: Successfully started service 'sparkMaster' on port 7077&lt;/P&gt;
&lt;P&gt;INFO Master: Starting Spark master at spark://ip...:7077&lt;/P&gt;
&lt;P&gt;INFO Master:&amp;nbsp; Running Spark version 3.3.1&lt;/P&gt;
&lt;P&gt;WARN SslContextFactory:&amp;nbsp; No supported Cipher Suite from [...it appears to be a complete list of the ciphers supported by Java 8...] e.g., TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA2556...and this repeats w/ 45 cipher entries...&lt;/P&gt;
&lt;P&gt;INFO Utils: Successfully started service 'MasterUI (HTTPS)' on port 8480&lt;/P&gt;
&lt;P&gt;INFO Utils: Successfully started service 'MasterUI' on port 8080&lt;/P&gt;
&lt;P&gt;INFO MasterWebUI:&amp;nbsp; Boiund MasterWebUI to 0.0.0.0 and started &lt;A href="https://node-master:8480" target="_blank" rel="noopener"&gt;https://node-master:8480&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;INFO Master:&amp;nbsp; I have been elected leader!&amp;nbsp; New state:&amp;nbsp; ALIVE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone shed light on the meaning of the warning above?&amp;nbsp; And, why is it spitting out all of the Java 8 ciphers?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for any guidance/recommendations anyone can provide.&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 12:45:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/When-Run-sbin-start-master-sh-Obtaining-Errors/m-p/370877#M240839</guid>
      <dc:creator>davehkd</dc:creator>
      <dc:date>2023-05-16T12:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: When Run $./sbin/start-master.sh Obtaining Errors</title>
      <link>https://community.cloudera.com/t5/Support-Questions/When-Run-sbin-start-master-sh-Obtaining-Errors/m-p/370879#M240841</link>
      <description>&lt;P&gt;And, just to be complete, i did enter the correct values for the following items in the spark-default.conf file:&lt;/P&gt;&lt;P&gt;spark.ssl.keyStore&lt;/P&gt;&lt;P&gt;spark.ssl.keyStorePassword&lt;/P&gt;&lt;P&gt;spark.ssl.truststore&lt;/P&gt;&lt;P&gt;spark.ssl.trustStorePassword&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 10:56:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/When-Run-sbin-start-master-sh-Obtaining-Errors/m-p/370879#M240841</guid>
      <dc:creator>davehkd</dc:creator>
      <dc:date>2023-05-16T10:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: When Run $./sbin/start-master.sh Obtaining Errors</title>
      <link>https://community.cloudera.com/t5/Support-Questions/When-Run-sbin-start-master-sh-Obtaining-Errors/m-p/370883#M240843</link>
      <description>&lt;P&gt;Additionally, i copied the keystore and truststore to the node-master.&amp;nbsp; I did not yet copy the keystore and truststore to node1, node2, node3 and node4.&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 11:26:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/When-Run-sbin-start-master-sh-Obtaining-Errors/m-p/370883#M240843</guid>
      <dc:creator>davehkd</dc:creator>
      <dc:date>2023-05-16T11:26:08Z</dc:date>
    </item>
  </channel>
</rss>

