Repository: bigtop Updated Branches: refs/heads/master 1287372a5 -> 36fa17504
BIGTOP-2136: A comment about parameter substitution in BPS_analytics.pig is slightly wrong Signed-off-by: Youngwoo Kim <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/36fa1750 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/36fa1750 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/36fa1750 Branch: refs/heads/master Commit: 36fa17504bb005cafa159383128217b16a710400 Parents: 1287372 Author: Kengo Seki <[email protected]> Authored: Fri Nov 13 16:37:39 2015 +0900 Committer: Youngwoo Kim <[email protected]> Committed: Thu Feb 11 21:55:16 2016 +0900 ---------------------------------------------------------------------- bigtop-bigpetstore/bigpetstore-mapreduce/BPS_analytics.pig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/36fa1750/bigtop-bigpetstore/bigpetstore-mapreduce/BPS_analytics.pig ---------------------------------------------------------------------- diff --git a/bigtop-bigpetstore/bigpetstore-mapreduce/BPS_analytics.pig b/bigtop-bigpetstore/bigpetstore-mapreduce/BPS_analytics.pig index 8516a7d..d275a73 100755 --- a/bigtop-bigpetstore/bigpetstore-mapreduce/BPS_analytics.pig +++ b/bigtop-bigpetstore/bigpetstore-mapreduce/BPS_analytics.pig @@ -21,7 +21,7 @@ -- corresponding web app to consume this scripts output is -- in jayunit100.github.io/bigpetstore). --- invoke with two arguments, the input file , and the output file. -input /bps/gen -output /bps/analytics +-- invoke with two arguments, the input file, and the output file. -param input=bps/cleaned -param output=bps/analytics -- FYI... -- If you run into errors, you can see them in
