[VOTE] Apache Toree 0.2.0 RC4

2018-03-30 Thread Luciano Resende
Please vote to approve the release of Apache Toree 0.2.0-incubating (RC4).

Tag: v0.2.0-incubating-rc4 (8849271e28a4ea4e77c57ef8fb3da77b73469799)

https://github.com/apache/incubator-toree/tree/v0.2.0-incubating-rc4

All distribution packages, including signatures, digests, etc. can be found
at:

https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0-incubating-rc4/

Staging artifacts can be found at:

https://repository.apache.org/content/repositories/orgapachetoree-1011

## Testing Instructions

The fastest way to get up and running is to using Jupyter.

1. Install Jupyter if you haven't already (http://jupyter.org/install.html)

2. Install Apache Toree via `pip install https://dist.apache.org/repos/
dist/dev/incubator/toree/0.2.0-incubating-rc4/toree-pip/toree-0.2.0.tar.gz`
followed by `jupyter toree install`

- You need to set a valid Apache Spark 2.x home, which can be done via
`jupyter toree install --spark_home=/usr/local/spark`

- You may need to run with `sudo` for installation permission

- For all installation options, run `jupyter toree install --help-all`

4. Run a Jupyter notebook server via `jupyter notebook`

- If the notebook portion of Jupyter is not installed but Jupyter is,
you can install via `pip install notebook`

5. Create a notebook using "Apache Toree - Scala" from the dropdown under
new
dev
6. Run Scala/Spark commands such as `sc.parallelize(1 to 100).sum()` in the
notebook

## Voting Instructions

The vote is open for at least 72 hours and passes if a majority of at least
3 +1 PMC votes are cast.

[ ] +1 Release this package as Apache Toree 0.2.0-incubating
[ ] -1 Do not release this package because ...

-- 
Luciano Resende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


Re: [VOTE] Apache Toree 0.2.0 RC4

2018-03-31 Thread Luciano Resende
My +1.

Also, notice that the only change between RC3 and RC4 is to remove the
binary test jars from the source code, which should make the review a
little easier for those that already reviewed the previous release
candidate.

On Fri, Mar 30, 2018 at 10:28 PM, Luciano Resende 
wrote:

> Please vote to approve the release of Apache Toree 0.2.0-incubating
> (RC4).
>
> Tag: v0.2.0-incubating-rc4 (8849271e28a4ea4e77c57ef8fb3da77b73469799)
>
> https://github.com/apache/incubator-toree/tree/v0.2.0-incubating-rc4
>
> All distribution packages, including signatures, digests, etc. can be
> found at:
>
> https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0
> -incubating-rc4/
>
> Staging artifacts can be found at:
>
> https://repository.apache.org/content/repositories/orgapachetoree-1011
>
> ## Testing Instructions
>
> The fastest way to get up and running is to using Jupyter.
>
> 1. Install Jupyter if you haven't already (http://jupyter.org/install.html
> )
>
> 2. Install Apache Toree via `pip install https://dist.apache.org/repos/
> dist/dev/incubator/toree/0.2.0-incubating-rc4/toree-pip/toree
> -0.2.0.tar.gz`
> followed by `jupyter toree install`
>
> - You need to set a valid Apache Spark 2.x home, which can be done via
> `jupyter toree install --spark_home=/usr/local/spark`
>
> - You may need to run with `sudo` for installation permission
>
> - For all installation options, run `jupyter toree install --help-all`
>
> 4. Run a Jupyter notebook server via `jupyter notebook`
>
> - If the notebook portion of Jupyter is not installed but Jupyter is,
> you can install via `pip install notebook`
>
> 5. Create a notebook using "Apache Toree - Scala" from the dropdown under
> new
> dev
> 6. Run Scala/Spark commands such as `sc.parallelize(1 to 100).sum()` in the
> notebook
>
> ## Voting Instructions
>
> The vote is open for at least 72 hours and passes if a majority of at
> least
> 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Toree 0.2.0-incubating
> [ ] -1 Do not release this package because ...
>
> --
> Luciano Resende
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>



-- 
Luciano Resende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


Re: [VOTE] Apache Toree 0.2.0 RC4

2018-04-04 Thread Ryan Blue
+1 (binding)

Checked licenses in src tarball, built and tested using `make test`,
validated checksums and signature.

Thanks for working on this, Luciano!

On Sat, Mar 31, 2018 at 9:46 AM, Luciano Resende 
wrote:

> My +1.
>
> Also, notice that the only change between RC3 and RC4 is to remove the
> binary test jars from the source code, which should make the review a
> little easier for those that already reviewed the previous release
> candidate.
>
> On Fri, Mar 30, 2018 at 10:28 PM, Luciano Resende 
> wrote:
>
> > Please vote to approve the release of Apache Toree 0.2.0-incubating
> > (RC4).
> >
> > Tag: v0.2.0-incubating-rc4 (8849271e28a4ea4e77c57ef8fb3da77b73469799)
> >
> > https://github.com/apache/incubator-toree/tree/v0.2.0-incubating-rc4
> >
> > All distribution packages, including signatures, digests, etc. can be
> > found at:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0
> > -incubating-rc4/
> >
> > Staging artifacts can be found at:
> >
> > https://repository.apache.org/content/repositories/orgapachetoree-1011
> >
> > ## Testing Instructions
> >
> > The fastest way to get up and running is to using Jupyter.
> >
> > 1. Install Jupyter if you haven't already (http://jupyter.org/install.
> html
> > )
> >
> > 2. Install Apache Toree via `pip install https://dist.apache.org/repos/
> > dist/dev/incubator/toree/0.2.0-incubating-rc4/toree-pip/toree
> > -0.2.0.tar.gz`
> > followed by `jupyter toree install`
> >
> > - You need to set a valid Apache Spark 2.x home, which can be done via
> > `jupyter toree install --spark_home=/usr/local/spark`
> >
> > - You may need to run with `sudo` for installation permission
> >
> > - For all installation options, run `jupyter toree install --help-all`
> >
> > 4. Run a Jupyter notebook server via `jupyter notebook`
> >
> > - If the notebook portion of Jupyter is not installed but Jupyter is,
> > you can install via `pip install notebook`
> >
> > 5. Create a notebook using "Apache Toree - Scala" from the dropdown under
> > new
> > dev
> > 6. Run Scala/Spark commands such as `sc.parallelize(1 to 100).sum()` in
> the
> > notebook
> >
> > ## Voting Instructions
> >
> > The vote is open for at least 72 hours and passes if a majority of at
> > least
> > 3 +1 PMC votes are cast.
> >
> > [ ] +1 Release this package as Apache Toree 0.2.0-incubating
> > [ ] -1 Do not release this package because ...
> >
> > --
> > Luciano Resende
> > http://twitter.com/lresende1975
> > http://lresende.blogspot.com/
> >
>
>
>
> --
> Luciano Resende
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>



-- 
Ryan Blue
Software Engineer
Netflix


Re: [VOTE] Apache Toree 0.2.0 RC4

2018-04-04 Thread Luciano Resende
Thanks Ryan,

All others, we need one more vote before we can move this to IPMC approval.

On Wed, Apr 4, 2018 at 11:16 AM, Ryan Blue 
wrote:

