Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divy9881/big-data-assignments
All of the Assignments on Big Data go here
https://github.com/divy9881/big-data-assignments
big-data hdfs spark
Last synced: 8 days ago
JSON representation
All of the Assignments on Big Data go here
- Host: GitHub
- URL: https://github.com/divy9881/big-data-assignments
- Owner: divy9881
- Created: 2024-01-30T19:40:44.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-07T16:41:57.000Z (6 months ago)
- Last Synced: 2024-05-07T23:34:40.560Z (6 months ago)
- Topics: big-data, hdfs, spark
- Language: Python
- Homepage:
- Size: 31.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Big Data
### Format HDFS Namenode directory filesystem
```
hdfs namenode -format
```### Start and stop namenode and datanode daemons on the machines of the cluster
```
start-dfs.sh
stop-dfs.sh
```### Check all the available commands of the HDFS
```
hdfs dfs -help
```### List all the Hadoop installed Java Hotspot VMs
```
jps
```