User Guide > User Guide > A. Command Reference > iisuspark Command--Set up and Configure Spark for Vector
Was this helpful?
iisuspark Command--Set up and Configure Spark for Vector
The iisuspark command sets up Apache Spark and configures JDBC and S3A access.
The iisuspark command has the following format:
iisuspark[option]
option
Specifies one of the following options:
-interactive
Runs setup programs using user specified values.
-jdbc | JDBC
Configures Spark to use the JARs available at path II_SPARKJARS, which are required for JDBC connectivity.
-s3a | S3A
Configures Spark to use the JARs available at path II_SPARKJARS, which are required to access S3A cloud storage.
Note:  Before running iisuspark -jdbc or iisuspark -s3a, you must set the II_SPARKJARS environment variable. You can either add the export command to the .ingXXsh environment file or issue the command ingsetenv II_SPARKJARS “/jars path
-h | --help
Shows help message and exits.
Last modified date: 03/21/2024