Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!
Labels (1)
avatar

Following steps will help you install miniconda, conda or anaconda using wget.

1. Locate the version you need to install by opening the following link on your browser

https://repo.continuum.io/miniconda/

for example lets say you decided to use https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh

2. Download the installer

yum install wget bzip2
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh

3. Run the installer and follow the steps

chmod +x Miniconda3-latest-Linux-x86_64.sh
./Miniconda3-latest-Linux-x86_64.sh

Note: I recommend to select an install location like /opt/miniconda3 or similar that can be shared and used by different users

16,357 Views
Comments
avatar
New Member

@Felix Albani

can you please extend the instructions to cover the following:
1) How to integrate minidconda with HDP - Spark2 and Zeppelin. For a fact, we need to use python 3.4.x so it works with spark2 in HDP.

I have now installed miniconda via the SSH of HDP, what are the next steps to use the miniconda version within spark2 environment in zeppelin. ?

avatar
New Member

@Ravi Kumar Lanke I have successfully completed the steps, how do we point zeppelin under spark2 interpreter to the anaconda envirnment ?

avatar
New Member

@Felix Albani thank you pyspark, spark2 is now in Zeppelin HDP

avatar

Hi Victor,

Install anaconda python and make it default.

Please find the attachment.

changing-your-python-version-with-anaconda.pdf

avatar
New Member

@Ravi Kumar LankeThis is valuable information that will help alot of people ! Maybe you should create a seperate 'faq' just like the one above so everybody can see this 🙂 !

Version history
Last update:
‎05-30-2018 02:28 PM
Updated by:
Contributors