> +1 (binding)
>
> Checked licenses in src tarball, built and tested using `make test`,
> validated checksums and signature.
>
> Thanks for working on this, Luciano!
>
> On Sat, Mar 31, 2018 at 9:46 AM, Luciano Resende 
> wrote:
>
> > My +1.
> >
> > Also, notice that the only change between RC3 and RC4 is to remove the
> > binary test jars from the source code, which should make the review a
> > little easier for those that already reviewed the previous release
> > candidate.
> >
> > On Fri, Mar 30, 2018 at 10:28 PM, Luciano Resende 
> > wrote:
> >
> > > Please vote to approve the release of Apache Toree 0.2.0-incubating
> > > (RC4).
> > >
> > > Tag: v0.2.0-incubating-rc4 (8849271e28a4ea4e77c57ef8fb3da77b73469799)
> > >
> > > https://github.com/apache/incubator-toree/tree/v0.2.0-incubating-rc4
> > >
> > > All distribution packages, including signatures, digests, etc. can be
> > > found at:
> > >
> > > https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0
> > > -incubating-rc4/
> > >
> > > Staging artifacts can be found at:
> > >
> > > https://repository.apache.org/content/repositories/orgapachetoree-1011
> > >
> > > ## Testing Instructions
> > >
> > > The fastest way to get up and running is to using Jupyter.
> > >
> > > 1. Install Jupyter if you haven't already (http://jupyter.org/install.
> > html
> > > )
> > >
> > > 2. Install Apache Toree via `pip install
> https://dist.apache.org/repos/
> > > dist/dev/incubator/toree/0.2.0-incubating-rc4/toree-pip/toree
> > > -0.2.0.tar.gz`
> > > followed by `jupyter toree install`
> > >
> > > - You need to set a valid Apache Spark 2.x home, which can be done via
> > > `jupyter toree install --spark_home=/usr/local/spark`
> > >
> > > - You may need to run with `sudo` for installation permission
> > >
> > > - For all installation options, run `jupyter toree install --help-all`
> > >
> > > 4. Run a Jupyter notebook server via `jupyter notebook`
> > >
> > > - If the notebook portion of Jupyter is not installed but Jupyter is,
> > > you can install via `pip install notebook`
> > >
> > > 5. Create a notebook using "Apache Toree - Scala" from the dropdown
> under
> > > new
> > > dev
> > > 6. Run Scala/Spark commands such as `sc.parallelize(1 to 100).sum()` in
> > the
> > > notebook
> > >
> > > ## Voting Instructions
> > >
> > > The vote is open for at least 72 hours and passes if a majority of at
> > > least
> > > 3 +1 PMC votes are cast.
> > >
> > > [ ] +1 Release this package as Apache Toree 0.2.0-incubating
> > > [ ] -1 Do not release this package because ...
> > >
> > > --
> > > Luciano Resende
> > > http://twitter.com/lresende1975
> > > http://lresende.blogspot.com/
> > >
> >
> >
> >
> > --
> > Luciano Resende
> > http://twitter.com/lresende1975
> > http://lresende.blogspot.com/
> >
>
>
>
> --
> Ryan Blue
> Software Engineer
> Netflix
>



-- 
Luciano Resende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


Re: [VOTE] Apache Toree 0.2.0 RC4

2018-04-06 Thread Marius van Niekerk
+1

On Wed, Apr 4, 2018, 21:45 Luciano Resende  wrote:

