[jira] [Created] (ZEPPELIN-2380) Zeppelin 0.7.1 unintentionally run a function on declaration

2017-04-10 Thread Kevin (Sangwoo) Kim (JIRA)
Kevin (Sangwoo) Kim created ZEPPELIN-2380: - Summary: Zeppelin 0.7.1 unintentionally run a function on declaration Key: ZEPPELIN-2380 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2380

Re: Zeppelin 0.7.1 unintentionally run a function on declaration

2017-04-10 Thread Kevin Kim (Sangwoo)
Jeff, thanks for testing it, I just created an issue. https://issues.apache.org/jira/browse/ZEPPELIN-2380 2017년 4월 10일 (월) 오후 6:58, Jeff Zhang 님이 작성: > hmm, I can reproduce it, please help file a ticket for it > > > > Kevin Kim (Sangwoo) 于2017年4月10日周一

Re: Zeppelin 0.7.1 unintentionally run a function on declaration

2017-04-10 Thread Jeff Zhang
hmm, I can reproduce it, please help file a ticket for it Kevin Kim (Sangwoo) 于2017年4月10日周一 下午5:34写道: > code > === > def test() { > println("this must not print.") > } > > > result > === > test: ()Unit > this must not print. > > > 2017년 4월 10일 (월) 오후 5:55, Jeff Zhang

Re: Zeppelin 0.7.1 unintentionally run a function on declaration

2017-04-10 Thread Kevin Kim (Sangwoo)
code === def test() { println("this must not print.") } result === test: ()Unit this must not print. 2017년 4월 10일 (월) 오후 5:55, Jeff Zhang 님이 작성: > Can you paste your code to reproduce it ? Your screenshot can not be > displayed. > > > > Kevin Kim (Sangwoo)

Re: Zeppelin 0.7.1 unintentionally run a function on declaration

2017-04-10 Thread Jeff Zhang
Can you paste your code to reproduce it ? Your screenshot can not be displayed. Kevin Kim (Sangwoo) 于2017年4月10日周一 下午4:49写道: [image: Screen Shot 2017-04-10 at 5.46.29 PM.png] Hi everyone, I'm suffering from the problem Z is unintentionally running functions on declaration.

Zeppelin 0.7.1 unintentionally run a function on declaration

2017-04-10 Thread Kevin Kim (Sangwoo)
[image: Screen Shot 2017-04-10 at 5.46.29 PM.png] Hi everyone, I'm suffering from the problem Z is unintentionally running functions on declaration. (You may easily reproduce it) Does anyone have idea on this? Regards, Kevin