Repository: mahout Updated Branches: refs/heads/master fed8c4720 -> 5a3b4f509
NOJIRA - run-item-sim.sh patch closes apache/mahout#325 Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/5a3b4f50 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/5a3b4f50 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/5a3b4f50 Branch: refs/heads/master Commit: 5a3b4f509cfca5ab7ce5fe85a4fd006e89e460c8 Parents: fed8c47 Author: Lu Zhihe <[email protected]> Authored: Wed Jun 28 22:18:15 2017 -0500 Committer: rawkintrevo <[email protected]> Committed: Wed Jun 28 22:18:15 2017 -0500 ---------------------------------------------------------------------- examples/bin/run-item-sim.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/5a3b4f50/examples/bin/run-item-sim.sh ---------------------------------------------------------------------- diff --git a/examples/bin/run-item-sim.sh b/examples/bin/run-item-sim.sh index 0b27f94..258cdfc 100755 --- a/examples/bin/run-item-sim.sh +++ b/examples/bin/run-item-sim.sh @@ -23,8 +23,8 @@ # https://issues.apache.org/jira/browse/MAHOUT-1679 OUT_DIR="/item-sim-out" # output dir for cooccurrence and cross-cooccurrence matrices -INPUT="/examples/src/main/resources/cf-data-purchase.txt" # purchase actions -INPUT2="/examples/src/main/resources/cf-data-view.txt" # view actions +INPUT="/examples/bin/resources/cf-data-purchase.txt" # purchase actions +INPUT2="/examples/bin/resources/cf-data-view.txt" # view actions FS=file:// PURCHASE=$FS$MAHOUT_HOME$INPUT VIEW=$FS$MAHOUT_HOME$INPUT2
