[GitHub] zeppelin pull request #2449: [Zeppelin-2676]

2017-06-29 Thread tinkoff-dwh
GitHub user tinkoff-dwh opened a pull request: https://github.com/apache/zeppelin/pull/2449 [Zeppelin-2676] ### What is this PR for? Adding recent notes feature: every user now can see his recent notes on homepage. Also you can add recent list on your custom home page.

[GitHub] zeppelin pull request #2435: [ZEPPELIN-2688]. Upgrade ace to 1.2.7

2017-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2435 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Add version 0.7.3 in jira

2017-06-29 Thread Jeff Zhang
Could anyone create 0.7.3 in zeppelin's jira since 0.7.2 has been released.

[GitHub] zeppelin pull request #2431: ZEPPELIN-2615. Upgrade pig to 0.17.0 to support...

2017-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2431 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] zeppelin issue #2428: [ZEPPELIN-1470] limiting results from jdbc

2017-06-29 Thread herval
Github user herval commented on the issue: https://github.com/apache/zeppelin/pull/2428 @tinkoff-dwh it's not duplicate. The bug here is that if you don't do `statement.setMaxRows`, some drivers (eg postgres) will try to load everything when you issue a `select *`. Using

[GitHub] zeppelin issue #2452: [ZEPPELIN-2706] Fix unable to remove selected keys in ...

2017-06-29 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2452 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] zeppelin issue #2451: [ZEPPELIN-2708][DOCS] feat: Add v scroll to setup, usa...

2017-06-29 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/2451 Cool! it looks better than before. LGTM ![image](https://user-images.githubusercontent.com/8110458/27707690-2db383a4-5d51-11e7-9b55-54fc48525e55.png)

[GitHub] zeppelin issue #2428: [ZEPPELIN-1470] limiting results from jdbc

2017-06-29 Thread herval
Github user herval commented on the issue: https://github.com/apache/zeppelin/pull/2428 hmm.. It actually seems that setFetchSize does not limit the query execution (so it takes forever & hangs Zeppelin) Figuring out if there's a way to show results are truncated + use

[GitHub] zeppelin issue #2428: [ZEPPELIN-1470] limiting results from jdbc

2017-06-29 Thread masyan
Github user masyan commented on the issue: https://github.com/apache/zeppelin/pull/2428 we already have a check to limit. setMaxRows duplicate it --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] zeppelin issue #2428: [ZEPPELIN-1470] limiting results from jdbc

2017-06-29 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2428 we already have a check to limit. setMaxRows duplicate it --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] zeppelin issue #2428: [ZEPPELIN-1470] limiting results from jdbc

2017-06-29 Thread herval
Github user herval commented on the issue: https://github.com/apache/zeppelin/pull/2428 ![screenshot 2017-06-29 12 37 41](https://user-images.githubusercontent.com/5610/27706856-07f38206-5cc8-11e7-9e57-03f5d6d4cffd.png) --- If your project is set up for it, you can reply to this

[GitHub] zeppelin issue #2450: [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image URLs i...

2017-06-29 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/2450 Tested and LGTM! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so,

[GitHub] zeppelin pull request #2394: [gh-pages] [ZEPPELIN-2597] adding technologies ...

2017-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2394 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] zeppelin pull request #2454: [ZEPPELIN-2710] Programmatically update progres...

2017-06-29 Thread Leemoonsoo
Github user Leemoonsoo closed the pull request at: https://github.com/apache/zeppelin/pull/2454 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] zeppelin pull request #2454: [ZEPPELIN-2710] Programmatically update progres...

2017-06-29 Thread Leemoonsoo
GitHub user Leemoonsoo reopened a pull request: https://github.com/apache/zeppelin/pull/2454 [ZEPPELIN-2710] Programmatically update progress bar ### What is this PR for? This PR adds setProgress(n) method to InterpreterContext. So user can simply update progress bar

[GitHub] zeppelin issue #2434: ZEPPELIN-2687: Show code in description section of Spa...

2017-06-29 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2434 Yes, we need to truncate that. @karuppayya Could you add some comment to explain what is the jobShortText and jobLongText. --- If your project is set up for it, you can reply to this email and

