You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "RJ Nowling (JIRA)" <ji...@apache.org> on 2015/11/16 17:25:11 UTC

[jira] [Comment Edited] (BIGTOP-2147) Minor nits in bigpetstore-spark/README.md

    [ https://issues.apache.org/jira/browse/BIGTOP-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15006869#comment-15006869 ] 

RJ Nowling edited comment on BIGTOP-2147 at 11/16/15 4:24 PM:
--------------------------------------------------------------

Thanks, [~sekikn] !  I'll take a look a bit later and commit.


was (Author: rnowling):
Thanks, [~sekikn] !

> Minor nits in bigpetstore-spark/README.md
> -----------------------------------------
>
>                 Key: BIGTOP-2147
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2147
>             Project: Bigtop
>          Issue Type: Bug
>          Components: blueprints
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Trivial
>              Labels: bigpetstore
>         Attachments: BIGTOP-2147.00.patch
>
>
> 1. It says that the Spark application currently builds against Spark 1.1.0, but in build.gradle, sparkVersion is specified as 1.3.0.
> 2. Some underscores in code blocks are escaped by backslashes, but it's unnecessary.
> {code}
> 113 ```
> 114 spark-submit --master local[2] --class org.apache.bigtop.bigpetstore.spark.etl.SparkETL bigpetstore-spark-X.jar generated\_data transformed\_data
> 115 ```
> {code}
> {code}
> 123 ```
> 124 spark-submit --master local[2] --class org.apache.bigtop.bigpetstore.spark.analytics.PetStoreStatistics bigpetstore-spark-X.jar transformed\_data PetStoreStats.json
> 125 ```
> {code}
> {code}
> 171 ```
> 172 spark-submit --master local[2] --class org.apache.bigtop.bigpetstore.spark.analytics.RecommendProducts bigpetstore-spark-X.jar transformed\_data recommendations.json
> 173 ```
> {code}
> 3. PetStoreStatistics is described as: 
> {code}
> 134 This will output a JSON file to the /tmp directory, which has formatting (approximately) like this.
> {code}
> but the exemplar command outputs a JSON file to the current directory.



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