Install Python for the Python transformation on Hadoop

Install Python for the Python transformation on Hadoop

Download the Python distribution

Download the Python distribution

Run the following command to navigate to the home directory:
cd ~
Download the Python distribution onto the Data Integration Service machine. For example, you can run the following command to get an installation of Python 3.6.5 from the internet:
wget https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tgz
The command downloads the Python distribution in the home directory.
Run the following command to untar the file:
tar -xvf Python-3.6.5.tgz
The extracted files appear in the directory
~/Python-3.6.5
.

0 COMMENTS

We’d like to hear from you!