[GitHub] zeppelin issue #2428: [ZEPPELIN-1470] limiting results from jdbc

2017-06-29 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2428 got it. I agree it's generally better to restrict the job at the source perhaps you can use the existing settings but apply it at the JDBC instead? it would be easier to switch existing

[GitHub] zeppelin issue #2450: [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image URLs i...

2017-06-29 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2450 Thank you for fixing this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[jira] [Created] (ZEPPELIN-2711) Metrics for service monitoring

2017-06-29 Thread Herval Freire (JIRA)
Herval Freire created ZEPPELIN-2711: --- Summary: Metrics for service monitoring Key: ZEPPELIN-2711 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2711 Project: Zeppelin Issue Type: New

[GitHub] zeppelin issue #2428: [ZEPPELIN-1470] limiting results from jdbc

2017-06-29 Thread herval
Github user herval commented on the issue: https://github.com/apache/zeppelin/pull/2428 I am using the original setting (getMaxResults). I had to set it in two calls because setFetchSize will determine that there is a “next” page, but if I only do “setMaxResults”, it will not

[GitHub] zeppelin issue #2450: [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image URLs i...

2017-06-29 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2450 Thanks will merge and deploy as a hotfix. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] zeppelin pull request #2450: [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image...

2017-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2450 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] zeppelin issue #2434: ZEPPELIN-2687: Show code in description section of Spa...

2017-06-29 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2434 @felixcheung 1. Regarding the security exploitation Spark does escapes any HTML, except for a anchor element with relative links

[GitHub] zeppelin issue #2438: [ZEPPELIN-2693] Test: interpreter mode action test

2017-06-29 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/2438 Ready to review --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so,

[GitHub] zeppelin pull request #2441: [ZEPPELIN-2683] fix: should provide horizontal ...

2017-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2441 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] zeppelin issue #2450: [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image URLs i...

2017-06-29 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2450 Deployed. - http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/interpreter/r.html#using-the-r-interpreter --- If your project is set up for it, you can reply to this email and have your

[GitHub] zeppelin issue #2434: ZEPPELIN-2687: Show code in description section of Spa...

2017-06-29 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2434 @felixcheung any suggestion on the length of text(for the short description). Also in case of scala, python code, when the first code line is a import , should we skip it and show the

[GitHub] zeppelin issue #2415: [ZEPPELIN-2661]Test: personalized mode action

2017-06-29 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/2415 please review again @jongyoul :slightly_smiling_face: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] zeppelin issue #2434: ZEPPELIN-2687: Show code in description section of Spa...

2017-06-29 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2434 what is the goal of this? if the goal is identification, then either the last line (or last few lines) and/or with paragraph id should be sufficient. I believe the pig interpreter has a

[jira] [Created] (ZEPPELIN-2710) Let user manually update progress bar

2017-06-29 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-2710: -- Summary: Let user manually update progress bar Key: ZEPPELIN-2710 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2710 Project: Zeppelin Issue Type:

[GitHub] zeppelin pull request #2454: [ZEPPELIN-2710] Programmatically update progres...

2017-06-29 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/2454 [ZEPPELIN-2710] Programmatically update progress bar ### What is this PR for? This PR adds setProgress(n) method to InterpreterContext. So user can simply update progress bar manually

[GitHub] zeppelin pull request #2453: [ZEPPELIN-2659] Let WebEnvironment initialize S...

2017-06-29 Thread sctincman
GitHub user sctincman opened a pull request: https://github.com/apache/zeppelin/pull/2453 [ZEPPELIN-2659] Let WebEnvironment initialize SecurityManager. ### What is this PR for? This commit disables generating a Shiro `SecurityManager` from the `IniSecurityManagerFactory`, and

[jira] [Created] (ZEPPELIN-2709) Zeppelin 0.7.1 : isloated mode for interpreter throws NullPointerException

2017-06-29 Thread Darshan Mehta (JIRA)
Darshan Mehta created ZEPPELIN-2709: --- Summary: Zeppelin 0.7.1 : isloated mode for interpreter throws NullPointerException Key: ZEPPELIN-2709 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2709

Re: New PMC member: Ahyoung Ryu

