File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ Running following commands to build Wayang and generate the tar.gz
29
29
cd incubator-wayang
30
30
./mvnw clean package -pl :wayang-assembly -Pdistribution
31
31
```
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.
33
33
34
34
35
35
# Prepare the environment
36
36
## Wayang
37
37
``` 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
40
40
```
41
41
42
42
In linux
@@ -60,7 +60,7 @@ source ~/.zshrc
60
60
To execute the WordCount example with Apache Wayang, you need to execute your program with the 'wayang-submit' command:
61
61
62
62
``` shell
63
- cd wayang-0.6 .1-SNAPSHOT
63
+ cd wayang-0.7 .1-SNAPSHOT
64
64
./bin/wayang-submit org.apache.wayang.apps.wordcount.Main java file://$( pwd) /README.md
65
65
```
66
66
Then you should be able to see outputs like this:
You can’t perform that action at this time.
0 commit comments