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)

Reply via email to