You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Andy Davidson <An...@SantaCruzIntegration.com> on 2014/09/17 02:55:13 UTC

how to report documentation bug?

http://spark.apache.org/docs/latest/quick-start.html#standalone-applications

Click on java tab There is a bug in the maven section

      <version>1.1.0-SNAPSHOT</version>
 

Should be 
<version>1.1.0</version>

Hope this helps

Andy



Re: how to report documentation bug?

Posted by Nicholas Chammas <ni...@gmail.com>.
You can send an email like you just did or open an issue in the Spark issue
tracker <http://issues.apache.org/jira/>. This looks like a problem with
how the version is generated in this file
<https://github.com/apache/spark/blob/branch-1.1/docs/quick-start.md>.

On Tue, Sep 16, 2014 at 8:55 PM, Andy Davidson <
Andy@santacruzintegration.com> wrote:

>
>
> http://spark.apache.org/docs/latest/quick-start.html#standalone-applications
>
> Click on java tab There is a bug in the maven section
>
>       <version>1.1.0-SNAPSHOT</version>
>
>
>
> Should be
> <version>1.1.0</version>
>
> Hope this helps
>
> Andy
>