Repository: asterixdb
Updated Branches:
  refs/heads/master e48c24e1f -> 692b8a890


Use rsync instead of wget to distribute the benchmark source.

Change-Id: I58d2553eb7866d6cc947f9a8f0443cb82fc654f6
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1511
Reviewed-by: Ian Maxon <ima...@apache.org>
Sonar-Qube: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Integration-Tests: Ian Maxon <ima...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/692b8a89
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/692b8a89
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/692b8a89

Branch: refs/heads/master
Commit: 692b8a890d2159cc59d1287cdb716fb98bf69692
Parents: e48c24e
Author: Yingyi Bu <yin...@couchbase.com>
Authored: Fri Feb 17 12:29:10 2017 -0800
Committer: Ian Maxon <ima...@apache.org>
Committed: Fri Feb 17 13:20:16 2017 -0800

----------------------------------------------------------------------
 .../src/main/resources/benchmarks/tpch/gen/compile.yml        | 7 +++----
 .../src/main/resources/benchmarks/tpch/gen/settings.yml       | 4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/692b8a89/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/compile.yml
----------------------------------------------------------------------
diff --git 
a/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/compile.yml
 
b/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/compile.yml
index a0aa8d3..6aca279 100644
--- 
a/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/compile.yml
+++ 
b/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/compile.yml
@@ -32,11 +32,10 @@
     path: "{{ generatorzip }}"
     state: absent
 
-- name: Download TPC-H data generator
-  get_url:
-    url: "{{ tpch_url }}"
+- name: Upload TPC-H data generator
+  synchronize:
+    src: "{{ tpch_path }}"
     dest: "{{ home_dir }}"
-    force: yes
 
 - name: Unzip data generator
   shell: unzip "{{ generatorzip }}"

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/692b8a89/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/settings.yml
----------------------------------------------------------------------
diff --git 
a/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/settings.yml
 
b/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/settings.yml
index 11ba53c..5a0a3ea 100644
--- 
a/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/settings.yml
+++ 
b/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/settings.yml
@@ -41,5 +41,5 @@ localgen: "{{ binary_dir }}/gen.sh"
 # The local data generation command.
 localgencmd: "gen.sh"
 
-# The url for the TPC-H benchmark.
-tpch_url: <to be filed>
\ No newline at end of file
+# The path for the TPC-H benchmark source zip.
+tpch_path: <an absolute path to be filed>
\ No newline at end of file

Reply via email to