Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2637 @matyix I try to run spark pi on spark-k8s, but hit the following error. Do I miss anything ? Thanks ``` ======================================== Exception in thread "main" java.lang.IllegalArgumentException: requirement failed: Local JARs were provided, however no resource staging server URI was found. at scala.Predef$.require(Predef.scala:224) at org.apache.spark.deploy.k8s.OptionRequirements$$anonfun$requireSecondIfFirstIsDefined$1.apply(OptionRequirements.scala:33) at org.apache.spark.deploy.k8s.OptionRequirements$$anonfun$requireSecondIfFirstIsDefined$1.apply(OptionRequirements.scala:32) at scala.Option.foreach(Option.scala:257) at org.apache.spark.deploy.k8s.OptionRequirements$.requireSecondIfFirstIsDefined(OptionRequirements.scala:32) at org.apache.spark.deploy.k8s.submit.submitsteps.initcontainer.InitContainerConfigurationStepsOrchestrator.<init>(InitContainerConfigurationStepsOrchestrator.scala:66) at org.apache.spark.deploy.k8s.submit.DriverConfigurationStepsOrchestrator.getAllConfigurationSteps(DriverConfigurationStepsOrchestrator.scala:154) at org.apache.spark.deploy.k8s.submit.Client$$anonfun$run$5.apply(Client.scala:186) at org.apache.spark.deploy.k8s.submit.Client$$anonfun$run$5.apply(Client.scala:184) at org.apache.spark.util.Utils$.tryWithResource(Utils.scala:2551) at org.apache.spark.deploy.k8s.submit.Client$.run(Client.scala:184) at org.apache.spark.deploy.k8s.submit.Client$.main(Client.scala:204) at org.apache.spark.deploy.k8s.submit.Client.main(Client.scala) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.apache.spark.deploy.SparkSubmit$.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:786) at org.apache.spark.deploy.SparkSubmit$.doRunMain$1(SparkSubmit.scala:181) at org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:206) at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:120) at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala) ```
---