Created 05-30-2018 09:58 AM
Hi, what is the latest version of python I can use on Zeppelin under the spark2 interpreter in HDP: 2.6.4?
I got sc.version res0: String = 2.2.0.2.6.4.0-91
Created 05-30-2018 10:33 AM
@Victor Spark 2.2.0 supports Python 2.7+/3.4+. But you'd need to install these python versions separately and point spark accordingly.
Created 05-30-2018 10:33 AM
@Victor Spark 2.2.0 supports Python 2.7+/3.4+. But you'd need to install these python versions separately and point spark accordingly.
Created 05-30-2018 10:49 AM
@Sandeep Nemuri can you please provide reference link ?
Created 05-30-2018 10:52 AM
This article should help you : https://community.hortonworks.com/content/supportkb/146508/how-to-use-alternate-python-version-for-s...
Created 05-30-2018 11:44 AM
@Victor If this helped, Please consider "Accepting" the answer and close this thread.
Created 05-30-2018 11:50 AM
I recently helped another user configure zeppelin with anaconda python3. Please check the following link:
HTH
*** If you found this answer addressed your question, please take a moment to login and click the "accept" link on the answer.