Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Celebrating as our community reaches 100,000 members! Thank you!
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

7,516 Views
Comments
avatar
Explorer

@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
Explorer

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

avatar
Explorer

@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
Explorer

@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