@Andras: many thanks. Please let me know if you notice anything strange
with hashes or run into other problems.

@gp: thanks a lot. This is actually what the bin/create-release-artifact
script has generated. Comparing it with previous release candidate (4.3.0
rc1), file size of oozie-5.0.0-beta1.tar.gz looks correct to me

  $ wget
https://dist.apache.org/repos/dist/dev/oozie/oozie-4.3.0-rc1/oozie-4.3.0.tar.gz
  $ wget
http://people.apache.org/\~asasvari/oozie-5.0.0-beta1-rc0/oozie-5.0.0-beta1.tar.gz

  $ ls -lrt oozie-*tar.gz
  -rw-r--r--  1 asasvari  staff  2392205 Oct 25  2016 oozie-4.3.0.tar.gz
  -rw-r--r--  1 asasvari  staff  2539718 Dec 28 00:12
oozie-5.0.0-beta1.tar.gz

oozie-5.0.0-beta1.tar.gz contains much more files (it contains all the
sources):

  $  tar tvf oozie-5.0.0-beta1.tar.gz | grep "\.java" | head -5
  -rw-r--r--  0 asasvari wheel   10328 Dec 28 00:02
oozie-5.0.0-beta1/zookeeper-security-tests/src/test/java/org/apache/oozie/util/TestZKUtilsWithSecurity.java
  -rw-r--r--  0 asasvari wheel    7357 Dec 28 00:02
oozie-5.0.0-beta1/zookeeper-security-tests/src/test/java/org/apache/oozie/test/ZKXTestCaseWithSecurity.java
  -rw-r--r--  0 asasvari wheel   32589 Dec 28 00:02
oozie-5.0.0-beta1/tools/src/test/java/org/apache/oozie/tools/FakeConnection.java
  -rw-r--r--  0 asasvari wheel    1921 Dec 28 00:02
oozie-5.0.0-beta1/tools/src/test/java/org/apache/oozie/tools/FakeDriver.java
  -rw-r--r--  0 asasvari wheel    2230 Dec 28 00:02
oozie-5.0.0-beta1/tools/src/test/java/org/apache/oozie/tools/LauncherSecurityManager.java

If you download the tarball and run bin/mkdistro.sh, it will probably fail
due to known flaky tests. Running tests with bin/mkdistro.sh
-Dsurefire.rerunFailingTestsCount=2, they shall pass (printing things
like [WARNING] Tests run: 1841, Failures: 0, Errors: 0, Skipped: 2, Flakes:
2 ).

- Attila

On Thu, Dec 28, 2017 at 10:57 AM, Peter Cseh <gezap...@cloudera.com> wrote:

> Thanks Attila!
> The tar.gz does not contain the release, it only contains the pom files.
> The whole thing is 2.4 Mb, an Oozie was bigger the last time I've checked
> :)
>
> gp
>
> On Thu, Dec 28, 2017 at 12:53 AM, Attila Sasvári <asasv...@apache.org>
> wrote:
>
> > Hi there,
> >
> > I have created a build for Oozie 5.0.0-beta1, release candidate 0.
> >
> > This release introduces major changes:
> > - moving launcher from MapReduce AM to Oozie AM,
> > - switching from Tomcat to embedded Jetty,
> > - completely rewritten graph generator,
> > - local sharelib,
> > - JDK 8 support.
> >
> > Keys to verify the signature of the release artifact are available at
> >
> >  http://www.apache.org/dist/oozie/KEYS
> >
> > Please download, test, and try it out:
> >
> >   http://people.apache.org/~asasvari/oozie-5.0.0-beta1-rc0/
> >
> > The release, md5 signature, gpg signature, and rat report can all be
> found
> > at the above address.
> >
> > The vote is open until Thursday, January 04, 2018 at 12:00 CEST.
> >
> > Thanks,
> > Attila Sasvari
> >
>
>
>
> --
> Peter Cseh
> Software Engineer
> <http://www.cloudera.com>
>



-- 
-- 
Attila Sasvari
Software Engineer
<http://www.cloudera.com/>

Reply via email to