Installing for Tarball Using the Command Line
You can
use the stagelibs
command to install additional stage libraries for a
core or common tarball
installation.
The stagelibs
command requires that curl version 7.18.1 or later and
sha1sum utilities are installed on the machine. Verify that these utilities are
installed before running the command.
Use the following commands to install additional tarball libraries:
- To view the list of available libraries:
- Run the following command from the
$SDC_DIST
directory:bin/streamsets stagelibs -list
- To install one or more stage libraries:
- Run the following command from the
$SDC_DIST
directory:bin/streamsets stagelibs -install=<libraryID>,<libraryID>,...
- To generate the command required to perform the current installation (optional):
- You can use the
stagelibs
command to generate the command to install the libraries that are installed on the current Data Collector. This allows you to easily replicate the installation elsewhere. - To uninstall libraries when necessary:
- To uninstall a library, run the following command from the
$SDC_DIST
directory:bin/streamsets stagelibs -uninstall=<libraryID>,<libraryID>,...