Skip to content

Commit

Permalink
[FLINK-31513][doc] Fix incorrect path in tpcds-tool README (apache#22212
Browse files Browse the repository at this point in the history
)

This closes apache#22212
  • Loading branch information
LXin96 authored Mar 22, 2023
1 parent 824259e commit 18869f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ export FLINK_DIR=<your_workspace_dir>/flink/flink-dist/target/flink-${flink-ve
$ export END_TO_END_DIR=<your_workspace_dir>/flink/flink-end-to-end-tests # set end to end tests directory
$ mkdir -p <your_workspace_dir>/dir_to_save_genarator
$ mkdir -p <your_workspace_dir>/dir_to_save_data
$ cd <your_workspace_dir>/flink/flink-end-to-end-tests/tpcds-tool
$ cd <your_workspace_dir>/flink/flink-end-to-end-tests/flink-tpcds-test/tpcds-tool
$ sh data_generator.sh <your_workspace_dir>/dir_to_save_genarator 1 <your_workspace_dir>/dir_to_save_data <your_workspace_dir>/flink/flink-end-to-end-tests/test-scripts
```
The downloaded generator will be saved to `<your_workspace_dir>/dir_to_save_genarator`, the generated data will be saved to `<your_workspace_dir>/dir_to_save_data`.
Expand Down

0 comments on commit 18869f6

Please sign in to comment.