Uploaded image for project: 'Oozie'
  1. Oozie
  2. OOZIE-1881 Docs fixes
  3. OOZIE-2173

DISCLAIMER.txt still refers to Apache Incubator

Details

    • Sub-task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 4.3.0
    • docs
    • None

    Description

      In the root of the oozie repo, we have a DISCLAIMER.txt with this:

      Apache Oozie is an effort undergoing incubation at the Apache Software
      Foundation (ASF), sponsored by the Apache Incubator PMC.

      Incubation is required of all newly accepted projects until a further review
      indicates that the infrastructure, communications, and decision-making process
      have stabilized in a manner consistent with other successful ASF projects.

      While incubation status is not necessarily a reflection of the completeness
      or stability of the code, it does indicate that the project has yet to be
      fully endorsed by the ASF.

      For more information about the incubation status of the Oozie project you
      can go to the following page:

      http://incubator.apache.org/oozie

      We've been long out of incubation so this can be deleted. I'm not sure if something else is supposed to go here now instead; though Hadoop doesn't even have this file, so it's probably same to just delete it.

      Attachments

        1. OOZIE-2173.001.patch
          0.8 kB
          Eva Andreasson

        Issue Links

          Activity

            eeeva Eva Andreasson added a comment -

            The disclaimer is mentioned in contexts around incubation guidelines (several places on the Apache Incubator wiki), example reference from the Incubation Policy wiki page:

            "Should the Incubator PMC, in accordance with these guidelines vote to approve the request, the Podling MAY perform the release under the following constraints :

            • the release archive MUST contain the word "incubating" in the filename; and
            • the release archive MUST contain an Incubation disclaimer (as described in the previous section), clearly visible in the main documentation or README file."

            I read through the graduation and post graduation guidelines on the same Apache Incubator wiki. It said nothing, as far as I could see, about NOT removing the disclaimer (however, it also did not say anything about removing it). Reference: http://incubator.apache.org/guides/graduation.html

            However, to the logical comment of this JIRA that Oozie is no longer an incubating project, I removed the DISCLAIMER.txt file.

            eeeva Eva Andreasson added a comment - The disclaimer is mentioned in contexts around incubation guidelines (several places on the Apache Incubator wiki), example reference from the Incubation Policy wiki page: "Should the Incubator PMC, in accordance with these guidelines vote to approve the request, the Podling MAY perform the release under the following constraints : the release archive MUST contain the word "incubating" in the filename; and the release archive MUST contain an Incubation disclaimer (as described in the previous section), clearly visible in the main documentation or README file." I read through the graduation and post graduation guidelines on the same Apache Incubator wiki. It said nothing, as far as I could see, about NOT removing the disclaimer (however, it also did not say anything about removing it). Reference: http://incubator.apache.org/guides/graduation.html However, to the logical comment of this JIRA that Oozie is no longer an incubating project, I removed the DISCLAIMER.txt file.
            eeeva Eva Andreasson added a comment -

            Patch attached. Please advise if anything further needs to be done.

            eeeva Eva Andreasson added a comment - Patch attached. Please advise if anything further needs to be done.
            eeeva Eva Andreasson added a comment -

            I think the patch is ready for review. Please advise if I have to change anything.

            eeeva Eva Andreasson added a comment - I think the patch is ready for review. Please advise if I have to change anything.
            hadoopqa Hadoop QA added a comment -

            Testing JIRA OOZIE-2173

            Cleaning local git workspace

            ----------------------------

            +1 PATCH_APPLIES
            +1 CLEAN
            -1 RAW_PATCH_ANALYSIS
            . +1 the patch does not introduce any @author tags
            . +1 the patch does not introduce any tabs
            . +1 the patch does not introduce any trailing spaces
            . +1 the patch does not introduce any line longer than 132
            . -1 the patch does not add/modify any testcase
            +1 RAT
            . +1 the patch does not seem to introduce new RAT warnings
            +1 JAVADOC
            . +1 the patch does not seem to introduce new Javadoc warnings
            +1 COMPILE
            . +1 HEAD compiles
            . +1 patch compiles
            . +1 the patch does not seem to introduce new javac warnings
            +1 BACKWARDS_COMPATIBILITY
            . +1 the patch does not change any JPA Entity/Colum/Basic/Lob/Transient annotations
            . +1 the patch does not modify JPA files
            -1 TESTS
            . Tests run: 1761
            . Tests failed: 3
            . Tests errors: 2

            . The patch failed the following testcases:

            . testForNoDuplicates(org.apache.oozie.event.TestEventGeneration)
            . testSamplers(org.apache.oozie.util.TestMetricsInstrumentation)
            . testMessage_withMixedStatus(org.apache.oozie.command.coord.TestAbandonedCoordChecker)

            +1 DISTRO
            . +1 distro tarball builds with the patch

            ----------------------------
            -1 Overall result, please check the reported -1(s)

            The full output of the test-patch run is available at

            . https://builds.apache.org/job/oozie-trunk-precommit-build/2732/

            hadoopqa Hadoop QA added a comment - Testing JIRA OOZIE-2173 Cleaning local git workspace ---------------------------- +1 PATCH_APPLIES +1 CLEAN -1 RAW_PATCH_ANALYSIS . +1 the patch does not introduce any @author tags . +1 the patch does not introduce any tabs . +1 the patch does not introduce any trailing spaces . +1 the patch does not introduce any line longer than 132 . -1 the patch does not add/modify any testcase +1 RAT . +1 the patch does not seem to introduce new RAT warnings +1 JAVADOC . +1 the patch does not seem to introduce new Javadoc warnings +1 COMPILE . +1 HEAD compiles . +1 patch compiles . +1 the patch does not seem to introduce new javac warnings +1 BACKWARDS_COMPATIBILITY . +1 the patch does not change any JPA Entity/Colum/Basic/Lob/Transient annotations . +1 the patch does not modify JPA files -1 TESTS . Tests run: 1761 . Tests failed: 3 . Tests errors: 2 . The patch failed the following testcases: . testForNoDuplicates(org.apache.oozie.event.TestEventGeneration) . testSamplers(org.apache.oozie.util.TestMetricsInstrumentation) . testMessage_withMixedStatus(org.apache.oozie.command.coord.TestAbandonedCoordChecker) +1 DISTRO . +1 distro tarball builds with the patch ---------------------------- -1 Overall result, please check the reported -1(s) The full output of the test-patch run is available at . https://builds.apache.org/job/oozie-trunk-precommit-build/2732/
            rkanter Robert Kanter added a comment -

            +1

            rkanter Robert Kanter added a comment - +1
            rkanter Robert Kanter added a comment -

            Thanks Eva. Committed to trunk!

            rkanter Robert Kanter added a comment - Thanks Eva. Committed to trunk!
            rkanter Robert Kanter added a comment -

            Closing issue; Oozie 4.3.0 is released.

            rkanter Robert Kanter added a comment - Closing issue; Oozie 4.3.0 is released.

            People

              eeeva Eva Andreasson
              rkanter Robert Kanter
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: