./tachyon loadufs throws an exception and exits when it encounters a file with a space in its name in the s3 underfs.
UnderUFS - S3
0.8.2 cluster
loadUFS command
Thanks for reporting this issue, is it similar to: https://alluxio.atlassian.net/browse/TACHYON-342 ? You may be able to use the url encoding of space to get it to work (%20).
Hi , Yes it looks very similar, but haven't looked into the code for this one. Its not a big problem for us as we don't have spaces in our filenames normally but there was one in a S3 bucket that I was testing with which caused the issue.