Everything related to the Computational Data Science course - CMPT353
Commands (macOS) for SFU cluster:\n
- Launch: ssh -p24 [USERID]@cluster.cs.sfu.ca
- Copy: scp -P 24 [filename] [userid]@cluster.cs.sfu.ca:
- Show output (local): cat output/* | zless
- Show output (cluster): hdfs dfs -cat output/* | zless