We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e8ce3 commit 0cf7c2eCopy full SHA for 0cf7c2e
spark-cluster/base/README.md
@@ -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