Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-4172

Clean up java warnings in the hadoop-mapreduce-project sub projects

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • build
    • None

    Description

      There are lots of warnings in the hadoop-mapreduce-project presently. We can clear almost all of this away:

      • Unused imports
      • Unused variables
        • For loops that can be replaced with while instead to save an unused variable
      • Unused methods
      • Deprecation warnings where an alternative can be used (Especially SequenceFile reader/writer usage and MiniDFSCluster usage)
      • Deprecation warnings where an alternative isn't clear (Especially MiniMRCluster usage and DistributedCache API usage where a Job object may not be available)
      • Unchecked conversions
      • Raw type usage
      • (etc.)

      I'm going to open one sub-task per sub-project we have, with patches attached to them.

      Attachments

        Issue Links

          Activity

            People

              qwertymaniac Harsh J
              qwertymaniac Harsh J
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: