Details
-
Sub-task
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
In HDFS-1151, it recommended that HDFS should throw HadoopIllegalArgumentException instead of IllegalArgumentException as described in HADOOP-6537. The intent of that was to differentiate IllegalArgumentException thrown by Hadoop rather than JDK. And in current code, some palces has used HadoopIllegalArgumentException. But the most of them were still using IllegalArgumentException.
Current JIRA's scope focused on hadoop-hdfs, other project hadoop-hdfs-client, etc can be updated later.