Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```