You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2015/11/13 20:38:12 UTC

bigtop git commit: BIGTOP-2134: Wrong package name in bigpetstore-mapreduce/arch.dot

Repository: bigtop
Updated Branches:
  refs/heads/master 316471c78 -> 4da611eb4


BIGTOP-2134: Wrong package name in bigpetstore-mapreduce/arch.dot

Signed-off-by: Olaf Flebbe <of...@ofleb.be>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/4da611eb
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/4da611eb
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/4da611eb

Branch: refs/heads/master
Commit: 4da611eb47736f24609442d6f2f048a8a516ac49
Parents: 316471c
Author: Kengo Seki <se...@gmail.com>
Authored: Fri Nov 13 14:59:32 2015 +0900
Committer: Olaf Flebbe <of...@ofleb.be>
Committed: Fri Nov 13 20:36:35 2015 +0100

----------------------------------------------------------------------
 bigtop-bigpetstore/bigpetstore-mapreduce/arch.dot | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/4da611eb/bigtop-bigpetstore/bigpetstore-mapreduce/arch.dot
----------------------------------------------------------------------
diff --git a/bigtop-bigpetstore/bigpetstore-mapreduce/arch.dot b/bigtop-bigpetstore/bigpetstore-mapreduce/arch.dot
index 7d17c5a..5192806 100644
--- a/bigtop-bigpetstore/bigpetstore-mapreduce/arch.dot
+++ b/bigtop-bigpetstore/bigpetstore-mapreduce/arch.dot
@@ -25,8 +25,8 @@ digraph bigpetstore {
    MAHOUT_VIEW_INPUT [label="MAHOUT_VIEW  |  (user-id) 10001  (product-id) 203  (implicit-rating) 1 |  cleaned/Mahout/part*" ];
    MAHOUT_ALS [label="Parallel ALS Recommender output  | (user-id) 10001  [(product-id) 201: (recommendation-strength 0-1)0.546] | Mahout/AlsRecommendations/part*" ];
 
-   Generate -> DIRTY_CSV [label="hadoop jar bigpetstore.jar org.bigtop.bigpetstore.generator.BPSGenerator 100 bps/generated/"] ;
-   DIRTY_CSV -> pig [label="hadoop jar bigpetstore.jar org.bigtop.bigpetstore.etl.PigCSVCleaner bps/generated/ bps/cleaned/ "];
+   Generate -> DIRTY_CSV [label="hadoop jar bigpetstore.jar org.apache.bigtop.bigpetstore.generator.BPSGenerator 100 bps/generated/"] ;
+   DIRTY_CSV -> pig [label="hadoop jar bigpetstore.jar org.apache.bigtop.bigpetstore.etl.PigCSVCleaner bps/generated/ bps/cleaned/ "];
 
    pig -> CSV [label="pig query to clean up generated transaction records"];
    pig -> MAHOUT_VIEW_INPUT [label="pig query to produce mahout input format"];