Re: [VOTE] Apache Toree 0.2.0 RC5

2018-05-01 Thread Luciano Resende
On Mon, Apr 30, 2018 at 11:04 AM, Ryan Blue 
wrote:

> -1
>
> I'm hitting an error
> in integration.interpreter.scala.AddExternalJarMagicSpecForIntegration,
> which I think was the same error someone on the IPMC list hit in the last
> RC. Not sure what's happening yet, but I'll try to take some time to dig
> into it soon.
>
> I'm on Ubuntu 18.04 and I ran `make test`, if you want to try to reproduce
> it.
>
> rb
>
> --
> Ryan Blue
> Software Engineer
> Netflix
>


I was able to get an Ubuntu cloud VM and looks like that the test failure
is reproducible in that environment. I will have to investigate, but if you
(Ryan) has actually a local Ubuntu env and could help debug/fix this issue,
we would appreciate.

Please consider this vote CANCELED.


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


Re: [VOTE] Apache Toree 0.2.0 RC5

2018-04-30 Thread Ryan Blue
-1

I'm hitting an error
in integration.interpreter.scala.AddExternalJarMagicSpecForIntegration,
which I think was the same error someone on the IPMC list hit in the last
RC. Not sure what's happening yet, but I'll try to take some time to dig
into it soon.

I'm on Ubuntu 18.04 and I ran `make test`, if you want to try to reproduce
it.

rb

On Sun, Apr 29, 2018 at 7:59 PM, Marius van Niekerk <
marius.v.niek...@gmail.com> wrote:

> Tested this on binderhub and seems to work fine +1
>
> On Wed, 25 Apr 2018 at 15:32 Luciano Resende  wrote:
>
> > On Sat, Apr 21, 2018 at 3:58 PM, Luciano Resende 
> > wrote:
> >
> > > Please vote to approve the release of Apache Toree 0.2.0-incubating
> > > (RC5).
> > >
> > > Tag: v0.2.0-incubating-rc5 (1b2d4aac2113bf59bbb4ec1cff75adbe127f221a)
> > >
> > > https://github.com/apache/incubator-toree/tree/v0.2.0-incubating-rc5
> > >
> > > All distribution packages, including signatures, digests, etc. can be
> > > found at:
> > >
> > > https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0
> > > -incubating-rc5/
> > >
> > > Staging artifacts can be found at:
> > >
> > > https://repository.apache.org/content/repositories/orgapachetoree-1012
> > >
> > > ## 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-rc5/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 ...
> > >
> > >
> >
> > Off course, here is my +1.
> >
> > Other committers and mentors, please vote here.
> >
> > --
> > Luciano Resende
> > http://twitter.com/lresende1975
> > http://lresende.blogspot.com/
> >
> --
> regards
> Marius van Niekerk
>



-- 
Ryan Blue
Software Engineer
Netflix


Re: [VOTE] Apache Toree 0.2.0 RC5

2018-04-29 Thread Marius van Niekerk
Tested this on binderhub and seems to work fine +1

On Wed, 25 Apr 2018 at 15:32 Luciano Resende  wrote:

> On Sat, Apr 21, 2018 at 3:58 PM, Luciano Resende 
> wrote:
>
> > Please vote to approve the release of Apache Toree 0.2.0-incubating
> > (RC5).
> >
> > Tag: v0.2.0-incubating-rc5 (1b2d4aac2113bf59bbb4ec1cff75adbe127f221a)
> >
> > https://github.com/apache/incubator-toree/tree/v0.2.0-incubating-rc5
> >
> > All distribution packages, including signatures, digests, etc. can be
> > found at:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0
> > -incubating-rc5/
> >
> > Staging artifacts can be found at:
> >
> > https://repository.apache.org/content/repositories/orgapachetoree-1012
> >
> > ## 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-rc5/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 ...
> >
> >
>
> Off course, here is my +1.
>
> Other committers and mentors, please vote here.
>
> --
> Luciano Resende
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>
-- 
regards
Marius van Niekerk


Re: [VOTE] Apache Toree 0.2.0 RC5

2018-04-25 Thread Luciano Resende
On Sat, Apr 21, 2018 at 3:58 PM, Luciano Resende 
wrote:

> Please vote to approve the release of Apache Toree 0.2.0-incubating
> (RC5).
>
> Tag: v0.2.0-incubating-rc5 (1b2d4aac2113bf59bbb4ec1cff75adbe127f221a)
>
> https://github.com/apache/incubator-toree/tree/v0.2.0-incubating-rc5
>
> All distribution packages, including signatures, digests, etc. can be
> found at:
>
> https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0
> -incubating-rc5/
>
> Staging artifacts can be found at:
>
> https://repository.apache.org/content/repositories/orgapachetoree-1012
>
> ## 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-rc5/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 ...
>
>

Off course, here is my +1.

Other committers and mentors, please vote here.

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


[VOTE] Apache Toree 0.2.0 RC5

2018-04-21 Thread Luciano Resende
Please vote to approve the release of Apache Toree 0.2.0-incubating (RC5).

Tag: v0.2.0-incubating-rc5 (1b2d4aac2113bf59bbb4ec1cff75adbe127f221a)

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

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

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

Staging artifacts can be found at:

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

## 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-rc5/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/