You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jeffrey Naisbitt (JIRA)" <ji...@apache.org> on 2015/10/22 21:38:27 UTC

[jira] [Updated] (SPARK-11264) ./bin/spark-class can't find assembly jars with certain GREP_OPTIONS set

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

Jeffrey Naisbitt updated SPARK-11264:
-------------------------------------
    Component/s: Spark Shell

> ./bin/spark-class can't find assembly jars with certain GREP_OPTIONS set
> ------------------------------------------------------------------------
>
>                 Key: SPARK-11264
>                 URL: https://issues.apache.org/jira/browse/SPARK-11264
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Shell
>    Affects Versions: 1.5.1
>            Reporter: Jeffrey Naisbitt
>            Priority: Minor
>
> Some GREP_OPTIONS will modify the output of the grep commands that are looking for the assembly jars in bin/spark-class.
> For example, if the -n option is specified, the grep output will look like: 
> {code}5:spark-assembly-1.5.1-hadoop2.4.0.jar{code}
> This will not match the regular expressions, and so the jar files will not be found.  We could improve the regular expression to handle cases like this and trim off extra characters, but it is difficult to know which options may or may not be set.  Unsetting GREP_OPTIONS within the script handles all the cases and gives the desired output.



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

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