> Thanks Ryan,
>
> All others, we need one more vote before we can move this to IPMC approval.
>
> On Wed, Apr 4, 2018 at 11:16 AM, Ryan Blue 
> wrote:
>
> > +1 (binding)
> >
> > Checked licenses in src tarball, built and tested using `make test`,
> > validated checksums and signature.
> >
> > Thanks for working on this, Luciano!
> >
> > On Sat, Mar 31, 2018 at 9:46 AM, Luciano Resende 
> > wrote:
> >
> > > My +1.
> > >
> > > Also, notice that the only change between RC3 and RC4 is to remove the
> > > binary test jars from the source code, which should make the review a
> > > little easier for those that already reviewed the previous release
> > > candidate.
> > >
> > > On Fri, Mar 30, 2018 at 10:28 PM, Luciano Resende <
> luckbr1...@gmail.com>
> > > wrote:
> > >
> > > > Please vote to approve the release of Apache Toree 0.2.0-incubating
> > > > (RC4).
> > > >
> > > > Tag: v0.2.0-incubating-rc4 (8849271e28a4ea4e77c57ef8fb3da77b73469799)
> > > >
> > > > https://github.com/apache/incubator-toree/tree/v0.2.0-incubating-rc4
> > > >
> > > > All distribution packages, including signatures, digests, etc. can be
> > > > found at:
> > > >
> > > > https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0
> > > > -incubating-rc4/
> > > >
> > > > Staging artifacts can be found at:
> > > >
> > > >
> https://repository.apache.org/content/repositories/orgapachetoree-1011
> > > >
> > > > ## Testing Instructions
> > > >
> > > > The fastest way to get up and running is to using Jupyter.
> > > >
> > > > 1. Install Jupyter if you haven't already (
> http://jupyter.org/install.
> > > html
> > > > )
> > > >
> > > > 2. Install Apache Toree via `pip install
> > https://dist.apache.org/repos/
> > > > dist/dev/incubator/toree/0.2.0-incubating-rc4/toree-pip/toree
> > > > -0.2.0.tar.gz`
> > > > followed by `jupyter toree install`
> > > >
> > > > - You need to set a valid Apache Spark 2.x home, which can be done
> via
> > > > `jupyter toree install --spark_home=/usr/local/spark`
> > > >
> > > > - You may need to run with `sudo` for installation permission
> > > >
> > > > - For all installation options, run `jupyter toree install
> --help-all`
> > > >
> > > > 4. Run a Jupyter notebook server via `jupyter notebook`
> > > >
> > > > - If the notebook portion of Jupyter is not installed but Jupyter is,
> > > > you can install via `pip install notebook`
> > > >
> > > > 5. Create a notebook using "Apache Toree - Scala" from the dropdown
> > under
> > > > new
> > > > dev
> > > > 6. Run Scala/Spark commands such as `sc.parallelize(1 to 100).sum()`
> in
> > > the
> > > > notebook
> > > >
> > > > ## Voting Instructions
> > > >
> > > > The vote is open for at least 72 hours and passes if a majority of at
> > > > least
> > > > 3 +1 PMC votes are cast.
> > > >
> > > > [ ] +1 Release this package as Apache Toree 0.2.0-incubating
> > > > [ ] -1 Do not release this package because ...
> > > >
> > > > --
> > > > Luciano Resende
> > > > http://twitter.com/lresende1975
> > > > http://lresende.blogspot.com/
> > > >
> > >
> > >
> > >
> > > --
> > > Luciano Resende
> > > http://twitter.com/lresende1975
> > > http://lresende.blogspot.com/
> > >
> >
> >
> >
> > --
> > Ryan Blue
> > Software Engineer
> > Netflix
> >
>
>
>
> --
> Luciano Resende
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>
-- 
regards
Marius van Niekerk


Re: [VOTE] Apache Toree 0.2.0 RC4

2018-04-06 Thread Marius van Niekerk
Tested using binderhub, ran a few notebook tests.

On Sat, Apr 7, 2018, 07:26 Marius van Niekerk 
wrote:

