You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by le...@apache.org on 2022/02/14 04:07:01 UTC

[iotdb] 27/32: update

This is an automated email from the ASF dual-hosted git repository.

leirui pushed a commit to branch research/M4-visualization
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 15b1dee0452a484cc3139f5113c635baac5763fb
Author: Lei Rui <10...@qq.com>
AuthorDate: Tue Feb 8 09:24:02 2022 +0800

    update
---
 example/session/src/main/java/org/apache/iotdb/README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/example/session/src/main/java/org/apache/iotdb/README.md b/example/session/src/main/java/org/apache/iotdb/README.md
index 60d6a58..0452767 100644
--- a/example/session/src/main/java/org/apache/iotdb/README.md
+++ b/example/session/src/main/java/org/apache/iotdb/README.md
@@ -1,10 +1,13 @@
-Take BallSpeed Experiment as an example.
+# Experiment Guidance
+Take the BallSpeed experiment as an example.
 
 Before running `run-BallSpeed-exp.sh`, prepare the workspace as follows:
 ```
 /data3/raw_data/rl
 ---- BallSpeed
 ---- ---- BallSpeed.csv
+---- ---- OverlapGenerator.class
+---- ---- OverlapGenerator.java
 /data3/ruilei/rl/dataSpace
 /data3/ruilei/rl/iotdb-server-0.12.4
 /data3/ruilei/rl/iotdb-engine-example.properties
@@ -19,7 +22,7 @@ Before running `run-BallSpeed-exp.sh`, prepare the workspace as follows:
 ---- query_experiment.sh [make sure updated the Query jar path]
 ```
 
-And then you can run `run-BallSpeed-exp.sh` to perform experiments on BallSpeed dataset.
+And then you can run `run-BallSpeed-exp.sh` to perform the BallSpeed experiment.
 
 The results are in:
 ```