2017-06-29 Thread Vinay Shukla
Congratulations Ahyoung Ryu, well deserved! On Thu, Jun 29, 2017 at 5:31 AM, DuyHai Doan wrote: > Congratulations Ahyoung Ryu! > > On Thu, Jun 29, 2017 at 2:01 PM, Hyung Sung Shim > wrote: > > > Congratulations~ > > > > 2017년 6월 29일 (목) 오후 7:59,

[GitHub] zeppelin issue #2450: [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image URLs i...

2017-06-29 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/2450 Looks good! Let me test and come back here. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] zeppelin pull request #2442: [ZEPPELIN-2679] JDBC. precode for session

2017-06-29 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request: https://github.com/apache/zeppelin/pull/2442 [ZEPPELIN-2679] JDBC. precode for session ### What is this PR for? We have a precode for interpreter (all interpreters) which executes once after start interpreter. With it we can

[GitHub] zeppelin pull request #2442: [ZEPPELIN-2679] JDBC. precode for session

2017-06-29 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at: https://github.com/apache/zeppelin/pull/2442 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] zeppelin issue #2415: [ZEPPELIN-2661]Test: personalized mode action

2017-06-29 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/2415 @1ambda, I updated regarding login, logout code because I think that it would be better to reuse in AuthenticationIT code and to resolve passing CI test. Regarding CI failure seems like

[GitHub] zeppelin issue #2442: [ZEPPELIN-2679] JDBC. precode for session

2017-06-29 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2442 @tinkoff-dwh What do you mean `database session` ? From the code, `precode` is executed per statement. And what is the usage scenario for this ? Could you give an example ? Thanks --- If your

[GitHub] zeppelin issue #2442: [ZEPPELIN-2679] JDBC. precode for session

2017-06-29 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2442 @zjffdu yep, per statement. for exp. There is jdbc interpreter per user (postgres). There are many users and each user has scheme to work. 1. set search_path='#{user}'

[GitHub] zeppelin pull request #2268: [ZEPPELIN-2403] interpreter property widgets

2017-06-29 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request: https://github.com/apache/zeppelin/pull/2268 [ZEPPELIN-2403] interpreter property widgets ### What is this PR for? I spoiled the previous PR #2251 Added widgets (string, text, url, password, url, checkbox) to properties

[GitHub] zeppelin issue #2415: [ZEPPELIN-2661]Test: personalized mode action

2017-06-29 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/2415 reopen CI becoming green --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

Re: New PMC member: Ahyoung Ryu

2017-06-29 Thread Park Hoon
Congrats!! On Thu, Jun 29, 2017 at 6:45 PM, moon soo Lee wrote: > The Project Management Committee (PMC) for Apache Zeppelin has invited > Ahyoung Ryu to become a PMC and we are pleased to announce that has > accepted. > > Please join us to welcome. > > The Apache Zeppelin PMC

[GitHub] zeppelin issue #2437: [ZEPPELIN-2582][DOCS] docs for interpreter binding mod...

2017-06-29 Thread cacti77
Github user cacti77 commented on the issue: https://github.com/apache/zeppelin/pull/2437 Sorry, I've never done a PR before so I'm not familiar with how best to contribute my suggestions. I'm also finding it difficult to see what the final docs page would look like as a whole.

[GitHub] zeppelin issue #2445: ZEPPELIN-2674 Ignite version upgraded up to 2.0

2017-06-29 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2445 @agura If you have a problem to set up CI, we can discuss here. Please leave comments. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

New PMC member: Ahyoung Ryu

2017-06-29 Thread moon soo Lee
The Project Management Committee (PMC) for Apache Zeppelin has invited Ahyoung Ryu to become a PMC and we are pleased to announce that has accepted. Please join us to welcome. The Apache Zeppelin PMC

[jira] [Created] (ZEPPELIN-2706) Unable to remove selected keys in Pie chart

2017-06-29 Thread Tinkoff DWH (JIRA)
Tinkoff DWH created ZEPPELIN-2706: - Summary: Unable to remove selected keys in Pie chart Key: ZEPPELIN-2706 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2706 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-2707) Should use the relative path for all images in documentation

2017-06-29 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2707: --- Summary: Should use the relative path for all images in documentation Key: ZEPPELIN-2707 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2707 Project: Zeppelin

