amplab / training

Training materials for Strata, AMP Camp, etc
150 stars 121 forks source link

"Updating RDDs with IndexedRDD" runs spark-shell relative to the `spark/` directory rather than the ampcamp root #217

Closed gostevehoward closed 8 years ago

gostevehoward commented 8 years ago

http://www.cs.berkeley.edu/~jey/ampcamp6/training/indexedrdd.html

First code block has:

usb/$ bin/spark-shell

relative to the spark/ directory, but the first two tutorials start with

usb/$ spark/bin/spark-shell

relative to the project root.