Skip to content

Commit d8e5ba5

Browse files
authored
Merge pull request #369 from apache/zkaoudi-patch-5
Update tutorial.md
2 parents c57ce8f + c46a91e commit d8e5ba5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guides/tutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ Running following commands to build Wayang and generate the tar.gz
2929
cd incubator-wayang
3030
./mvnw clean package -pl :wayang-assembly -Pdistribution
3131
```
32-
Then you can find the `wayang-assembly-0.6.1-SNAPSHOT-dist.tar.gz` under `wayang-assembly/target` directory.
32+
Then you can find the `wayang-assembly-0.7.1-SNAPSHOT-dist.tar.gz` under `wayang-assembly/target` directory.
3333

3434

3535
# Prepare the environment
3636
## Wayang
3737
```shell
38-
tar -xvf wayang-assembly-0.6.1-SNAPSHOT-dist.tar.gz
39-
cd wayang-0.6.1-SNAPSHOT
38+
tar -xvf wayang-assembly-0.7.1-SNAPSHOT-dist.tar.gz
39+
cd wayang-0.7.1-SNAPSHOT
4040
```
4141

4242
In linux
@@ -60,7 +60,7 @@ source ~/.zshrc
6060
To execute the WordCount example with Apache Wayang, you need to execute your program with the 'wayang-submit' command:
6161

6262
```shell
63-
cd wayang-0.6.1-SNAPSHOT
63+
cd wayang-0.7.1-SNAPSHOT
6464
./bin/wayang-submit org.apache.wayang.apps.wordcount.Main java file://$(pwd)/README.md
6565
```
6666
Then you should be able to see outputs like this:

0 commit comments

Comments
 (0)