Re: [VOTE]: Release Apache Dubbo (Incubating) 2.6.3 [RC3]

2018-08-14 Thread Jun Liu
> sha512 dubbo-incubating-${release_version}-bin-release.zip.sha512
> sha512 dubbo-incubating-${release_version}-source-release.zip.sha512

Sorry, the right command:
shasum -c dubbo-incubating-${release_version}-source-release.zip.sha512
shasum -c dubbo-incubating-${release_version}-bin-release.zip.sha512

Best regards,
Jun

> On 15 Aug 2018, at 10:56, Jun Liu  wrote:
> 
> Here're some tips of how to verify the RC:
> 
> 1. Check signatures and hashes are good
>   sha512 dubbo-incubating-${release_version}-bin-release.zip.sha512
>   sha512 dubbo-incubating-${release_version}-source-release.zip.sha512
>   gpg2 --keyserver pgpkeys.mit.edu --recv-key 208B0AB1D63011C7
>   gpg2 --verify dubbo-incubating-2.6.2-source-release.zip.asc 
> dubbo-incubating-2.6.2-source-release.zip 
> 
> 2. Unzip dubbo-incubating-${release_version}-source-release.zip to the 
> default directory and check the following:
>   • Directory with 'incubating' in name 
> dubbo-incubating-${release_version}-bin-release
>   • DISCLAIMER exists
>   • LICENSE and NOTICE exists and contents are good
>   • All files and no binary files exist
>   • All files has standard ASF License header
>   • Can compile from source
>   • All unit tests can pass
>   mvn clean test # This will run all unit tests
>   mvn clean install -Drat.skip=false -Dcheckstyle.skip=false # 
> Open rat and style plugin to check if every file meets requirements.
>   • Release candidates match with corresponding tags, you can find tag 
> link and hash in vote email.
> 
> 3. Unzip dubbo-incubating-${release_version}-bin-release.zip and check:
>   * 'incubating' in name
>   * LICENSE and NOTICE exists and contents are good
> 
> Best regards,
> Jun
> 
>> On 12 Aug 2018, at 15:12, Jun Liu  wrote:
>> 
>> Hello All,
>> 
>> This is a call for vote to release Apache Dubbo (Incubating) version 2.6.3.
>> 
>> The Apache Dubbo community has voted on and approved a proposal to release 
>> Apache Dubbo (Incubating) version 2.6.3.
>> 
>> We now kindly request the Incubator PMC members review and vote on this 
>> incubator release.
>> 
>> Apache Dubbo™ (incubating) is a high-performance, java based, open source 
>> RPC framework. Dubbo offers three key functionalities, which include 
>> interface based remote call, fault tolerance & load balancing, and automatic 
>> service registration & discovery. 
>> 
>> Dubbo community vote thread:
>> https://lists.apache.org/thread.html/9e692f525dfbd004e98707ecac33ab10d07741500433a24370e64c67@%3Cdev.dubbo.apache.org%3E
>> 
>> Dubbo community vote result thread:
>> https://lists.apache.org/thread.html/630d7ed97ca06a341a7c6626c34af52eab42515439f76e0810504533@%3Cdev.dubbo.apache.org%3E
>> 
>> The release candidates:
>> https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.3
>> 
>> Git tag for the release:
>> https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.3
>> 
>> Hash for the release tag:
>> 22899a4b395411496ebf03c514e7674e8073e0c3
>> 
>> Release Notes:
>> https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.3/CHANGES.md
>> 
>> The artifacts have been signed with Key : 28681CB1, which can be found in 
>> the keys file:
>> https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS
>> 
>> The vote will be open for at least 72 hours or until necessary number of 
>> votes are reached.
>> 
>> Please vote accordingly:
>> [ ] +1 approve 
>> [ ] +0 no opinion 
>> [ ] -1 disapprove with the reason
>> 
>> Thanks.
>> Jun Liu,
>> The Apache Dubbo (Incubating) Team
>> 
>> 
>> -
>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> For additional commands, e-mail: general-h...@incubator.apache.org
>> 
> 
> 
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE]: Release Apache Dubbo (Incubating) 2.6.3 [RC3]

2018-08-14 Thread Ian Luo
I checked 2.6.3 RC3, it looks good. I've checked:

1. signatures and hashes are good
2. directory is correct in sources
3. DISCLAIMER exists in sources
4.  LICENSE and NOTICE exists in sources
5. files and license header looks good in sources
6. compilation passes
7. unit test can pass on my laptop (OSX and java8)
8. directory is correct in binary
9. LICENSE and NOTICE exists

I vote +1 (non-binding)

-Ian.


On Wed, Aug 15, 2018 at 10:56 AM Jun Liu  wrote:

> Here're some tips of how to verify the RC:
>
> 1. Check signatures and hashes are good
> sha512 dubbo-incubating-${release_version}-bin-release.zip.sha512
> sha512
> dubbo-incubating-${release_version}-source-release.zip.sha512
> gpg2 --keyserver pgpkeys.mit.edu --recv-key 208B0AB1D63011C7
> gpg2 --verify dubbo-incubating-2.6.2-source-release.zip.asc
> dubbo-incubating-2.6.2-source-release.zip
>
> 2. Unzip dubbo-incubating-${release_version}-source-release.zip to the
> default directory and check the following:
> • Directory with 'incubating' in name
> dubbo-incubating-${release_version}-bin-release
> • DISCLAIMER exists
> • LICENSE and NOTICE exists and contents are good
> • All files and no binary files exist
> • All files has standard ASF License header
> • Can compile from source
> • All unit tests can pass
> mvn clean test # This will run all unit tests
> mvn clean install -Drat.skip=false -Dcheckstyle.skip=false
> # Open rat and style plugin to check if every file meets requirements.
> • Release candidates match with corresponding tags, you can find
> tag link and hash in vote email.
>
> 3. Unzip dubbo-incubating-${release_version}-bin-release.zip and check:
> * 'incubating' in name
> * LICENSE and NOTICE exists and contents are good
>
> Best regards,
> Jun
>
> > On 12 Aug 2018, at 15:12, Jun Liu  wrote:
> >
> > Hello All,
> >
> > This is a call for vote to release Apache Dubbo (Incubating) version
> 2.6.3.
> >
> > The Apache Dubbo community has voted on and approved a proposal to
> release Apache Dubbo (Incubating) version 2.6.3.
> >
> > We now kindly request the Incubator PMC members review and vote on this
> incubator release.
> >
> > Apache Dubbo™ (incubating) is a high-performance, java based, open
> source RPC framework. Dubbo offers three key functionalities, which include
> interface based remote call, fault tolerance & load balancing, and
> automatic service registration & discovery.
> >
> > Dubbo community vote thread:
> >
> https://lists.apache.org/thread.html/9e692f525dfbd004e98707ecac33ab10d07741500433a24370e64c67@%3Cdev.dubbo.apache.org%3E
> >
> > Dubbo community vote result thread:
> >
> https://lists.apache.org/thread.html/630d7ed97ca06a341a7c6626c34af52eab42515439f76e0810504533@%3Cdev.dubbo.apache.org%3E
> >
> > The release candidates:
> > https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.3
> >
> > Git tag for the release:
> > https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.3
> >
> > Hash for the release tag:
> > 22899a4b395411496ebf03c514e7674e8073e0c3
> >
> > Release Notes:
> > https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.3/CHANGES.md
> >
> > The artifacts have been signed with Key : 28681CB1, which can be found
> in the keys file:
> > https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS
> >
> > The vote will be open for at least 72 hours or until necessary number of
> votes are reached.
> >
> > Please vote accordingly:
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thanks.
> > Jun Liu,
> > The Apache Dubbo (Incubating) Team
> >
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE]: Release Apache Dubbo (Incubating) 2.6.3 [RC3]

2018-08-14 Thread Jun Liu
Here're some tips of how to verify the RC:

1. Check signatures and hashes are good
sha512 dubbo-incubating-${release_version}-bin-release.zip.sha512
sha512 dubbo-incubating-${release_version}-source-release.zip.sha512
gpg2 --keyserver pgpkeys.mit.edu --recv-key 208B0AB1D63011C7
gpg2 --verify dubbo-incubating-2.6.2-source-release.zip.asc 
dubbo-incubating-2.6.2-source-release.zip 
 