Re: New PMC member: Ahyoung Ryu

2017-06-29 Thread Jun Kim
Congratulations~!!! You deserve it! :) 2017년 6월 29일 (목) 오후 7:44, Jeff Zhang 님이 작성: > Congrats! > > Park Hoon <1am...@gmail.com>于2017年6月29日周四 下午6:25写道: > > > Congrats!! > > > > On Thu, Jun 29, 2017 at 6:45 PM, moon soo Lee wrote: > > > > > The Project

[GitHub] zeppelin pull request #2415: [ZEPPELIN-2661]Test: personalized mode action

2017-06-29 Thread soralee
GitHub user soralee reopened a pull request: https://github.com/apache/zeppelin/pull/2415 [ZEPPELIN-2661]Test: personalized mode action ### What is this PR for? Adding to personalized mode action case on Selenium test. Here is for checking scenario. 1. Simple action

[GitHub] zeppelin pull request #2415: [ZEPPELIN-2661]Test: personalized mode action

2017-06-29 Thread soralee
Github user soralee closed the pull request at: https://github.com/apache/zeppelin/pull/2415 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] zeppelin pull request #2268: [ZEPPELIN-2403] interpreter property widgets

2017-06-29 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at: https://github.com/apache/zeppelin/pull/2268 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] zeppelin issue #2437: [ZEPPELIN-2582][DOCS] docs for interpreter binding mod...

2017-06-29 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2437 @cacti77 Your comment is helpful. You can preview the page like - [setup rvm 2.1.0+ and install required bundles for

Re: New PMC member: Ahyoung Ryu

2017-06-29 Thread Jeff Zhang
Congrats! Park Hoon <1am...@gmail.com>于2017年6月29日周四 下午6:25写道: > Congrats!! > > On Thu, Jun 29, 2017 at 6:45 PM, moon soo Lee wrote: > > > The Project Management Committee (PMC) for Apache Zeppelin has invited > > Ahyoung Ryu to become a PMC and we are pleased to announce that

[jira] [Created] (ZEPPELIN-2708) Should provide V scrolls for setup, usage menus in doc

2017-06-29 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2708: --- Summary: Should provide V scrolls for setup, usage menus in doc Key: ZEPPELIN-2708 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2708 Project: Zeppelin

Re: New PMC member: Ahyoung Ryu

2017-06-29 Thread Prabhjyot Singh
Congratulations! On Jun 29, 2017 4:18 PM, "Jun Kim" wrote: > Congratulations~!!! > You deserve it! :) > > 2017년 6월 29일 (목) 오후 7:44, Jeff Zhang 님이 작성: > > > Congrats! > > > > Park Hoon <1am...@gmail.com>于2017年6月29日周四 下午6:25写道: > > > > > Congrats!! > > > > > >

[GitHub] zeppelin issue #2445: ZEPPELIN-2674 Ignite version upgraded up to 2.0

2017-06-29 Thread agura
Github user agura commented on the issue: https://github.com/apache/zeppelin/pull/2445 @1ambda I'll try a little bit later. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] zeppelin pull request #2450: [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image...

