Re: Drop Java 7 support? (re-open ZEPPELIN-621?)

2018-06-17 Thread Jongyoul Lee
+1, too.

On Mon, Jun 18, 2018 at 11:33 AM, Jeff Zhang  wrote:

> +1
>
> Alex Ott 于2018年6月18日周一 上午2:01写道:
>
> > Hi all
> >
> > Right now Zeppelin is compiled for Java 7 as minimal version.
> > But it already EOL for a long time, so it makes sense to stop supporting
> > it.
> >
> > There are several reasons for it:
> >
> >- Spark 2.2.0 that is used by Zeppelin (at least in master) supports
> >only Java 8+
> >- Switch to Java 8 will allow to write more clear code for Java part
> of
> >the Zeppelin code.
> >
> > This switch was already discussed as
> > https://issues.apache.org/jira/browse/ZEPPELIN-621, but it was more
> than 2
> > years ago.
> >
> > What do you think?
> >
> > --
> > With best wishes,Alex Ott
> > http://alexott.net/
> > Twitter: alexott_en (English), alexott (Russian)
> >
>



-- 
이종열, Jongyoul Lee, 李宗烈
http://madeng.net


Re: Drop Java 7 support? (re-open ZEPPELIN-621?)

2018-06-17 Thread Jeff Zhang
+1

Alex Ott 于2018年6月18日周一 上午2:01写道:

> Hi all
>
> Right now Zeppelin is compiled for Java 7 as minimal version.
> But it already EOL for a long time, so it makes sense to stop supporting
> it.
>
> There are several reasons for it:
>
>- Spark 2.2.0 that is used by Zeppelin (at least in master) supports
>only Java 8+
>- Switch to Java 8 will allow to write more clear code for Java part of
>the Zeppelin code.
>
> This switch was already discussed as
> https://issues.apache.org/jira/browse/ZEPPELIN-621, but it was more than 2
> years ago.
>
> What do you think?
>
> --
> With best wishes,Alex Ott
> http://alexott.net/
> Twitter: alexott_en (English), alexott (Russian)
>


[GitHub] zeppelin pull request #3026: Fix minor formatting issues in storage.md

2018-06-17 Thread karth295
GitHub user karth295 opened a pull request:

https://github.com/apache/zeppelin/pull/3026

Fix minor formatting issues in storage.md



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/karth295/zeppelin patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/3026.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3026


commit 7f23774e66f9b2890ada3e5f82cd79e390ef85c8
Author: karth295 
Date:   2018-06-17T18:57:18Z

Fix minor formatting issues in storage.md




---


Drop Java 7 support? (re-open ZEPPELIN-621?)

2018-06-17 Thread Alex Ott
Hi all

Right now Zeppelin is compiled for Java 7 as minimal version.
But it already EOL for a long time, so it makes sense to stop supporting it.

There are several reasons for it:

   - Spark 2.2.0 that is used by Zeppelin (at least in master) supports
   only Java 8+
   - Switch to Java 8 will allow to write more clear code for Java part of
   the Zeppelin code.

This switch was already discussed as
https://issues.apache.org/jira/browse/ZEPPELIN-621, but it was more than 2
years ago.

What do you think?

-- 
With best wishes,Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)


[GitHub] zeppelin issue #658: Switch to Java 8

2018-06-17 Thread alexott
Github user alexott commented on the issue:

https://github.com/apache/zeppelin/pull/658
  
Why it still not implemented? Spark starting with 2.2.0 works only with 
Java 8...


---


[jira] [Created] (ZEPPELIN-3548) KSQL Interpreter for Zeppelin

2018-06-17 Thread Alex Ott (JIRA)
Alex Ott created ZEPPELIN-3548:
--

 Summary: KSQL Interpreter for Zeppelin
 Key: ZEPPELIN-3548
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3548
 Project: Zeppelin
  Issue Type: New Feature
Affects Versions: 0.9.0
Reporter: Alex Ott


KSQL provides access to data in Apache Kafka via SQL-like queries, allowing to 
access streaming data without explicit coding 
(https://www.confluent.io/product/ksql/).

Having access to this data from Zeppelin would benefit many people working with 
streaming data.

I'm starting to work on this integration, and will send PR as soon as will get 
working version of interpreter.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] zeppelin issue #3000: [ZEPPELIN-3467] two-step, atomic configuration file

2018-06-17 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue:

https://github.com/apache/zeppelin/pull/3000
  
ping @felixcheung 


---