2. Unzip dubbo-incubating-${release_version}-source-release.zip to the default 
directory and check the following:
• Directory with 'incubating' in name 
dubbo-incubating-${release_version}-bin-release
• DISCLAIMER exists
• LICENSE and NOTICE exists and contents are good
• All files and no binary files exist
• All files has standard ASF License header
• Can compile from source
• All unit tests can pass
mvn clean test # This will run all unit tests
mvn clean install -Drat.skip=false -Dcheckstyle.skip=false # 
Open rat and style plugin to check if every file meets requirements.
• Release candidates match with corresponding tags, you can find tag 
link and hash in vote email.

3. Unzip dubbo-incubating-${release_version}-bin-release.zip and check:
* 'incubating' in name
* LICENSE and NOTICE exists and contents are good

Best regards,
Jun

> On 12 Aug 2018, at 15:12, Jun Liu  wrote:
> 
> Hello All,
> 
> This is a call for vote to release Apache Dubbo (Incubating) version 2.6.3.
> 
> The Apache Dubbo community has voted on and approved a proposal to release 
> Apache Dubbo (Incubating) version 2.6.3.
> 
> We now kindly request the Incubator PMC members review and vote on this 
> incubator release.
> 
> Apache Dubbo™ (incubating) is a high-performance, java based, open source RPC 
> framework. Dubbo offers three key functionalities, which include interface 
> based remote call, fault tolerance & load balancing, and automatic service 
> registration & discovery. 
> 
> Dubbo community vote thread:
> https://lists.apache.org/thread.html/9e692f525dfbd004e98707ecac33ab10d07741500433a24370e64c67@%3Cdev.dubbo.apache.org%3E
> 
> Dubbo community vote result thread:
> https://lists.apache.org/thread.html/630d7ed97ca06a341a7c6626c34af52eab42515439f76e0810504533@%3Cdev.dubbo.apache.org%3E
> 
> The release candidates:
> https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.3
> 
> Git tag for the release:
> https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.3
> 
> Hash for the release tag:
> 22899a4b395411496ebf03c514e7674e8073e0c3
> 
> Release Notes:
> https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.3/CHANGES.md
> 
> The artifacts have been signed with Key : 28681CB1, which can be found in the 
> keys file:
> https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS
> 
> The vote will be open for at least 72 hours or until necessary number of 
> votes are reached.
> 
> Please vote accordingly:
> [ ] +1 approve 
> [ ] +0 no opinion 
> [ ] -1 disapprove with the reason
> 
> Thanks.
> Jun Liu,
> The Apache Dubbo (Incubating) Team
> 
> 
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[VOTE] Apache Gobblin 0.13.0 release RC1

2018-08-14 Thread Hung Tran
The Apache Gobblin community has voted on and approved the release of Apache 
Gobblin 0.13.0 (incubating):

https://www.mail-archive.com/dev@gobblin.incubator.apache.org/msg02110.html

Results:
4 binding +1 votes
No 0 votes
No -1 votes

I'd like to call a vote in general to approve the release.

The source release candidate RC1 can be downloaded here:
https://dist.apache.org/repos/dist/dev/incubator/gobblin/apache-gobblin
-incubating-0.13.0-rc1/

The artifacts (i.e. JARs) corresponding to this release candidate can be
found here:
https://repository.apache.org/content/repositories/orgapachegobblin-1006

This has been signed with PGP key 0x9BB772F1, corresponding to
hut...@apache.org, which is included in the repository's KEYS file (
https://dist.apache.org/repos/dist/release/incubator/gobblin/KEYS). This key 
can be found on keyservers, such as:
http://pgp.mit.edu/pks/lookup?op=get=0x9BB772F1

The release candidate has been tagged with release-0.13.0-rc1.
I've also created a branch 0.13.0.


For reference, here is a list of all closed JIRAs tagged with 0.13.0:
https://issues.apache.org/jira/issues/?filter=12343492

For a summary of the changes in this release, see:
https://github.com/apache/incubator-gobblin/blob/0.13.0/CHANGELOG.md


Please review and vote. The vote will be open for at least 72 hours.

 [ ] +1 approve
 [ ] +0 no opinion
 [ ] -1 disapprove (and reason why)

Thanks,
Hung, on behalf of the Apache Gobblin PPMC



Re: [ANNOUNCE] Apache Gobblin (incubating) 0.12.0 released

2018-08-14 Thread sebb
On 13 August 2018 at 20:00, Abhishek Tiwari  wrote:
> Hi Sebb,
>
> I have updated the links for sha512 and asc. Please check the website.

Looks OK now.

> Abhishek
>
> On Mon, Aug 13, 2018 at 2:05 AM sebb  wrote:
>
>> I'm afraid the page is still faulty.
>>
>> Links to sigs and hashes must use
>>
>>  https://www.apache.org/dist/incubator/gobblin/...
>>
>> and not the mirror system.
>>
>> On 3 August 2018 at 19:58, Abhishek Tiwari  wrote:
>> > Sorry this slipped my mind. I have fixed the issues on the website:
>> >
>> > - Updated KEYS link
>> > - Linked releases to Apache mirror system
>> > - Removed links to previous non-Apache releases
>> >
>> > Thanks Sebb for the suggestions.
>> >
>> > Regards
>> > Abhishek
>> >
>> > On Mon, Jul 2, 2018 at 11:03 AM sebb  wrote:
>> >
>> >> On 2 July 2018 at 17:38, Abhishek Tiwari  wrote:
>> >> > We are pleased to announce that Apache Gobblin (incubating) 0.12.0 is
>> >> > released.
>> >> >
>> >> > Gobblin is a distributed data integration framework that simplifies
>> >> common
>> >> > aspects of big data integration such as data ingestion, replication,
>> >> > organization and lifecycle management for both streaming and batch
>> data
>> >> > ecosystems.
>> >> >
>> >> > The release is available at:
>> >> > https://gobblin.apache.org/download/
>> >>
>> >> Sorry, but there are some issues with the download page.
>> >>
>> >> - must link to KEYS using
>> >> https://www.apache.org/dist/incubator/gobblin/KEYS
>> >> - must link to release artifacts using ASF mirror system
>> >> - must not include direct links to non-ASF releases
>> >>
>> >> > On behalf of the Gobblin team,
>> >> > Abhishek Tiwari
>> >> >
>> >> > =
>> >> > *DISCLAIMER*
>> >> > Apache Gobblin (incubating) is an effort undergoing incubation at The
>> >> > Apache Software
>> >> > Foundation (ASF), sponsored by Incubator.
>> >> > 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.
>> >>
>>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [ANNOUNCE] Release Apache ECharts (incubating) 4.1.0

2018-08-14 Thread sebb
On 14 August 2018 at 08:12, SHUANG SU  wrote:
> Thanks.
>
> Sorry for the mistake. The correct vote thread should be
> https://lists.apache.org/thread.html/4a551cd183a7ec74c2f5629b8c2c128f82cff6d044d524fcc4d2a175@%3Cgeneral.incubator.apache.org%3E

I think you misunderstand me.
I am saying that the link should not be included in announce emails as
it is not relevant.

> Is  the Apache mirror link?
> It has been included in the download page http://echarts.apache.org/download
> ,
> (It is the button-like link under the title of "Download Source"). KEYS is
> also included in
> this link.

No, that is a link to the ASF backup mirrors.

The release artifacts must use the ASF dynamic mirror system.

> About the online builder, we've made the auto-check tool to ensure the
> correctness during the process of publish.
> But I have not found a way for end-user to check the downloaded file since
> the online build is totally run on the
> browser, without server and without pre-build. Fortunately we have not
> received a report about any fail on download stage.
> But I am considering may be a shell command can be provided for end-user
> to check the version and some
> features of the content.

The point here is that artifact downloads must be accompanied by
hashes and sigs.


> Thanks
>
>
>
> sebb  于2018年8月13日周一 下午5:21写道:
>
>> On 10 August 2018 at 11:35, SHUANG SU  wrote:
>> > Hi all,
>> >
>> > The Apache ECharts (incubating) team is proud to announce Apache ECharts
>> > version 4.1.0-incubating.
>> >
>> > ECharts is a powerful, interactive charting and visualization library.
>> >
>> > Vote thread:
>> >
>> https://lists.apache.org/thread.html/67dffef28ecffd66689ac991ca027c0868d734629949d958e7b12dd3@%3Cdev.echarts.apache.org%3E
>>
>> The vote URL is not normally included in announce emails, as they are
>> published outside the developer community.
>>
>> > Download Links: http://echarts.apache.org/download
>>
>> The download page does not use the ASF mirror system, there are no
>> links to KEYS, sigs or hashes and no details on why/how to verify
>> downloads using sigs or hashes.
>>
>> Also the online builder is clever, but does not provide any download
>> verification.
>>
>> > Release Notes:
>> > http://www.apache.org/dist/incubator/echarts/4.1.0/RELEASE_NOTE.txt
>> >
>> > Website: http://echarts.apache.org/
>> >
>> > ECharts Resources:
>> > - Issue: https://github.com/apache/incubator-echarts/issues
>> > - Mailing list: d...@echarts.incubator.apache.org
>> >
>> > Thanks
>>
>> -
>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> For additional commands, e-mail: general-h...@incubator.apache.org
>>
>>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE]- Release Apache Weex (Incubating) 0.19.0 [RC3]

