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

Dongjoon Hyun reassigned SPARK-28473:
-------------------------------------

    Assignee: Douglas Colkitt

> 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
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to