I'm trying to copy a file with a ^ in the file name and getting error.
hdfs dfs -copyFromLocal /tmp/BC10^Dummy* /user/app
I'm getting below error:
copyFromLocal: unexpected URISyntaxException
I suspect the ^
is causing the error but it's not a space so how do I get around this issue? I can't rename the file, that's not an option.