Github user maropu commented on the pull request:

    https://github.com/apache/spark/pull/3805#issuecomment-68117570
  
    The test 'includes jars passed in through --jars’ in SparkSubmitSuite 
fails
    when spark.executor.memory is set at over 512MiB in conf/spark-default.conf.
    An exception is thrown as follows:
    Exception in thread "main" org.apache.spark.SparkException: Asked to launch 
cluster with 512 MB RAM / worker but requested 1024 MB/worker
    at 
org.apache.spark.SparkContext$.org$apache$spark$SparkContext$$createTaskScheduler(SparkContext.scala:1889)
    at org.apache.spark.SparkContext.<init>(SparkContext.scala:322)
    at org.apache.spark.deploy.JarCreationTest$.main(SparkSubmitSuite.scala:458)
    at org.apache.spark.deploy.JarCreationTest.main(SparkSubmitSuite.scala)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.spark.deploy.SparkSubmit$.launch(SparkSubmit.scala:367)
    at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:75)
    at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to