Added file size to example config files.
Project: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/commit/7d027599 Tree: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/tree/7d027599 Diff: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/diff/7d027599 Branch: refs/heads/master Commit: 7d027599bcbfedf7bb80aebfea72b0fab8784722 Parents: d9127f0 Author: Preston Carman <[email protected]> Authored: Wed May 14 20:05:34 2014 -0700 Committer: Preston Carman <[email protected]> Committed: Wed May 14 20:05:34 2014 -0700 ---------------------------------------------------------------------- .../src/main/resources/noaa-ghcn-daily/scripts/weather_example.xml | 1 + .../resources/noaa-ghcn-daily/scripts/weather_example_cluster.xml | 2 ++ 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/7d027599/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/weather_example.xml ---------------------------------------------------------------------- diff --git a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/weather_example.xml b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/weather_example.xml index 94c1440..2c15a33 100644 --- a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/weather_example.xml +++ b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/weather_example.xml @@ -26,6 +26,7 @@ <name>tiny-example</name> <test>local_speed_up</test> <save_path>/data</save_path> + <partition_type>small_files</partition_type> <partitions_per_path>1</partitions_per_path> <partitions_per_path>2</partitions_per_path> <partitions_per_path>4</partitions_per_path> http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/7d027599/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/weather_example_cluster.xml ---------------------------------------------------------------------- diff --git a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/weather_example_cluster.xml b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/weather_example_cluster.xml index 6078627..7d05ac0 100644 --- a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/weather_example_cluster.xml +++ b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/weather_example_cluster.xml @@ -43,6 +43,7 @@ <test>speed_up</test> <test>batch_scale_out</test> <save_path>/data</save_path> + <partition_type>small_files</partition_type> <partitions_per_path>1</partitions_per_path> </dataset> <dataset> @@ -51,6 +52,7 @@ <test>batch_scale_out</test> <save_path>/data</save_path> <save_path>/data2</save_path> + <partition_type>large_files</partition_type> <partitions_per_path>1</partitions_per_path> </dataset> </data> \ No newline at end of file
