Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-7371

Improve tarball distributions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • 0.23.0, 0.24.0
    • build
    • None
    • Java 6, Redhat 5.5

    Description

      Hadoop release tarball contains both raw source and binary. This leads users to use the release tarball as base for applying patches, to build custom Hadoop. This is not the recommended method to develop hadoop because it leads to mixed development system where processed files and raw source are hard to separate.

      To correct the problematic usage of the release tarball, the release build target should be defined as:

      "ant source" generates source release tarball.
      "ant binary" is binary release without source/javadoc jar files.
      "ant tar" is a mirror of binary release with source/javadoc jar files.

      Does this sound reasonable?

      Attachments

        1. HADOOP-7371.patch
          6 kB
          Eric Yang

        Activity

          People

            eyang Eric Yang
            eyang Eric Yang
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: