Install Python for the Python transformation on Hadoop

Install Python for the Python transformation on Hadoop

Prepare a directory to install Python

Prepare a directory to install Python

Run the following command to create a
Python3
directory under the home directory:
mkdir Python3
You can run the command
ls Python3
to see that the
Python3
directory is currently empty.
Run the following command to create an environment variable called
$workingdir
and set the value to the present working directory:
export workingdir=`pwd`
Run the following command to verify the
$workingdir
environment variable:
echo $workingdir

0 COMMENTS

We’d like to hear from you!