ANACONDA PARCEL NOT FOUND IN CLOUDERA DISTRIBUTION!

ANACONDA PARCEL NOT FOUND IN CLOUDERA DISTRIBUTION!

Navigate to support –> about

Check the java version

Click on parcels

Add the repo link to the parcel repository & network settings –> https://repo.anaconda.com/pkgs/misc/parcels/

Corresponding to the Anaconda parcel, one by one Click on Download -> Distribute -> Activate

After activate of anaconda , the status of anaconda looks like this

You should see the status as follows.

View bashrc editor

vi .bashrc

Add environment variable PATH of anaconda

cat .bashrc |tail -1
export PATH="/opt/cloudera/parcels/Anaconda/bin:$PATH"

Execute conda command

 [ec2-user@ip- ~]$ conda
usage: conda [-h] [-V] command ...

conda is a tool for managing and deploying applications, environments and packag                                                                                                             es.

Options:

positional arguments:
  command

Check version

[ec2-user@ip- ~]$ conda --version
conda 4.7.12

Install gcc using yum

[root@ip- ec2-user]# yum install gcc -y
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
cloudera-manager                                                                                                                                                      | 2.9 kB  00:00:00
local-base                                                                                                                                                            | 2.9 kB  00:00:00
mysql-connectors-community                                                                                                                                            | 2.6 kB  00:00:00
mysql-tools-community                                                                                                                                                 | 2.6 kB  00:00:00
mysql56-community                                                                                                                                                     | 2.6 kB  00:00:00
pgdg-common                                                                                                                                                           | 2.9 kB  00:00:00
pgdg10                                                                                                                                                                | 3.6 kB  00:00:00
pgdg11                                                                                                                                                                | 3.6 kB  00:00:00
pgdg12                                                                                                                                                                | 3.6 kB  00:00:00
pgdg95                                                                                                                                                                | 3.6 kB  00:00:00
pgdg96                                                                                                                                                                | 3.6 kB  00:00:00
rhui-REGION-client-config-server-7                                                                                                                                    | 2.1 kB  00:00:00
rhui-REGION-rhel-server-releases                                                                                                                                      | 2.0 kB  00:00:00
rhui-REGION-rhel-server-rh-common                                                                                                                                     | 2.1 kB  00:00:00
Resolving Dependencies
--> Running transaction check
---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed
--> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
--> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
--> Processing Dependency: libgcc >= 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64

Leave a Reply

%d bloggers like this: