amplab / training

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

Tachyon web interface returns 503 #223

Closed gostevehoward closed 8 years ago

gostevehoward commented 8 years ago

After getting tachyon running and successfully using the command line interface:

root@fisher:/home/steve/work/ampcamp6/ampcamp6/spark/tachyon# ./bin/tachyon-start.sh local
Killed 0 processes on fisher
Killed 0 processes on fisher
Connecting to localhost as root...
ssh: connect to host localhost port 22: Connection refused
Formatting RamFS: /mnt/ramdisk (1gb)
Starting master @ localhost
Starting worker @ fisher
root@fisher:/home/steve/work/ampcamp6/ampcamp6/spark/tachyon# ./bin/tachyon tfs copyFromLocal ../LICENSE /LICENSE
Copied ../LICENSE to /LICENSE

I tried to access the web interface at http://localhost:19999/ and got

HTTP ERROR: 503

Problem accessing /. Reason:

    Service Unavailable

(Also, when I did runTests, they failed, as noted in #207 )