You downloaded the installation files in the previous tutorial.
Navigate to the directory where you wish to extract the installation files.
Extract the contents of the following files:
hxe.tgz
eml.tgz
(if you are installing the External Machine Learning Library)hsa.tgz
(if you are installing streaming analytics)sdi.tgz
(if you are installing smart data integration)apl.tgz
(if you are installing the Automated Predictive Library)
tar -xvzf <download_path>/hxe.tgz
tar -xvzf <download_path>/eml.tgz
tar -xvzf <download_path>/hsa.tgz
tar -xvzf <download_path>/sdi.tgz
tar -xvzf <download_path>/apl.tgz
Note:
Run the tar
command from the command shell as shown, rather than using a GUI-based extraction tool.
Note:
You may have to give these files run permissions. Example:
chmod 444 <download_path>/hxe.tgz