> +1
>
> On Wed, Apr 4, 2018, 21:45 Luciano Resende  wrote:
>
>> Thanks Ryan,
>>
>> All others, we need one more vote before we can move this to IPMC
>> approval.
>>
>> On Wed, Apr 4, 2018 at 11:16 AM, Ryan Blue 
>> wrote:
>>
>> > +1 (binding)
>> >
>> > Checked licenses in src tarball, built and tested using `make test`,
>> > validated checksums and signature.
>> >
>> > Thanks for working on this, Luciano!
>> >
>> > On Sat, Mar 31, 2018 at 9:46 AM, Luciano Resende 
>> > wrote:
>> >
>> > > My +1.
>> > >
>> > > Also, notice that the only change between RC3 and RC4 is to remove the
>> > > binary test jars from the source code, which should make the review a
>> > > little easier for those that already reviewed the previous release
>> > > candidate.
>> > >
>> > > On Fri, Mar 30, 2018 at 10:28 PM, Luciano Resende <
>> luckbr1...@gmail.com>
>> > > wrote:
>> > >
>> > > > Please vote to approve the release of Apache Toree 0.2.0-incubating
>> > > > (RC4).
>> > > >
>> > > > Tag: v0.2.0-incubating-rc4
>> (8849271e28a4ea4e77c57ef8fb3da77b73469799)
>> > > >
>> > > >
>> https://github.com/apache/incubator-toree/tree/v0.2.0-incubating-rc4
>> > > >
>> > > > All distribution packages, including signatures, digests, etc. can
>> be
>> > > > found at:
>> > > >
>> > > > https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0
>> > > > -incubating-rc4/
>> > > >
>> > > > Staging artifacts can be found at:
>> > > >
>> > > >
>> https://repository.apache.org/content/repositories/orgapachetoree-1011
>> > > >
>> > > > ## Testing Instructions
>> > > >
>> > > > The fastest way to get up and running is to using Jupyter.
>> > > >
>> > > > 1. Install Jupyter if you haven't already (
>> http://jupyter.org/install.
>> > > html
>> > > > )
>> > > >
>> > > > 2. Install Apache Toree via `pip install
>> > https://dist.apache.org/repos/
>> > > > dist/dev/incubator/toree/0.2.0-incubating-rc4/toree-pip/toree
>> > > > -0.2.0.tar.gz`
>> > > > followed by `jupyter toree install`
>> > > >
>> > > > - You need to set a valid Apache Spark 2.x home, which can be done
>> via
>> > > > `jupyter toree install --spark_home=/usr/local/spark`
>> > > >
>> > > > - You may need to run with `sudo` for installation permission
>> > > >
>> > > > - For all installation options, run `jupyter toree install
>> --help-all`
>> > > >
>> > > > 4. Run a Jupyter notebook server via `jupyter notebook`
>> > > >
>> > > > - If the notebook portion of Jupyter is not installed but Jupyter
>> is,
>> > > > you can install via `pip install notebook`
>> > > >
>> > > > 5. Create a notebook using "Apache Toree - Scala" from the dropdown
>> > under
>> > > > new
>> > > > dev
>> > > > 6. Run Scala/Spark commands such as `sc.parallelize(1 to
>> 100).sum()` in
>> > > the
>> > > > notebook
>> > > >
>> > > > ## Voting Instructions
>> > > >
>> > > > The vote is open for at least 72 hours and passes if a majority of
>> at
>> > > > least
>> > > > 3 +1 PMC votes are cast.
>> > > >
>> > > > [ ] +1 Release this package as Apache Toree 0.2.0-incubating
>> > > > [ ] -1 Do not release this package because ...
>> > > >
>> > > > --
>> > > > Luciano Resende
>> > > > http://twitter.com/lresende1975
>> > > > http://lresende.blogspot.com/
>> > > >
>> > >
>> > >
>> > >
>> > > --
>> > > Luciano Resende
>> > > http://twitter.com/lresende1975
>> > > http://lresende.blogspot.com/
>> > >
>> >
>> >
>> >
>> > --
>> > Ryan Blue
>> > Software Engineer
>> > Netflix
>> >
>>
>>
>>
>> --
>> Luciano Resende
>> http://twitter.com/lresende1975
>> http://lresende.blogspot.com/
>>
> --
> regards
> Marius van Niekerk
>
-- 
regards
Marius van Niekerk


Re: [VOTE] Apache Toree 0.2.0 RC4

2018-04-07 Thread Luciano Resende
Vote passed with 3 + 1 from:

Luciano Resende
Ryan Blue
Marius van Niekerk


Thanks

On Fri, Mar 30, 2018 at 10:28 PM, Luciano Resende 
wrote:

> Please vote to approve the release of Apache Toree 0.2.0-incubating
> (RC4).
>
> Tag: v0.2.0-incubating-rc4 (8849271e28a4ea4e77c57ef8fb3da77b73469799)
>
> https://github.com/apache/incubator-toree/tree/v0.2.0-incubating-rc4
>
> All distribution packages, including signatures, digests, etc. can be
> found at:
>
> https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0
> -incubating-rc4/
>
> Staging artifacts can be found at:
>
> https://repository.apache.org/content/repositories/orgapachetoree-1011
>
> ## Testing Instructions
>
> The fastest way to get up and running is to using Jupyter.
>
> 1. Install Jupyter if you haven't already (http://jupyter.org/install.html
> )
>
> 2. Install Apache Toree via `pip install https://dist.apache.org/repos/
> dist/dev/incubator/toree/0.2.0-incubating-rc4/toree-pip/toree
> -0.2.0.tar.gz`
> followed by `jupyter toree install`
>
> - You need to set a valid Apache Spark 2.x home, which can be done via
> `jupyter toree install --spark_home=/usr/local/spark`
>
> - You may need to run with `sudo` for installation permission
>
> - For all installation options, run `jupyter toree install --help-all`
>
> 4. Run a Jupyter notebook server via `jupyter notebook`
>
> - If the notebook portion of Jupyter is not installed but Jupyter is,
> you can install via `pip install notebook`
>
> 5. Create a notebook using "Apache Toree - Scala" from the dropdown under
> new
> dev
> 6. Run Scala/Spark commands such as `sc.parallelize(1 to 100).sum()` in the
> notebook
>
> ## Voting Instructions
>
> The vote is open for at least 72 hours and passes if a majority of at
> least
> 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Toree 0.2.0-incubating
> [ ] -1 Do not release this package because ...
>
> --
> Luciano Resende
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>



-- 
Luciano Resende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


[RESULT][VOTE] Apache Toree 0.2.0 RC4

2018-04-07 Thread Luciano Resende
(re-sending with result subject)

Vote passed with 3 + 1 from:

Luciano Resende
Ryan Blue
Marius van Niekerk

Thanks

On Fri, Mar 30, 2018 at 10:28 PM, Luciano Resende 
wrote:

> Please vote to approve the release of Apache Toree 0.2.0-incubating
> (RC4).
>
> Tag: v0.2.0-incubating-rc4 (8849271e28a4ea4e77c57ef8fb3da77b73469799)
>
> https://github.com/apache/incubator-toree/tree/v0.2.0-incubating-rc4
>
> All distribution packages, including signatures, digests, etc. can be
> found at:
>
> https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0
> -incubating-rc4/
>
> Staging artifacts can be found at:
>
> https://repository.apache.org/content/repositories/orgapachetoree-1011
>
> ## Testing Instructions
>
> The fastest way to get up and running is to using Jupyter.
>
> 1. Install Jupyter if you haven't already (http://jupyter.org/install.html
> )
>
> 2. Install Apache Toree via `pip install https://dist.apache.org/repos/
> dist/dev/incubator/toree/0.2.0-incubating-rc4/toree-pip/toree
> -0.2.0.tar.gz`
> followed by `jupyter toree install`
>
> - You need to set a valid Apache Spark 2.x home, which can be done via
> `jupyter toree install --spark_home=/usr/local/spark`
>
> - You may need to run with `sudo` for installation permission
>
> - For all installation options, run `jupyter toree install --help-all`
>
> 4. Run a Jupyter notebook server via `jupyter notebook`
>
> - If the notebook portion of Jupyter is not installed but Jupyter is,
> you can install via `pip install notebook`
>
> 5. Create a notebook using "Apache Toree - Scala" from the dropdown under
> new
> dev
> 6. Run Scala/Spark commands such as `sc.parallelize(1 to 100).sum()` in the
> notebook
>
> ## Voting Instructions
>
> The vote is open for at least 72 hours and passes if a majority of at
> least
> 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Toree 0.2.0-incubating
> [ ] -1 Do not release this package because ...
>
> --
> Luciano Resende
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>



-- 
Luciano Resende
http://twitter.com/lresende1975
http://lresende.blogspot.com/