2018-08-14 Thread sebb
On 30 July 2018 at 08:11, Hanks Zhang  wrote:
> Dear IPMC members,
>
> This is a call for the vote to release Apache Weex (Incubating) version
> 0.19.0.
>
> The Apache Weex community has voted on and approved a proposal to release
> Apache Weex (Incubating) version 0.19.0.
>
> We now kindly request the Incubator PMC members to review and vote on this
> incubator release.
>
> Apache Weex (incubating) is a framework for building Mobile cross-platform
> UIs.
>
> Vote thread:
> https://lists.apache.org/thread.html/40d49fa7338680253be47382c26150a1730992611a26267648f2@%3Cdev.weex.apache.org%3E
>
> Vote result thread:
> https://lists.apache.org/thread.html/47988b39c4748f01efac6010b9c239a094fb332e5cea51e6b0460c0b@%3Cdev.weex.apache.org%3E
>
> The tag to be voted upon:
> https://git-wip-us.apache.org/repos/asf?p=incubator-weex.git;a=shortlog;h=refs/tags/0.19.0-rc3
>
> The source code artifacts can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/weex/0.19.0/RC3/apache-weex-incubating-0.19.0-RC3-src.tar.gz
>
> The SHA-512 checksum for each artifact can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/weex/0.19.0/RC3/apache-weex-incubating-0.19.0-RC3-src.tar.gz.sha512

That URL is not immutable; for traceability please include the hash in
the VOTE email

> The signature of this artifact can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/weex/0.19.0/RC3/apache-weex-incubating-0.19.0-RC3-src.tar.gz.asc
>
> The artifacts have been signed with Key: 4FD8BC09C7E9DB81, which can be
> found in the keys file:
> https://dist.apache.org/repos/dist/dev/incubator/weex/KEYS

Please maintain the KEYS file here:
https://dist.apache.org/repos/dist/release/incubator/openwhisk/KEYS

and use the following link in emails:
https://www.apache.org/dist/incubator/openwhisk/KEYS

> The compile documentation can be found at:
> https://github.com/apache/incubator-weex/blob/0.19.0-rc3/HOW-TO-BUILD.md
> Weex is a project that contains iOS, Android and Web code. So it may be a
> little complicated to prepare the compiling environment.
>
> Release note about this version:
> https://issues.apache.org/jira/projects/WEEX/issues/WEEX-464
>
>
> The vote will be open for at least 72 hours or until a necessary number of
> votes are reached.
>
> Please vote accordingly:
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [PROPOSAL] DLab for Apache Incubator

2018-08-14 Thread P. Taylor Goetz
If there’s no further discussion, I will call for a VOTE tomorrow.

-Taylor

> On Aug 6, 2018, at 10:47 AM, P. Taylor Goetz  wrote:
> 
> I would like to propose DLab as an Apache Incubator project.
> 
> The text of the proposal can be found below as well as on the Incubator wiki:
> 
> https://wiki.apache.org/incubator/DLabProposal
> 
> We are seeking additional mentors and would welcome anyone who would like to 
> volunteer.
> 
> -Taylor
> 
> 
> = DLab Proposal =
> 
> == Abstract ==
> DLab is a platform for creating self-service, exploratory data science 
> environments in the cloud using best-of-breed data science tools.
> 
> DLab includes a self-service web console, used to create and manage 
> exploratory environments. It allows teams to spin up analytical environments 
> with just a single click of a mouse. Once established, the environment can be 
> managed by an analytical team itself, leveraging simple and easy-to-use 
> web-based interface.
> 
> == Proposal ==
> In order to work effectively, data scientists rely on a varying suite of 
> analytics tools that are readily available. However, many of those tools are 
> non-trivial to set up in terms of hardware provisioning, software 
> installation, configuration, and deployment. Setting up a collaborative, 
> multi-tenant development environment for data scientists consumes substantial 
> IT and DevOps resources, as well as time. These factors often combine to 
> hinder the agility and effectiveness of data science teams within an 
> organization. Current solutions are largely closed source and/or proprietary, 
> and committing to a given solution introduces the potential for vendor 
> lock-in.
> 
> EPAM Systems developed DLab in response to the lack of open source, 
> permissibly licensed solutions to better enable data science workflows. The 
> ALv2 was selected to encourage open development and user adoption. DLab was 
> open sourced on Dec 29, 2016 and is under active development with support 
> from EPAM Systems.
> 
> We believe DLab is a unique solution with no current open source equivalent. 
> Our primary goals of incubation are to grow and diversify the DLab community 
> to ensure its long-term sustainability.
> 
> == Rationale ==
> DLab is a platform that provides data scientists with the ability to 
> self-provision, without IT support, exploratory and production environments 
> with their preferred set of tools installed and pre-configured. Tool options 
> include, but are not limited to:
> 
> * Apache Spark
> * Apache Flink (planned)
> * Apache Zeppelin
> * Jupyter
> * TensorFlow + Jupyter
> * Deep Learning + Jupyter
> 
> DLab leverages cloud computing providers for virtual hardware provisioning 
> and currently supports the following:
> 
> * Amazon Web Services (AWS)
> * Microsoft Azure
> * Google Compute Platform (GCP) (under development)
> 
> DLab offers git-based collaboration tools for data scientists and developers 
> and integrates with the following git service providers:
> 
> * GItHub
> * GitLab
> * BitBucket
> 
> Additionally, DLab includes the option to configure the UnGit tool in an 
> environment to facilitate collaboration.
> Finally, DLab integrates closely with many security and SSO offerings, 
> including:
> 
> * LDAP
> * Microsoft Active Directory
> * AWS Identity Access Management service
> 
> DLab was designed from the ground up to be highly configurable, flexible, and 
> extensible platform. We believe these qualities will encourage community 
> growth by enabling contributors to easily add new integrations and extensions.
> 
> == Initial Goals ==
> The initial goal will be to move the existing codebase to Apache and 
> integrate with the Apache development process and infrastructure. A primary 
> goal of incubation will be to grow and diversify the DLab PPMC. We are well 
> aware that the project community is comprised of individuals from a single 
> company. We aim to change that during incubation.
> 
> == Current Status ==
> As previously mentioned, DLab is under active development at EPAM Systems, 
> and is being used in a number of production deployments:
> 
> * [An investment company] is using DLab as an AWS-based analytics platform 
> for their data scientists to provide a convenient way to perform multi-tenant 
> data analytics. This enables data scientists to easily provision work 
> environments with integrated data sources based on Elasticsearch, Apache 
> HBase, and Neo4j, and utilizing Apache Spark. This enabled a “one click”, 
> self service option for users to provision an environment with the necessary 
> tools and data.
> 
> * [An electronics manufacturing company] leverages DLab for data quality, 
> data exploration, and analytics. The company’s data scientists leverage DLab 
> to work with data sources that have been transferred to the cloud in order to 
> find new insights on the data, and help the implementation team define 
> requirements for data engineering. The main goal is to increase the 

Re: [VOTE] Release Apache OpenWhisk (Incubating): Client Go and CLI 0.9.0 [RC1]

2018-08-14 Thread Justin Mclean
Hi,

+1 binding but I think NOTICE file(s) needs updating.

I checked:
- incubating in name
- signature and hashed good
- DISCLAIMER(s) exist
- LICENSE is OK
- NOTICE is missing some text I believe relocated copyrights
- No unexpected binary files in source releases
- can compile from source

In CREDITS.txt it notes that the code was donated by "IBM copyright dated 
2015-2016”, I assume these donated files would of had a copyright header in 
them and that should of been transferred to the NOTICE file. See 1(b) of [1].

Thanks,
Justin

1. https://www.apache.org/legal/src-headers.html#headers
-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Airflow 1.10.0 (new vote based on rc4)

2018-08-14 Thread Justin Mclean
Hi,

+1 (binding) thanks for fixing up the GPL dependancy issue.

I checked:
- incubating in name
- signatures and hashes good
- DISCLAIMER exists
- No unexpected binary files
- all source files have headers

Thanks,
Justin

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE]- Release Apache Weex (Incubating) 0.19.0 [RC3]

2018-08-14 Thread Justin Mclean
Hi,

Sorry but it’s -1 (binding) form me as there is compiled code in the source 
release. [1]

I checked:
- incubating in name
- signature and hashes good
- DISCLAIMER exists
- LICENCE and NOTICE ok but there is a licensing issue (see below)
- Unexpected binary in source release
- All source files have ASF header
- Can compile from source

You are not abiding by the terms of the MIT license as a copy of the license 
text isn’t being included in the release, please fix this for the next release. 
This is why the short form of providing a link to the text of the license is 
recommended in LICENSE. Linking via a URL (as you done for other licenses) is 
also not recommended as the content at that URL could change.

The file POSSIBLE-NOTICES-FOR-BIN-DIST probably doesn’t have correct content as 
MIT and BSD licenses usually doesn’t need to be mentioned in NOTICE. [2]

Thanks,
Justin


1. 
./apache-weex-incubating-0.19.0-RC3-src/android_sdk/gradle/wrapper/gradle-wrapper.jar
2. http://www.apache.org/dev/licensing-howto.html#mod-notice


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Apache Unomi 1.3.0-incubating release [TAKE2]

2018-08-14 Thread Justin Mclean
Hi,

Sorry I forgot to state +1 (binding) in my last email :-)

Thanks,
Justin

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Apache Unomi 1.3.0-incubating release [TAKE2]

2018-08-14 Thread Justin Mclean
Hi,

I’m a little confused why the directory in the source zip is called 
unomi-root-1.3.0-incubating.

But I checked:
- incubating in name
- signature and hashes file (note however that .sha1 is no long considered 
secure and you should be using sha 256 or 512)
- DISCLAIMER exists
- LICENSE and NOTICE file OK
- All source files have ASF headers
- No unexpected binary files in source release
- Can compile from source

BTW Is this file supposed to be in the source release? [1]

Thanks,
Justin

1. ./unomi-root-1.3.0-incubating/performance-tests/.benchmarks.mv.db
-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [ANNOUNCE] Release Apache ECharts (incubating) 4.1.0

2018-08-14 Thread SHUANG SU
Thanks.

Sorry for the mistake. The correct vote thread should be
https://lists.apache.org/thread.html/4a551cd183a7ec74c2f5629b8c2c128f82cff6d044d524fcc4d2a175@%3Cgeneral.incubator.apache.org%3E

Is  the Apache mirror link?
It has been included in the download page http://echarts.apache.org/download
,
(It is the button-like link under the title of "Download Source"). KEYS is
also included in
this link.

About the online builder, we've made the auto-check tool to ensure the
correctness during the process of publish.
But I have not found a way for end-user to check the downloaded file since
the online build is totally run on the
browser, without server and without pre-build. Fortunately we have not
received a report about any fail on download stage.
But I am considering may be a shell command can be provided for end-user
to check the version and some
features of the content.

Thanks



sebb  于2018年8月13日周一 下午5:21写道:

> On 10 August 2018 at 11:35, SHUANG SU  wrote:
> > Hi all,
> >
> > The Apache ECharts (incubating) team is proud to announce Apache ECharts
> > version 4.1.0-incubating.
> >
> > ECharts is a powerful, interactive charting and visualization library.
> >
> > Vote thread:
> >
> https://lists.apache.org/thread.html/67dffef28ecffd66689ac991ca027c0868d734629949d958e7b12dd3@%3Cdev.echarts.apache.org%3E
>
> The vote URL is not normally included in announce emails, as they are
> published outside the developer community.
>
> > Download Links: http://echarts.apache.org/download
>
> The download page does not use the ASF mirror system, there are no
> links to KEYS, sigs or hashes and no details on why/how to verify
> downloads using sigs or hashes.
>
> Also the online builder is clever, but does not provide any download
> verification.
>
> > Release Notes:
> > http://www.apache.org/dist/incubator/echarts/4.1.0/RELEASE_NOTE.txt
> >
> > Website: http://echarts.apache.org/
> >
> > ECharts Resources:
> > - Issue: https://github.com/apache/incubator-echarts/issues
> > - Mailing list: d...@echarts.incubator.apache.org
> >
> > Thanks
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>