Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
-
Reviewed
Description
No check being done on order command.
It says successfully updated mount table if we don't specify order command and it is not updated in mount table
Execute the dfsrouter update command with the below scenarios.
1. ./hdfs dfsrouteradmin -update /apps3 hacluster,ns2 /tmp6 RANDOM
2. ./hdfs dfsrouteradmin -update /apps3 hacluster,ns2 /tmp6 -or RANDOM
3. ./hdfs dfsrouteradmin -update /apps3 hacluster,ns2 /tmp6 -ord RANDOM
4. ./hdfs dfsrouteradmin -update /apps3 hacluster,ns2 /tmp6 -orde RANDOM
The console message says, Successfully updated mount point. But it is not updated in the mount table.
Expected Result:
Exception on console as the order command is missing/not written properl
Attachments
Attachments
Issue Links
- is related to
-
HDFS-13224 RBF: Resolvers to support mount points across multiple subclusters
- Resolved
- relates to
-
HDFS-13577 RBF: Failed mount point operations, returns wrong exit code.
- Resolved