You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@omid.apache.org by Ohad Shacham <oh...@oath.com.INVALID> on 2018/03/06 12:09:46 UTC

[VOTE] Omid release branch 0.9.0.0

Hi All,

I would like to call a vote to release Apache Omid (Incubator) 0.9.0.0, release candidate #0.
Links to various release artifacts are given below. Please review and vote.

The vote will be open for at least 72 hours and until necessary number of
votes are reached.
[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

Here is my +1

Release notes for the 0.9.0.0 release:
https://dist.apache.org/repos/dist/dev/incubator/omid/0.9.0.0-rc0/RELEASE_NOTES.html

Git tag for the release:https://git-wip-us.apache.org/repos/asf/incubator-omid.git/?p=incubator-omid.git;a=tag;h=d204ba107d176d6609790e41dfe0ea5c778115aa
Sources for the release:https://dist.apache.org/repos/dist/dev/incubator/omid/0.9.0.0-rc0/apache-omid-incubating-0.9.0.0-src.tar.gzSource release verification: PGP Signature:  https://dist.apache.org/repos/dist/dev/incubator/omid/0.9.0.0-rc0/apache-omid-incubating-0.9.0.0-src.tar.gz.ascMD5 Hash: https://dist.apache.org/repos/dist/dev/incubator/omid/0.9.0.0-rc0/apache-omid-incubating-0.9.0.0-src.tar.gz.md5Keys to verify the signature of the release artifact are available at:https://dist.apache.org/repos/dist/dev/incubator/omid/0.9.0.0-rc0/KEYS
Thanks,Ohad


Re: [VOTE] Omid release branch 0.9.0.0

Posted by Ohad Shacham <oh...@oath.com.INVALID>.
 
Thanks James.
I'll add rat and fix.Please add -P hbase-1 to your maven command.
Thanks,Ohad
    On Thursday, March 8, 2018, 8:48:00 PM GMT+2, James Taylor <ja...@apache.org> wrote:  
 
 mvn package fails with this compilation error:

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/Users/jtaylor/dev/apache/apache-omid-incubating-0.9.0.0-src/hbase-tools/src/main/java/org/apache/omid/tools/hbase/OmidTableManager.java:[33,23]
cannot find symbol
  symbol:  class HBaseShims
  location: package org.apache.omid
[ERROR]
/Users/jtaylor/dev/apache/apache-omid-incubating-0.9.0.0-src/hbase-tools/src/main/java/org/apache/omid/tools/hbase/OmidTableManager.java:[153,13]
cannot find symbol
  symbol:  variable HBaseShims
  location: class org.apache.omid.tools.hbase.OmidTableManager
[INFO] 2 errors

Is there some step I'm missing?

I don't see the rat plugin included in the pom. That should be added IMHO.
When I add it and run rat, I get a few errors on README.md (which you can
add the ASF license to) and some xml and .yml files (which can be excluded
from being checked).

Thanks,
James


On Tue, Mar 6, 2018 at 2:15 PM, Igor Katkov <ik...@gmail.com> wrote:

> +1
>
> On Tue, Mar 6, 2018 at 4:09 AM, Ohad Shacham <oh...@oath.com.invalid>
> wrote:
>
> > Hi All,
> >
> > I would like to call a vote to release Apache Omid (Incubator) 0.9.0.0,
> > release candidate #0.
> > Links to various release artifacts are given below. Please review and
> vote.
> >
> > The vote will be open for at least 72 hours and until necessary number of
> > votes are reached.
> > [ ] +1  approve
> > [ ] +0  no opinion
> > [ ] -1  disapprove (and reason why)
> >
> > Here is my +1
> >
> > Release notes for the 0.9.0.0 release:
> > https://dist.apache.org/repos/dist/dev/incubator/omid/0.9.0.
> > 0-rc0/RELEASE_NOTES.html
> >
> > Git tag for the release:https://git-wip-us.apache.org/repos/asf/
> > incubator-omid.git/?p=incubator-omid.git;a=tag;h=
> > d204ba107d176d6609790e41dfe0ea5c778115aa
> > Sources for the release:https://dist.apache.
> org/repos/dist/dev/incubator/
> > omid/0.9.0.0-rc0/apache-omid-incubating-0.9.0.0-src.tar.gzSource release
> > verification: PGP Signature:  https://dist.apache.org/repos/
> > dist/dev/incubator/omid/0.9.0.0-rc0/apache-omid-incubating-
> > 0.9.0.0-src.tar.gz.ascMD5 Hash: https://dist.apache.org/repos/
> > dist/dev/incubator/omid/0.9.0.0-rc0/apache-omid-incubating-
> > 0.9.0.0-src.tar.gz.md5Keys to verify the signature of the release
> > artifact are available at:https://dist.apache.org/
> > repos/dist/dev/incubator/omid/0.9.0.0-rc0/KEYS
> > Thanks,Ohad
> >
> >
>
  

Re: [VOTE] Omid release branch 0.9.0.0

Posted by James Taylor <ja...@apache.org>.
mvn package fails with this compilation error:

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/Users/jtaylor/dev/apache/apache-omid-incubating-0.9.0.0-src/hbase-tools/src/main/java/org/apache/omid/tools/hbase/OmidTableManager.java:[33,23]
cannot find symbol
  symbol:   class HBaseShims
  location: package org.apache.omid
[ERROR]
/Users/jtaylor/dev/apache/apache-omid-incubating-0.9.0.0-src/hbase-tools/src/main/java/org/apache/omid/tools/hbase/OmidTableManager.java:[153,13]
cannot find symbol
  symbol:   variable HBaseShims
  location: class org.apache.omid.tools.hbase.OmidTableManager
[INFO] 2 errors

Is there some step I'm missing?

I don't see the rat plugin included in the pom. That should be added IMHO.
When I add it and run rat, I get a few errors on README.md (which you can
add the ASF license to) and some xml and .yml files (which can be excluded
from being checked).

Thanks,
James


On Tue, Mar 6, 2018 at 2:15 PM, Igor Katkov <ik...@gmail.com> wrote:

> +1
>
> On Tue, Mar 6, 2018 at 4:09 AM, Ohad Shacham <oh...@oath.com.invalid>
> wrote:
>
> > Hi All,
> >
> > I would like to call a vote to release Apache Omid (Incubator) 0.9.0.0,
> > release candidate #0.
> > Links to various release artifacts are given below. Please review and
> vote.
> >
> > The vote will be open for at least 72 hours and until necessary number of
> > votes are reached.
> > [ ] +1  approve
> > [ ] +0  no opinion
> > [ ] -1  disapprove (and reason why)
> >
> > Here is my +1
> >
> > Release notes for the 0.9.0.0 release:
> > https://dist.apache.org/repos/dist/dev/incubator/omid/0.9.0.
> > 0-rc0/RELEASE_NOTES.html
> >
> > Git tag for the release:https://git-wip-us.apache.org/repos/asf/
> > incubator-omid.git/?p=incubator-omid.git;a=tag;h=
> > d204ba107d176d6609790e41dfe0ea5c778115aa
> > Sources for the release:https://dist.apache.
> org/repos/dist/dev/incubator/
> > omid/0.9.0.0-rc0/apache-omid-incubating-0.9.0.0-src.tar.gzSource release
> > verification: PGP Signature:  https://dist.apache.org/repos/
> > dist/dev/incubator/omid/0.9.0.0-rc0/apache-omid-incubating-
> > 0.9.0.0-src.tar.gz.ascMD5 Hash: https://dist.apache.org/repos/
> > dist/dev/incubator/omid/0.9.0.0-rc0/apache-omid-incubating-
> > 0.9.0.0-src.tar.gz.md5Keys to verify the signature of the release
> > artifact are available at:https://dist.apache.org/
> > repos/dist/dev/incubator/omid/0.9.0.0-rc0/KEYS
> > Thanks,Ohad
> >
> >
>

Re: [VOTE] Omid release branch 0.9.0.0

Posted by Igor Katkov <ik...@gmail.com>.
+1

On Tue, Mar 6, 2018 at 4:09 AM, Ohad Shacham <oh...@oath.com.invalid> wrote:

> Hi All,
>
> I would like to call a vote to release Apache Omid (Incubator) 0.9.0.0,
> release candidate #0.
> Links to various release artifacts are given below. Please review and vote.
>
> The vote will be open for at least 72 hours and until necessary number of
> votes are reached.
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>
> Release notes for the 0.9.0.0 release:
> https://dist.apache.org/repos/dist/dev/incubator/omid/0.9.0.
> 0-rc0/RELEASE_NOTES.html
>
> Git tag for the release:https://git-wip-us.apache.org/repos/asf/
> incubator-omid.git/?p=incubator-omid.git;a=tag;h=
> d204ba107d176d6609790e41dfe0ea5c778115aa
> Sources for the release:https://dist.apache.org/repos/dist/dev/incubator/
> omid/0.9.0.0-rc0/apache-omid-incubating-0.9.0.0-src.tar.gzSource release
> verification: PGP Signature:  https://dist.apache.org/repos/
> dist/dev/incubator/omid/0.9.0.0-rc0/apache-omid-incubating-
> 0.9.0.0-src.tar.gz.ascMD5 Hash: https://dist.apache.org/repos/
> dist/dev/incubator/omid/0.9.0.0-rc0/apache-omid-incubating-
> 0.9.0.0-src.tar.gz.md5Keys to verify the signature of the release
> artifact are available at:https://dist.apache.org/
> repos/dist/dev/incubator/omid/0.9.0.0-rc0/KEYS
> Thanks,Ohad
>
>