@manivannan p either you need to install it manually from library option of interactive cluster https://docs.databricks.com/libraries/workspace-libraries.html#upload-a-jar-python-egg-or-python-whe...
or from library option of job configuration -
JAR: Specify the Main class. Use the fully qualified name of the class containing the main method, for example,
org.apache.spark.examples.SparkPi
. Then click Add under Dependent Libraries to add libraries required to run the task. One of these libraries must contain the main class.
https://docs.databricks.com/data-engineering/jobs/jobs.html#create-a-job
But from the error message, this looks like the jar file is invalid or there might be some issue with the jar build.