You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Nishkam Ravi (JIRA)" <ji...@apache.org> on 2014/06/16 08:12:01 UTC

[jira] [Commented] (SPARK-2151) spark-submit issue (int format expected for memory parameter)

    [ https://issues.apache.org/jira/browse/SPARK-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14032133#comment-14032133 ] 

Nishkam Ravi commented on SPARK-2151:
-------------------------------------

PR: https://github.com/apache/spark/pull/1095/

> spark-submit issue (int format expected for memory parameter)
> -------------------------------------------------------------
>
>                 Key: SPARK-2151
>                 URL: https://issues.apache.org/jira/browse/SPARK-2151
>             Project: Spark
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Nishkam Ravi
>
> Get this exception when invoking spark-submit in standalone cluster mode:
> Exception in thread "main" java.lang.NumberFormatException: For input string: "38g"
> 	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
> 	at java.lang.Integer.parseInt(Integer.java:492)
> 	at java.lang.Integer.parseInt(Integer.java:527)
> 	at scala.collection.immutable.StringLike$class.toInt(StringLike.scala:229)
> 	at scala.collection.immutable.StringOps.toInt(StringOps.scala:31)
> 	at org.apache.spark.deploy.ClientArguments.parse(ClientArguments.scala:55)
> 	at org.apache.spark.deploy.ClientArguments.<init>(ClientArguments.scala:47)
> 	at org.apache.spark.deploy.Client$.main(Client.scala:148)
> 	at org.apache.spark.deploy.Client.main(Client.scala)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at org.apache.spark.deploy.SparkSubmit$.launch(SparkSubmit.scala:292)
> 	at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:55)
> 	at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)



--
This message was sent by Atlassian JIRA
(v6.2#6252)