<?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: Do I need to install Python3 on every CDP node? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Do-I-need-to-install-Python3-on-every-CDP-node/m-p/324361#M229345</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/45630"&gt;@Seaport&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you know,&amp;nbsp; resource managers like yarn, standalone, kubernets will create containers. Internally RMs will use shell script to create containers. Based on resources, it will create one or more containers in the same node.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Sep 2021 06:38:38 GMT</pubDate>
    <dc:creator>RangaReddy</dc:creator>
    <dc:date>2021-09-15T06:38:38Z</dc:date>
    <item>
      <title>Do I need to install Python3 on every CDP node?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Do-I-need-to-install-Python3-on-every-CDP-node/m-p/323225#M229055</link>
      <description>&lt;P&gt;I will use Spark2 in CDP and need to install Python3. Do I need to installation Python3 on every node in the CDP cluster, just only need to install it on one particular node?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Spark2 job is executed in JVM containers that could be created on any worker node. I wonder whether the container is created upon a template? If yes, then how the template is created and where is it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 21:58:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Do-I-need-to-install-Python3-on-every-CDP-node/m-p/323225#M229055</guid>
      <dc:creator>Seaport</dc:creator>
      <dc:date>2021-08-26T21:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need to install Python3 on every CDP node?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Do-I-need-to-install-Python3-on-every-CDP-node/m-p/323397#M229102</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/45630"&gt;@Seaport&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes it is required when i&lt;SPAN&gt;f you want to run &lt;STRONG&gt;Python UDFs&lt;/STRONG&gt; or &lt;STRONG&gt;do something outside spark SQL operations&lt;/STRONG&gt; in your application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are just using the Spark SQL API there’s no runtime requirement for python.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you are going to install Spark3, please check below supported versions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Spark 2.4&lt;/STRONG&gt; supports &lt;STRONG&gt;Python 2.7&lt;/STRONG&gt; and &lt;STRONG&gt;3.4-3.7&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Spark 3.0&lt;/STRONG&gt; supports &lt;STRONG&gt;Python 2.7&lt;/STRONG&gt; and &lt;STRONG&gt;3.4 and higher,&lt;/STRONG&gt; although support for &lt;STRONG&gt;Python 2&lt;/STRONG&gt; and &lt;STRONG&gt;3.4 to 3.5&lt;/STRONG&gt; is &lt;STRONG&gt;deprecated&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Spark 3.1&lt;/STRONG&gt; supports &lt;STRONG&gt;Python 3.6&lt;/STRONG&gt; and &lt;STRONG&gt;higher&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CDS Powered by Apache Spark requires one of the following Python versions:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Python 2.7 or higher&lt;/STRONG&gt;, when using &lt;STRONG&gt;Python&lt;/STRONG&gt; &lt;STRONG&gt;2&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Python 3.4 or higher&lt;/STRONG&gt;, when using &lt;STRONG&gt;Python 3&lt;/STRONG&gt;. (&lt;STRONG&gt;CDS 2.0&lt;/STRONG&gt; only supports &lt;STRONG&gt;Python 3.4&lt;/STRONG&gt; and &lt;STRONG&gt;3.5&lt;/STRONG&gt;; &lt;STRONG&gt;CDS 2.1&lt;/STRONG&gt; and higher include support for &lt;STRONG&gt;Python 3.6 and higher&lt;/STRONG&gt;).&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Python 3.4 or higher&lt;/STRONG&gt;, when using &lt;STRONG&gt;Python 3&lt;/STRONG&gt; (&lt;STRONG&gt;CDS 3&lt;/STRONG&gt;).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Note:&amp;nbsp;&lt;/STRONG&gt;Spark 2.4 is not compatible with &lt;STRONG&gt;Python 3.8&lt;/STRONG&gt;. The latest version recommended is &lt;STRONG&gt;Python 3.4+&lt;/STRONG&gt; (&lt;A href="https://spark.apache.org/docs/2.4.0/#downloading" target="_blank"&gt;https://spark.apache.org/docs/2.4.0/#downloading&lt;/A&gt;). The &lt;STRONG&gt;Apache Jira SPARK-29536&lt;/STRONG&gt; related to &lt;STRONG&gt;Python 3.8&lt;/STRONG&gt; is fixed in &lt;STRONG&gt;Spark3&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 06:24:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Do-I-need-to-install-Python3-on-every-CDP-node/m-p/323397#M229102</guid>
      <dc:creator>RangaReddy</dc:creator>
      <dc:date>2021-08-31T06:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need to install Python3 on every CDP node?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Do-I-need-to-install-Python3-on-every-CDP-node/m-p/323666#M229182</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/45630"&gt;@Seaport&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 16:26:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Do-I-need-to-install-Python3-on-every-CDP-node/m-p/323666#M229182</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2021-09-03T16:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need to install Python3 on every CDP node?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Do-I-need-to-install-Python3-on-every-CDP-node/m-p/323670#M229184</link>
      <description>&lt;P&gt;Vidya,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&amp;nbsp;Could you help me clarify the issue further? Does Spark (or other MapReduce tool) create the container using the local host as its template (to some degree)?&lt;/P&gt;</description>
      <pubDate>Sat, 04 Sep 2021 00:08:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Do-I-need-to-install-Python3-on-every-CDP-node/m-p/323670#M229184</guid>
      <dc:creator>Seaport</dc:creator>
      <dc:date>2021-09-04T00:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need to install Python3 on every CDP node?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Do-I-need-to-install-Python3-on-every-CDP-node/m-p/324361#M229345</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/45630"&gt;@Seaport&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you know,&amp;nbsp; resource managers like yarn, standalone, kubernets will create containers. Internally RMs will use shell script to create containers. Based on resources, it will create one or more containers in the same node.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 06:38:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Do-I-need-to-install-Python3-on-every-CDP-node/m-p/324361#M229345</guid>
      <dc:creator>RangaReddy</dc:creator>
      <dc:date>2021-09-15T06:38:38Z</dc:date>
    </item>
  </channel>
</rss>

