[GitHub] [zeppelin] zjffdu commented on pull request #3757: [dev fix] make fix_version unique

2020-05-02 Thread GitBox
zjffdu commented on pull request #3757: URL: https://github.com/apache/zeppelin/pull/3757#issuecomment-622778945 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: Broken HTML in Cassandra interpreter

2020-05-02 Thread Alex Ott
Hello Jeff Sorry, I forgot to mention that I attached screenshot to the Jira. The problem is that symbols that should be in the dropdown menu, are now are visible directly on the screen, etc. I suspect that the previous code relied on the internals of specific UI implementation, and after UI

Re: Broken HTML in Cassandra interpreter

2020-05-02 Thread Jeff Zhang
Hi Alex, Could you provide more info about how it is broken ? It looks like cassandra interpreter need cassandra cluster first, is it possible to reproduce it without cassandra cluster ? Alex Ott 于2020年5月1日周五 下午7:00写道: > Hi all > > I just created a

Re: Broken HTML in Cassandra interpreter

2020-05-02 Thread Alex Ott
Hi all It looks like that something wrong with my setup - when I'm compiling the code manually, it has this problem, when I download the same release, everything works fine... Any suggestions on what I could look for? I've tried to compile from the completely different user, but result it the

Re: Broken HTML in Cassandra interpreter

2020-05-02 Thread Jeff Zhang
Hi Alex, Apache mail list doesn't support inline display image attachment, could you put them on the jira ? Alex Ott 于2020年5月2日周六 下午10:23写道: > Just tested another setup - took 0.9.0 preview, replaced only interpreter > and Scalatre templates - and everything works just fine: > [image: Снимок

[jira] [Created] (ZEPPELIN-4790) Throw exception when using flink for scala 2.12

2020-05-02 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4790: Summary: Throw exception when using flink for scala 2.12 Key: ZEPPELIN-4790 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4790 Project: Zeppelin Issue

Re: Broken HTML in Cassandra interpreter

2020-05-02 Thread Alex Ott
done, I always forget about this... On Sat, May 2, 2020 at 4:40 PM Jeff Zhang wrote: > Hi Alex, > > Apache mail list doesn't support inline display image attachment, could you > put them on the jira ? > > Alex Ott 于2020年5月2日周六 下午10:23写道: > > > Just tested another setup - took 0.9.0 preview,

[jira] [Created] (ZEPPELIN-4789) Interpreter for PlantUML

2020-05-02 Thread Alex Ott (Jira)
Alex Ott created ZEPPELIN-4789: -- Summary: Interpreter for PlantUML Key: ZEPPELIN-4789 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4789 Project: Zeppelin Issue Type: New Feature

Re: Broken HTML in Cassandra interpreter

2020-05-02 Thread Alex Ott
Just tested another setup - took 0.9.0 preview, replaced only interpreter and Scalatre templates - and everything works just fine: [image: Снимок экрана 2020-05-02 в 16.21.35.png] But when I compare with version compiled on my machine, I see following, and there is an error about

[GitHub] [zeppelin] alexott opened a new pull request #3758: [ZEPPELIN-4791] Fix Java version check on MacOS

2020-05-02 Thread GitBox
alexott opened a new pull request #3758: URL: https://github.com/apache/zeppelin/pull/3758 ### What is this PR for? on MacOS, `[0-9]\+` doesn't work, so it was replaced with `[0-9][0-9]*` ### What type of PR is it? Bug Fix ### What is the Jira issue? *

[jira] [Created] (ZEPPELIN-4792) Help needs to be updated in Cassandra interpreter

2020-05-02 Thread Alex Ott (Jira)
Alex Ott created ZEPPELIN-4792: -- Summary: Help needs to be updated in Cassandra interpreter Key: ZEPPELIN-4792 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4792 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-4791) Java version check in common.sh on generates an error on MacOS

2020-05-02 Thread Alex Ott (Jira)
Alex Ott created ZEPPELIN-4791: -- Summary: Java version check in common.sh on generates an error on MacOS Key: ZEPPELIN-4791 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4791 Project: Zeppelin

[GitHub] [zeppelin] KirillTurchinskii opened a new pull request #3759: Minor fix

2020-05-02 Thread GitBox
KirillTurchinskii opened a new pull request #3759: URL: https://github.com/apache/zeppelin/pull/3759 ### What is this PR for? Some code refactoring is done, annotations added, and some of warnings has been removed ### What type of PR is it? Refactoring ### Todos