First, store upload this archive to hdfs and note the path to the archive on hdfs. Then open spark shell and run the below command:
val sc = new SparkContext(new SparkConf())
./bin/spark-submit <all your existing options> --spark.yarn.archive=<hdfs path to archive>