java.lang.RuntimeException: Unable to remove path in HDFS.
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 GitHub by carabolic
, 1 year agojava.lang.RuntimeException: Unable to remove path in HDFS.
at eu.stratosphere.peel.core.util.shell$.$bang(shell.scala:57)
at eu.stratosphere.peel.extensions.hadoop.beans.system.HDFSFileSystem$class.rmr(HDFSFileSystem.scala:23)
at eu.stratosphere.peel.extensions.hadoop.beans.system.HDFS2.rmr(HDFS2.scala:21)
at eu.stratosphere.peel.core.cli.command.suite.Run$$anonfun$run$2$$anonfun$apply$8.apply(Run.scala:98)
at eu.stratosphere.peel.core.cli.command.suite.Run$$anonfun$run$2$$anonfun$apply$8.apply(Run.scala:97)
at scala.collection.immutable.Set$Set1.foreach(Set.scala:74)
at eu.stratosphere.peel.core.cli.command.suite.Run$$anonfun$run$2.apply(Run.scala:97)
at eu.stratosphere.peel.core.cli.command.suite.Run$$anonfun$run$2.apply(Run.scala:73)
at scala.collection.immutable.List.foreach(List.scala:318)
at eu.stratosphere.peel.core.cli.command.suite.Run.run(Run.scala:73)
at eu.stratosphere.peel.core.cli.Peel$.main(Peel.scala:78)
at eu.stratosphere.peel.core.cli.Peel.main(Peel.scala)