<?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: Concerns with installing Python 3.X on Hadoop Cluster in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Concerns-with-installing-Python-3-X-on-Hadoop-Cluster/m-p/167671#M29675</link>
    <description>&lt;P&gt;hello andrew,&lt;/P&gt;&lt;P&gt;have you installed the python 3.x version? if so how is it running?&lt;/P&gt;&lt;P&gt;i am also trying to install python 3.x in my HDP. can you guide me in this?&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jan 2018 16:09:55 GMT</pubDate>
    <dc:creator>rp4345</dc:creator>
    <dc:date>2018-01-24T16:09:55Z</dc:date>
    <item>
      <title>Concerns with installing Python 3.X on Hadoop Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Concerns-with-installing-Python-3-X-on-Hadoop-Cluster/m-p/167667#M29671</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am aware that HDP and Ambari need Python 2.X to run it's services. However are there any concerns with installing Python 3.5.1 to be used for data processing?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 22:33:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Concerns-with-installing-Python-3-X-on-Hadoop-Cluster/m-p/167667#M29671</guid>
      <dc:creator>awatson</dc:creator>
      <dc:date>2016-05-25T22:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Concerns with installing Python 3.X on Hadoop Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Concerns-with-installing-Python-3-X-on-Hadoop-Cluster/m-p/167668#M29672</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/200/awatson.html" nodeid="200"&gt;@Andrew Watson&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As long as it's installed out of the default system paths, and only called by whatever processing scripts or tools you're thinking of, I don't see that being an issue at all.&lt;/P&gt;&lt;P&gt;It'll require careful installation and ongoing care though, just from a security and patching perspective.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 22:46:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Concerns-with-installing-Python-3-X-on-Hadoop-Cluster/m-p/167668#M29672</guid>
      <dc:creator>drussell</dc:creator>
      <dc:date>2016-05-25T22:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Concerns with installing Python 3.X on Hadoop Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Concerns-with-installing-Python-3-X-on-Hadoop-Cluster/m-p/167669#M29673</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/200/awatson.html" nodeid="200"&gt;@Andrew Watson&lt;/A&gt; &lt;/P&gt;&lt;P&gt;If you are also looking at mutiple python library versions, take a look at virtualenv. This makes managing multiple python environments easier. &lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 04:55:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Concerns-with-installing-Python-3-X-on-Hadoop-Cluster/m-p/167669#M29673</guid>
      <dc:creator>ravi1</dc:creator>
      <dc:date>2016-05-26T04:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Concerns with installing Python 3.X on Hadoop Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Concerns-with-installing-Python-3-X-on-Hadoop-Cluster/m-p/167670#M29674</link>
      <description>&lt;P&gt;It is also worth while checking pyenv: &lt;A href="https://github.com/yyuu/pyenv" target="_blank"&gt;https://github.com/yyuu/pyenv&lt;/A&gt;&lt;/P&gt;&lt;P&gt;From their home page:&lt;/P&gt;&lt;P&gt;pyenv does...&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;Let you change the global Python version on a per-user basis.&lt;/LI&gt;&lt;LI&gt;Provide support for per-project Python versions.&lt;/LI&gt;&lt;LI&gt;Allow you to override the Python version with an environment variable.&lt;/LI&gt;&lt;LI&gt;Search commands from multiple versions of Python at a time. This may be helpful to test across Python versions with &lt;A href="https://pypi.python.org/pypi/tox"&gt;tox&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sat, 28 May 2016 03:00:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Concerns-with-installing-Python-3-X-on-Hadoop-Cluster/m-p/167670#M29674</guid>
      <dc:creator>tkiss</dc:creator>
      <dc:date>2016-05-28T03:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Concerns with installing Python 3.X on Hadoop Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Concerns-with-installing-Python-3-X-on-Hadoop-Cluster/m-p/167671#M29675</link>
      <description>&lt;P&gt;hello andrew,&lt;/P&gt;&lt;P&gt;have you installed the python 3.x version? if so how is it running?&lt;/P&gt;&lt;P&gt;i am also trying to install python 3.x in my HDP. can you guide me in this?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 16:09:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Concerns-with-installing-Python-3-X-on-Hadoop-Cluster/m-p/167671#M29675</guid>
      <dc:creator>rp4345</dc:creator>
      <dc:date>2018-01-24T16:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Concerns with installing Python 3.X on Hadoop Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Concerns-with-installing-Python-3-X-on-Hadoop-Cluster/m-p/167672#M29676</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/200/awatson.html" nodeid="200"&gt;@Andrew Watson&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/136/drussell.html" nodeid="136"&gt;@Dave Russell&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Have you tried to install python 3 on  hdp? what did you use to install? virtualenv? conda env? which works better? do you have some instructions? is this advisable to do on production environment?&lt;/P&gt;</description>
      <pubDate>Sat, 31 Mar 2018 04:28:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Concerns-with-installing-Python-3-X-on-Hadoop-Cluster/m-p/167672#M29676</guid>
      <dc:creator>pmj</dc:creator>
      <dc:date>2018-03-31T04:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Concerns with installing Python 3.X on Hadoop Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Concerns-with-installing-Python-3-X-on-Hadoop-Cluster/m-p/301194#M29677</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there specific method to follow for installing ambari on python3..any one installed on python3 base&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 13:12:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Concerns-with-installing-Python-3-X-on-Hadoop-Cluster/m-p/301194#M29677</guid>
      <dc:creator>devops</dc:creator>
      <dc:date>2020-08-10T13:12:29Z</dc:date>
    </item>
  </channel>
</rss>

