User Guide > User Guide > A. Command Reference > iisuspark Command-- Download Spark Container Image from Repository
Was this helpful?
iisuspark Command-- Download Spark Container Image from Repository
The iisuspark command downloads the Spark provider container image from the Docker repository. You can use this command to download the image during or after installation.
The iisuspark command has the following format:
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 activates the newest version of the image, which is compatible with the product.
-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.
-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 Configuring Spark to Use JDBC and 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 Configuring Spark to Access S3 Cloud Storage and Apache Hadoop-AWS documentation.
Last modified date: 04/15/2025