Skip to content

Commit 0cf7c2e

Browse files
committed
add manual testing
1 parent 49e8ce3 commit 0cf7c2e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

spark-cluster/base/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Notes
2+
3+
## Testing
4+
5+
```bash
6+
# test java
7+
which java
8+
java -version
9+
10+
# test hadoop
11+
hadoop version
12+
13+
# test spark
14+
spark-submit --version
15+
16+
# test python
17+
which python
18+
python --version
19+
20+
# test ssh
21+
ssh localhost
22+
23+
# test listening ports
24+
netstat -tulnp | grep LISTEN
25+
```

0 commit comments

Comments
 (0)