Skip to content
Snippets Groups Projects
Commit e7c7b804 authored by Reynold Xin's avatar Reynold Xin
Browse files

Merge pull request #132 from Mistobaan/doc_fix

fix persistent-hdfs
parents d6d11c2e 3f89354c
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ permissions on your private key file, you can run `launch` with the ...@@ -98,7 +98,7 @@ permissions on your private key file, you can run `launch` with the
`bin/hadoop` script in that directory. Note that the data in this `bin/hadoop` script in that directory. Note that the data in this
HDFS goes away when you stop and restart a machine. HDFS goes away when you stop and restart a machine.
- There is also a *persistent HDFS* instance in - There is also a *persistent HDFS* instance in
`/root/presistent-hdfs` that will keep data across cluster restarts. `/root/persistent-hdfs` that will keep data across cluster restarts.
Typically each node has relatively little space of persistent data Typically each node has relatively little space of persistent data
(about 3 GB), but you can use the `--ebs-vol-size` option to (about 3 GB), but you can use the `--ebs-vol-size` option to
`spark-ec2` to attach a persistent EBS volume to each node for `spark-ec2` to attach a persistent EBS volume to each node for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment