Installing nzLua
The nzLua package is distributed with the Netezza Analytics software and is normally installed as part of the express installation.
The binary files for nzLua are installed in the /nz/extensions/nz/nzlua/bin
directory. This directory needs to be added to a developer's PATH environment variable in the
.bashrc
file or appropriate rc
file if a shell other than bash is
being used.export PATH=”$PATH:/nz/extensions/nz/nzlua/bin”
You can also install nzLua without installing the complete IBM Netezza Analytics software. You must use the cartridge manager.
First, follow the instructions for manually installing Netezza Analytics. Then, instead of
running the
inzaCartridgeInstaller.sh
script directly, prompt the cartridge manager
to install nzLua:nzcm -i nzlua
nzcm -r nzlua -d inza