We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9e39e commit b2bcdb8Copy full SHA for b2bcdb8
error.go
@@ -9,7 +9,7 @@ const (
9
fileNotFoundException = "java.io.FileNotFoundException"
10
permissionDeniedException = "org.apache.hadoop.security.AccessControlException"
11
pathIsNotEmptyDirException = "org.apache.hadoop.fs.PathIsNotEmptyDirectoryException"
12
- fileAlreadyExistsException = "org.apache.hadoop.fs.fileAlreadyExistsException"
+ fileAlreadyExistsException = "org.apache.hadoop.fs.FileAlreadyExistsException"
13
)
14
15
// Error represents a remote java exception from an HDFS namenode or datanode.
0 commit comments