g [mailto:zjf...@gmail.com]
> Sent: Wednesday, May 9, 2018 2:37 PM
> To: dev@zeppelin.apache.org
> Cc: janos.mat...@gmail.com
> Subject: Re: merging of https://github.com/apache/zeppelin/pull/2637
> change
>
> Hi Naveen,
>
> Thanks for the k8s integration work.
PM
To: dev@zeppelin.apache.org
Cc: janos.mat...@gmail.com
Subject: Re: merging of https://github.com/apache/zeppelin/pull/2637 change
Hi Naveen,
Thanks for the k8s integration work. Usually for any PR, contributors don't
need so many above steps you mentioned.
Contributor just need to ru
Hi Naveen,
Thanks for the k8s integration work. Usually for any PR, contributors don't
need so many above steps you mentioned.
Contributor just need to run the following command then start zeppelin in
you local machine and verify your PR.
mvn clean package -DskipTests
If you hit any issues
Hi All,
We had one of the requirement of supporting zeppelin deployment over Kubernetes
cluster and running spark jobs over zeppelin through spark interpreter.
* As a first step, we have cloned the zeppelin source code having last
commit id: 685eb9249d1c1d821ce57f1ed0559f1539dfbe69
* W