Installing when Spark Runs Locally
To get started with Transformer in a development environment, install both Transformer and Spark on the same machine. This allows you to easily develop and test local pipelines, which run on the local Spark installation.
All users can install Transformer from a tarball and run it manually. Users with an enterprise account can install Transformer from an RPM package and run it as a service. Installing an RPM package requires root privileges.
When you install from an RPM package, Transformer uses
the default directories and runs as the default system user and group. The default system user and group are named
transformer
. If a transformer
user and a
transformer
group do not exist on the machine, the installation
creates the user and group for you and assigns them the next available user ID and group
ID.Tip: To use specific IDs for the
transformer
user
and group, create the user and group before installation and specify the IDs that
you want to use. For example, if you're installing Transformer on
multiple machines, you might want to create the system user and group before
installation to ensure that the user ID and group ID are consistent across the
machines.Before you start, ensure that the machine meets all self-managed deployment and general installation requirements and choose the engine version that you want to use.