[jira] [Created] (ZEPPELIN-5964) Renaming and executing a note results in it being duplicated.

2023-09-14 Thread Matthias Koch (Jira)
Matthias Koch created ZEPPELIN-5964:
---

 Summary: Renaming and executing a note results in it being 
duplicated.
 Key: ZEPPELIN-5964
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5964
 Project: Zeppelin
  Issue Type: Bug
  Components: zeppelin-zengine
Affects Versions: 0.10.1
Reporter: Matthias Koch


If a note is renamed by changing only the capitalization, the note is copied at 
the file system level when it is executed again.
h3. Preconditions:

A note, for example, named "{_}note"{_}
h3. Steps to reproduce:
 * Rename the note "{_}note"{_} to "{_}Note"{_}
 * Open and execute the note

h3. Expected result:

There is only one file _Note_ in the file system
h3. Observed result:

There are two files in the file system: _Note_ and _note_



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: A question about pull requests for updates to the web site

2023-09-14 Thread Jongyoul Lee
Hello Bill,

I added you as a contributor. I think you can now assign yourself as
assignee.

Best regards,
Jongyoul

2023년 9월 14일 (목) 오전 1:43, Bill Brooks 님이 작성:

> Hi Jongyoul,
>
> Can you assign the Jira ticket ZEPPELIN-5938 to me or give me a pointer to
> where I can read up on how to assign it to myself?
>
> Thanks,
>
> Bill
>
>
> On Mon, Sep 11, 2023 at 1:58 PM Bill Brooks  wrote:
>
> > Jongyoul,
> >
> > Thanks for letting me know. My request for a Jira account was fulfilled
> > earlier today.
> >
> > I've forked the repo and I'll submit my PR against the new location in/on
> > GitHub. I've also submitted a PR for a misspelling in the README as an
> > initial contribution, just because I've never been through the PR process
> > for an Apache project before.
> >
> > Thanks in advance for your consideration.
> >
> > Bill
> >
> >
> > On Sat, Sep 9, 2023 at 9:10 PM Jongyoul Lee  wrote:
> >
> >> Hello,
> >>
> >> I'm currently moving the source code for Zeppelin's web to
> >> https://github.com/apache/zeppelin-site.
> >>
> >> I want to make it easier for users to review the current code and
> >> contribute more easily.
> >>
> >> Best regards,
> >> Jongyoul
> >>
> >> 2023년 9월 9일 (토) 오전 12:33, Bill Brooks 님이 작성:
> >>
> >>> Hi Jongyoul,
> >>>
> >>> I am wrestling with getting Jekyll to generate the documentation
> website
> >>> on
> >>> Mac OS right now, but I will come back to my first contribution to
> >>> zeppelin
> >>> very soon.
> >>>
> >>> Thanks for the pointer!
> >>>
> >>> Bill
> >>>
> >>>
> >>> On Wed, Sep 6, 2023 at 9:08 AM Jongyoul Lee 
> wrote:
> >>>
> >>> > Hello Bill,
> >>> >
> >>> > Sorry for the late reply.
> >>> >
> >>> > In general, Zeppelin's documentation has two different places.
> >>> >
> >>> > - https://github.com/apache/zeppelin/tree/master/docs
> >>> > - https://github.com/apache/zeppelin/tree/gh-pages
> >>> >
> >>> > I hope this helps you and I appreciate your interest and welcome your
> >>> > contribution.
> >>> >
> >>> > Best regards,
> >>> > Jongyoul
> >>> >
> >>> >
> >>> >
> >>> > 2023년 8월 31일 (목) 오전 7:30, Bill Brooks 님이 작성:
> >>> >
> >>> > > Hi All.
> >>> > >
> >>> > > I am preparing my first PR, for some updates to the website, and
> had
> >>> a
> >>> > > question:
> >>> > >
> >>> > > Is the current version of the website, such as the contributors
> page
> >>> > here:
> >>> > > https://zeppelin.apache.org/contribution/contributions.html
> >>> > >
> >>> > > ...actually located in the GitHub repo? My upcoming PR is about the
> >>> > > now-outdated reference to travis-ci and I searched for that string,
> >>> using
> >>> > > the built-in GitHub search, against the GitHub repo here:
> >>> > > https://github.com/apache/zeppelin
> >>> > >
> >>> > > ..and the only result is a single mention in a shell/PTY4J.md
> >>> > > <
> >>> > >
> >>> >
> >>>
> https://github.com/apache/zeppelin/blob/ed958b538d67539cc8bc232668cce1163f51c468/shell/PTY4J.md?plain=1#L22
> >>> > > >
> >>> > > file. The same page says that the official site for Zeppelin is
> >>> > > http://git.apache.org/zeppelin.git but trying to retrieve that URL
> >>> > results
> >>> > > in a 404 error.
> >>> > >
> >>> > > My upcoming PR is a change for the contributors page and I don't
> see
> >>> the
> >>> > > source for the website, but of course I could be overlooking it.
> >>> Running:
> >>> > > grep -c -i "travis-ci" *.md
> >>> > >
> >>> > > ...in the subdirectory 'docs/development/contribution' returns no
> >>> > matches.
> >>> > >
> >>> > > Thanks in advance for any insight you can provide.
> >>> > >
> >>> > > Bill
> >>> > >
> >>> >
> >>> >
> >>> > --
> >>> > 이종열, Jongyoul Lee, 李宗烈
> >>> > http://madeng.net
> >>> >
> >>>
> >>
> >>
> >> --
> >> 이종열, Jongyoul Lee, 李宗烈
> >> http://madeng.net
> >>
> >
>


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


[jira] [Created] (ZEPPELIN-5963) Migrate all Flink test to JUnit5

2023-09-14 Thread Philipp Dallig (Jira)
Philipp Dallig created ZEPPELIN-5963:


 Summary: Migrate all Flink test to JUnit5
 Key: ZEPPELIN-5963
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5963
 Project: Zeppelin
  Issue Type: Task
  Components: flink
Affects Versions: 0.10.1
Reporter: Philipp Dallig


Currently the 
[FlinkSqlInterpreterTest|https://github.com/apache/zeppelin/blob/11f6aa6f295b4d11f43f4ad6e9dc8200f8f9081f/flink/flink-scala-parent/src/test/java/org/apache/zeppelin/flink/FlinkSqlInterpreterTest.java#L71]
 is still written with JUnit4. I am not able to migrate this.

After Migration remove the 
[vintage-engine|https://github.com/apache/zeppelin/blob/11f6aa6f295b4d11f43f4ad6e9dc8200f8f9081f/flink/flink-scala-parent/pom.xml#L576-L581]
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)