java.lang.IllegalArgumentException: No known Under File System supports the given path hdfs:/localhost/tachyon/underfs/tmp/tachyon/data/3
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via JIRA by Rob Vesse, 2 years ago
via JIRA by Rob Vesse, 1 year ago
via Google Groups by Ian Wilkinson, 10 months ago
via JIRA by cheng chang, 1 year ago
via JIRA by cheng chang, 2 years ago
via Google Groups by Huichao Zhao, 2 years ago
java.lang.IllegalArgumentException: No known Under File System supports the given path hdfs:/localhost/tachyon/underfs/tmp/tachyon/data/3
at tachyon.underfs.UnderFileSystemRegistry.create(UnderFileSystemRegistry.java:240)
at tachyon.underfs.UnderFileSystem.get(UnderFileSystem.java:86)
at tachyon.underfs.UnderFileSystem.get(UnderFileSystem.java:66)
at tachyon.master.MasterInfo._delete(MasterInfo.java:635)
at tachyon.master.MasterInfo.delete(MasterInfo.java:1093)
at tachyon.master.MasterInfo.delete(MasterInfo.java:1120)
at tachyon.master.MasterServiceHandler.user_delete(MasterServiceHandler.java:167)
at tachyon.thrift.MasterService$Processor$user_delete.getResult(MasterService.java:2893)
at tachyon.thrift.MasterService$Processor$user_delete.getResult(MasterService.java:2877)
at tachyon.org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
at tachyon.org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
at tachyon.org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:225)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)