[ 
https://issues.apache.org/jira/browse/SPARK-16586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiang Gao updated SPARK-16586:
------------------------------
    Description: 
When trying to run spark on a machine that cannot provide enough memory for 
java to use, instead of printing the correct error message, spark-class will 
crash with {{spark-class: line 83: [: too many arguments}}

Simple shell commands to trigger this problem are:
{code}
ulimit -v 100000
./sbin/start-master.sh
{code}

  was:
When trying to run spark on a machine that cannot provide enough memory for 
java to use, instead of printing the correct error message, spark-class will 
crash with {{spark-class: line 83: [: too many arguments}}

Simple shell commands to trigger this problem are:
{code}
$ulimit -v 100000
$./sbin/start-master.sh
{code}


> spark-class crash with "[: too many arguments" instead of displaying the 
> correct error message
> ----------------------------------------------------------------------------------------------
>
>                 Key: SPARK-16586
>                 URL: https://issues.apache.org/jira/browse/SPARK-16586
>             Project: Spark
>          Issue Type: Bug
>            Reporter: Xiang Gao
>            Priority: Minor
>
> When trying to run spark on a machine that cannot provide enough memory for 
> java to use, instead of printing the correct error message, spark-class will 
> crash with {{spark-class: line 83: [: too many arguments}}
> Simple shell commands to trigger this problem are:
> {code}
> ulimit -v 100000
> ./sbin/start-master.sh
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to