Command Reference Guide > Using Actian Ingres Commands > iisuspark Command--Download Spark Container Image and Configure Scala UDF Container Image
Was this helpful?
iisuspark Command--Download Spark Container Image and Configure Scala UDF Container Image
The iisuspark command downloads the Spark provider container image from the Docker repository and manges the configuration of Scala UDF container images. You can use this command to download the image during or after installation.
The iisuspark command has the following format:
Linux, Windows
iisuspark [option]
option
Specifies one of the following options:
-h, --help
Shows the help message and exits.
-show_installed_image
Shows the image version, which is installed.
-show_default_image
Shows the image that is pre-configured with the product.
-show_available_images
Shows all images, including incompatible images.
-show_newest_compatible
Shows the newest image, which is compatible with the product.
-download_newest_compatible
Downloads and configures the newest version of the image, which is compatible with the product.
-download_newest_compatible [-force] [-acceptlicense]
Downloads and configures the newest version of the image, which is compatible with the product. This option is applicable only for managing the configuration of Scala UDF Container images.
-download_version <x.x.x>
Downloads and activates a specific version of the image. It does not permit the download of incompatible versions, nor does it allow a downgrade of the current version, if one exists.
-download version <x.x.x> [-force] [-acceptlicense] [-do_not_pull]
Downloads and configures a specific version of the image. It does not permit the download of incompatible versions, nor does it allow a downgrade of the current version, if one exists. This option is applicable only for managing the configuration of Scala UDF Container images.
-force_download_version <x.x.x>
Downloads and activates a specific version of the image. It does not check for any incompatibilities.
-disable
Disables the Spark provider service when downloading an image.
-jdbc
This option is no longer supported. Ingres JDBC drivers are pre-configured. You can also add additional JDBC drivers through spark.jars or spark.jars.packages in the spark_provider.conf file. For more information, see Apache Spark documentation.
-s3a
This option is no longer supported. S3 storage drivers are already installed. You can also add configurations in the spark_provider.conf file. For more information, see Apache Hadoop-AWS documentation.
-uninstall
Disables the service in the database server and untag the container image in the server. However the image is not removed from the container server. This option is applicable only for managing the configuration of Scala UDF Container images.
Last modified date: 01/28/2026