Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
-
Reviewed
Description
CLASS=org.apache.hadoop.util.Classpath ^-- SC2034: CLASS appears unused. Verify it or export it.
We should probably use a local var here and return it or something, even though CLASS is technically a global.