Uploaded image for project: 'Sqoop (Retired)'
  1. Sqoop (Retired)
  2. SQOOP-1934 SqoopWritable and MR engine documentation
  3. SQOOP-1938

DOC:update the sqoop MR engine implementation details

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.99.5
    • None
    • None

    Description

      https://cwiki.apache.org/confluence/display/SQOOP/Sqoop+MR+Execution+Engine

      1. Why we need SqoopWritable, what can be done in future?
      2. Even though we call sqoop as a map only, is that how it always works? what happend when numLoaders is non zero

            // Set number of reducers as number of configured loaders  or suppress
            // reduce phase entirely if loaders are not set at all.
            if(request.getLoaders() != null) {
              job.setNumReduceTasks(request.getLoaders());
            } else {
              job.setNumReduceTasks(0);
            }
      
      

      3. Internals of SqoopNullOutputFormat and how SqoopWritable is used in it

      Attachments

        Issue Links

          Activity

            People

              vybs Veena Basavaraj
              vybs Veena Basavaraj
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: