Details
Description
In /usr/lib/hadoop/client-0.20/ I see several symlinks which just point back to themselves. For example:
lrwxrwxrwx 1 root root 43 May 8 22:32 hadoop-auth-0.23.1-cdh4.0.0b2.jar -> ../client/hadoop-auth-0.23.1-cdh4.0.0b2.jar
lrwxrwxrwx 1 root root 45 May 8 22:32 hadoop-common-0.23.1-cdh4.0.0b2.jar -> ../client/hadoop-common-0.23.1-cdh4.0.0b2.jar
lrwxrwxrwx 1 root root 43 May 8 22:32 hadoop-hdfs-0.23.1-cdh4.0.0b2.jar -> ../client/hadoop-hdfs-0.23.1-cdh4.0.0b2.jar
clearly these aren't doing anything, and should be fixed/removed.