amplab / training

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

Tachyon: LICENSE is in the `spark/` dir, not `spark/tachyon/` #222

Closed gostevehoward closed 8 years ago

gostevehoward commented 8 years ago

Tachyon tutorial has this line:

$ ./bin/tachyon tfs copyFromLocal LICENSE /LICENSE
Copied LICENSE to /LICENSE

where the executable path implies we're in the spark/tachyon/ dir. But the file is up one level, in the spark/ dir:

root@fisher:/home/steve/work/ampcamp6/ampcamp6/spark/tachyon# ./bin/tachyon tfs copyFromLocal LICENSE /LICENSE
Local path LICENSE does not exist.
root@fisher:/home/steve/work/ampcamp6/ampcamp6/spark/tachyon# ./bin/tachyon tfs copyFromLocal ../LICENSE /LICENSE      
Copied ../LICENSE to /LICENSE