2017-06-29 Thread 1ambda
GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/2450 [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image URLs in 0.8.0-SNAPSHOT doc ### What is this PR for? fix: broken image URLs in 0.8.0-SNAPSHOT doc using images in {{/asset}} (the

[GitHub] zeppelin pull request #2450: [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image...

2017-06-29 Thread 1ambda
GitHub user 1ambda reopened a pull request: https://github.com/apache/zeppelin/pull/2450 [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image URLs in 0.8.0-SNAPSHOT doc ### What is this PR for? fix: broken image URLs in 0.8.0-SNAPSHOT doc using images in {{/asset}} (the

[GitHub] zeppelin pull request #2450: [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image...

2017-06-29 Thread 1ambda
Github user 1ambda closed the pull request at: https://github.com/apache/zeppelin/pull/2450 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] zeppelin issue #2451: [ZEPPELIN-2708][DOCS] feat: Add v scroll to setup, usa...

2017-06-29 Thread tae-jun
Github user tae-jun commented on the issue: https://github.com/apache/zeppelin/pull/2451 Now it works perfectly 👍 LGTM! ![image](https://user-images.githubusercontent.com/8201019/27687030-32daeb38-5d10-11e7-8b20-8c4f350947dc.png) --- If your project is set up for

[GitHub] zeppelin pull request #2451: [ZEPPELIN-2708][DOCS] feat: Add v scroll to set...

2017-06-29 Thread 1ambda
GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/2451 [ZEPPELIN-2708][DOCS] feat: Add v scroll to setup, usage menus in navbar ### What is this PR for? Added v scroll to setup, usage menus in the navbar. Because some users are

Re: New PMC member: Ahyoung Ryu

2017-06-29 Thread Hyung Sung Shim
Congratulations~ 2017년 6월 29일 (목) 오후 7:59, Prabhjyot Singh 님이 작성: > Congratulations! > > On Jun 29, 2017 4:18 PM, "Jun Kim" wrote: > > > Congratulations~!!! > > You deserve it! :) > > > > 2017년 6월 29일 (목) 오후 7:44, Jeff Zhang 님이 작성:

Re: Add version 0.7.3 in jira

2017-06-29 Thread moon soo Lee
Done! On Thu, Jun 29, 2017 at 3:19 PM Jeff Zhang wrote: > Could anyone create 0.7.3 in zeppelin's jira since 0.7.2 has been released. >

Re: Add version 0.7.3 in jira

2017-06-29 Thread Jeff Zhang
Thanks moon moon soo Lee 于2017年6月29日周四 下午2:28写道: > Done! > > On Thu, Jun 29, 2017 at 3:19 PM Jeff Zhang wrote: > > > Could anyone create 0.7.3 in zeppelin's jira since 0.7.2 has been > released. > > >

[GitHub] zeppelin issue #2272: ZEPPELIN-2397. Add toJson and fromJson method for seri...

2017-06-29 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2272 Thanks @felixcheung @jongyoul for the review. Comments are addressed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

Re: New PMC member: Ahyoung Ryu

2017-06-29 Thread DuyHai Doan
Congratulations Ahyoung Ryu! On Thu, Jun 29, 2017 at 2:01 PM, Hyung Sung Shim wrote: > Congratulations~ > > 2017년 6월 29일 (목) 오후 7:59, Prabhjyot Singh 님이 작성: > > > Congratulations! > > > > On Jun 29, 2017 4:18 PM, "Jun Kim" wrote:

[GitHub] zeppelin issue #2451: [ZEPPELIN-2708][DOCS] feat: Add v scroll to setup, usa...

2017-06-29 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2451 @tae-jun Thanks for the quick review! Merge if no more discussion. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] zeppelin pull request #2450: [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image...

2017-06-29 Thread 1ambda
GitHub user 1ambda reopened a pull request: https://github.com/apache/zeppelin/pull/2450 [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image URLs in 0.8.0-SNAPSHOT doc ### What is this PR for? fix: broken image URLs in 0.8.0-SNAPSHOT doc using the path `/asset` (the

[GitHub] zeppelin pull request #2450: [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image...

2017-06-29 Thread 1ambda
Github user 1ambda closed the pull request at: https://github.com/apache/zeppelin/pull/2450 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] zeppelin pull request #2450: [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image...

2017-06-29 Thread 1ambda
Github user 1ambda closed the pull request at: https://github.com/apache/zeppelin/pull/2450 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] zeppelin pull request #2450: [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image...

2017-06-29 Thread 1ambda
GitHub user 1ambda reopened a pull request: https://github.com/apache/zeppelin/pull/2450 [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image URLs in 0.8.0-SNAPSHOT doc ### What is this PR for? fix: broken image URLs in 0.8.0-SNAPSHOT doc using the path `/asset` (the

[GitHub] zeppelin pull request #2452: [ZEPPELIN-2706] Fix unable to remove selected k...

2017-06-29 Thread tinkoff-dwh
GitHub user tinkoff-dwh opened a pull request: https://github.com/apache/zeppelin/pull/2452 [ZEPPELIN-2706] Fix unable to remove selected keys in Pie chart ### What is this PR for? Fix bug: unable to remove selected keys in Pie chart ### What type of PR is it? [Bug