You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2019/07/23 23:31:00 UTC

[jira] [Resolved] (SPARK-28473) Build command in README should start with ./

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

Dongjoon Hyun resolved SPARK-28473.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0

Issue resolved by pull request 25231
[https://github.com/apache/spark/pull/25231]

> Build command in README should start with ./
> --------------------------------------------
>
>                 Key: SPARK-28473
>                 URL: https://issues.apache.org/jira/browse/SPARK-28473
>             Project: Spark
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 2.4.3
>            Reporter: Douglas Colkitt
>            Assignee: Douglas Colkitt
>            Priority: Trivial
>             Fix For: 3.0.0
>
>
> In the top-level README, the format of the build command does *not* begin with a ./ prefix:
>  
>     build/mvn -DskipTests clean package
>  
> All the other commands in the README begin with a ./ prefix, e.g.
>  
>     ./bin/spark-shell        
>  
> To be consistent the build command should be changed to match the style of the other commands in the README:
>  
>      ./build/mvn -DskipTests clean package
>  
> Although the non-prefixed command still works, having the ./ prefix makes it clear that the command is dependent on being executed from inside the repository as the CWD.
>  
> It's a minor change, but makes things less confusing for new users.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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