
ojob ojob.io/kube/testHDFS usePV=true name=hdfs ns=
Generates a Kubernetes YAML file for testing HDFS on a Kubernetes cluster. (NOTE: you will need to run, once the datanode is ready, 'kubectl exec -ti datanode-0 -n yourns -- hdfs dfs -chmod 777 /')
| Name | Description |
|---|---|
| usePV | If data should be persisted |
| name | A distinct name to give to the PVs |
| ns | The namespace to be used |