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

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

Kengo Seki created BIGTOP-2147:
----------------------------------

             Summary: 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
            Priority: Trivial


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)