[GitHub] zeppelin issue #2130: ZEPPELIN-2251. Support getProgress for livy interprete...

2017-03-13 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2130 > does progress value needs to be clear when canceled or job failed? The finally block would already been executed no matter it is succeeded/canceled/failed. and progress value would not sho

[GitHub] zeppelin issue #2130: ZEPPELIN-2251. Support getProgress for livy interprete...

2017-03-13 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2130 I can not add it into system test because livy 0.4 is not released yet, and no snapshot artifact deployment for livy. I can do that after livy 0.4 is released --- If your project is set up for it

[GitHub] zeppelin issue #2121: [ZEPPELIN-2245] separate precode into JDBCInterpreter

2017-03-13 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2121 @felixcheung what kind of description, PR or changes from last commit? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If y

[GitHub] zeppelin issue #2121: [ZEPPELIN-2245] separate precode into JDBCInterpreter

2017-03-13 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2121 thanks, I see the changes, it would be good if you could add more descriptions on what they are doing --- If your project is set up for it, you can reply to this email and have your reply app

[GitHub] zeppelin issue #2130: ZEPPELIN-2251. Support getProgress for livy interprete...

2017-03-13 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2130 does progress value needs to be clear when canceled or job failed? --- 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 proje

[GitHub] zeppelin issue #2122: Jdbc interpreter sometime doesn't show detailed error ...

2017-03-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2122 CI is green. Please help review this. cc: @Leemoonsoo, @r-kamath, @jongyoul, @cloverhearts. --- If your project is set up for it, you can reply to this email and have your reply a

[GitHub] zeppelin issue #2126: [gh-pages][ZEPPELIN-2209, 2110] Show 'INTERPRETER' typ...

2017-03-13 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2126 nice! --- 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 th

[GitHub] zeppelin issue #2107: [ZEPPELIN-2149] Each interpreter should have a seperat...

2017-03-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2107 Any thoughts on 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 enabled and

[GitHub] zeppelin pull request #1985: [ZEPPELIN-2075] Can't stop infinite `while` sta...

2017-03-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1985 --- 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 e

[GitHub] zeppelin issue #1985: [ZEPPELIN-2075] Can't stop infinite `while` statement ...

2017-03-13 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1985 Will merge 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 have this feature enabled and wishes so, or

[GitHub] zeppelin issue #2128: [WIP] [Discuss] Make use of all grouped data to draw p...

2017-03-13 Thread sravan-s
Github user sravan-s commented on the issue: https://github.com/apache/zeppelin/pull/2128 @Leemoonsoo @AhyoungRyu Any comments on 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 f

[GitHub] zeppelin pull request #2131: ZEPPELIN-2256. poll job progress is called twic...

2017-03-13 Thread zjffdu
GitHub user zjffdu reopened a pull request: https://github.com/apache/zeppelin/pull/2131 ZEPPELIN-2256. poll job progress is called twice ### What is this PR for? Minor change to only call getProgress one time. ### What type of PR is it? [Improvement]

[GitHub] zeppelin pull request #2131: ZEPPELIN-2256. poll job progress is called twic...

2017-03-13 Thread zjffdu
Github user zjffdu closed the pull request at: https://github.com/apache/zeppelin/pull/2131 --- 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 e

[GitHub] zeppelin issue #2127: [gh-pages] Initialize bootstrap tooltip

2017-03-13 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2127 @1ambda Thanks for testing it out! Merge into gh-pages if there are no more comments on this. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] zeppelin pull request #2131: ZEPPELIN-2256. poll job progress is called twic...

2017-03-13 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2131 ZEPPELIN-2256. poll job progress is called twice ### What is this PR for? Minor change to only call getProgress one time. ### What type of PR is it? [Improvement] ##

[jira] [Created] (ZEPPELIN-2256) It is not necessary to poll job progress in InterpretJob

2017-03-13 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2256: Summary: It is not necessary to poll job progress in InterpretJob Key: ZEPPELIN-2256 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2256 Project: Zeppelin

[GitHub] zeppelin pull request #2108: [ZEPPELIN-2202] Disable personalized mode btn w...

2017-03-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2108 --- 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 e

[GitHub] zeppelin pull request #2130: ZEPPELIN-2251. Support getProgress for livy int...

2017-03-13 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2130 ZEPPELIN-2251. Support getProgress for livy interpreter ### What is this PR for? Livy 0.4 will support getting progress from statement, this PR would integrate this feature into livy interpret

Release on 0.7.1 and 0.7.2

2017-03-13 Thread Jongyoul Lee
Hi dev and users, As we released 0.7.0, most of users and dev reported a lot of bugs which were critical. For the reason, community including me started to prepare new minor release with umbrella issue[1]. Due to contributors' efforts, we have resolved some of issues and have reviewed almost unres

[jira] [Created] (ZEPPELIN-2255) Zeppelin frontend cache the progress of last execution

2017-03-13 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2255: Summary: Zeppelin frontend cache the progress of last execution Key: ZEPPELIN-2255 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2255 Project: Zeppelin

[GitHub] zeppelin issue #2120: [ZEPPELIN-1492] fixing the issue where updating a para...

2017-03-13 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2120 @FRosner Yes, that would be appreciated. --- 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 featu

[GitHub] zeppelin issue #2120: [ZEPPELIN-1492] fixing the issue where updating a para...

2017-03-13 Thread FRosner
Github user FRosner commented on the issue: https://github.com/apache/zeppelin/pull/2120 Do you want me to recreate the fork? I forked it long time ago :D -- Sent from my phone. Please excuse my brevity. On 03/13/2017, 16:05 Lee moon soo wrote: @FRosner Jenki

[GitHub] zeppelin issue #2112: [ZEPPELIN-2228] precode for SparkRInterpreter

2017-03-13 Thread dgskv
Github user dgskv commented on the issue: https://github.com/apache/zeppelin/pull/2112 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 featu

[jira] [Created] (ZEPPELIN-2254) Select certain fields (long text fields) from a table results in lots of text showing under the formatted table when using z.show()

2017-03-13 Thread Nassir (JIRA)
Nassir created ZEPPELIN-2254: Summary: Select certain fields (long text fields) from a table results in lots of text showing under the formatted table when using z.show() Key: ZEPPELIN-2254 URL: https://issues.apache.

[GitHub] zeppelin issue #2120: [ZEPPELIN-1492] fixing the issue where updating a para...

2017-03-13 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2120 @FRosner Jenkins checks `https://travis-ci.org/FRosner/zeppelin` instead of `https://travis-ci.org/FRosner/incubator-zeppelin` fyi. --- If your project is set up for it, you can reply to this

[GitHub] zeppelin issue #2101: ZEPPELIN-2219 Apache Ignite version updated to 1.9

2017-03-13 Thread agura
Github user agura commented on the issue: https://github.com/apache/zeppelin/pull/2101 Thanks a lot! --- 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

[GitHub] zeppelin pull request #2128: [WIP] [Discuss] Make use of all grouped data to...

2017-03-13 Thread sravan-s
GitHub user sravan-s reopened a pull request: https://github.com/apache/zeppelin/pull/2128 [WIP] [Discuss] Make use of all grouped data to draw pie chart ### What is this PR for? Now, grouped pie charts only uses the data from the first group With this fix- * Add data fr

[GitHub] zeppelin pull request #2128: [WIP] [Discuss] Make use of all grouped data to...

2017-03-13 Thread sravan-s
Github user sravan-s closed the pull request at: https://github.com/apache/zeppelin/pull/2128 --- 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

[jira] [Created] (ZEPPELIN-2253) Piechart rendering issue when coloumn selcted as 'key' is changed

2017-03-13 Thread Sravan S (JIRA)
Sravan S created ZEPPELIN-2253: -- Summary: Piechart rendering issue when coloumn selcted as 'key' is changed Key: ZEPPELIN-2253 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2253 Project: Zeppelin

[GitHub] zeppelin issue #2128: [WIP] [Discuss] Make use of all grouped data to draw p...

2017-03-13 Thread sravan-s
Github user sravan-s commented on the issue: https://github.com/apache/zeppelin/pull/2128 As per [ZEPPELIN-2237](https://issues.apache.org/jira/browse/ZEPPELIN-2237), in situations in which data is grouped, the pie chart only displays the data from first group. With this fix, data fr

[GitHub] zeppelin pull request #2129: [ZEPPELIN-2252] discreteness of line charts

2017-03-13 Thread tinkoff-dwh
GitHub user tinkoff-dwh opened a pull request: https://github.com/apache/zeppelin/pull/2129 [ZEPPELIN-2252] discreteness of line charts ### What is this PR for? Added a discreteness in the line chart. Correcting the display of the chart, when the values does not exist at the poi

[GitHub] zeppelin pull request #2128: [WIP] [Discuss] Make use of all grouped data to...

2017-03-13 Thread sravan-s
GitHub user sravan-s opened a pull request: https://github.com/apache/zeppelin/pull/2128 [WIP] [Discuss] Make use of all grouped data to draw pie chart ### What is this PR for? Now, grouped pie charts only uses the data from the first group With this fix- * Add data from

[GitHub] zeppelin pull request #2101: ZEPPELIN-2219 Apache Ignite version updated to ...

2017-03-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2101 --- 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 e

[GitHub] zeppelin pull request #2109: [ZEPPELIN-2231] Helium bundle should be able to...

2017-03-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2109 --- 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 e

[GitHub] zeppelin issue #2105: [ZEPPELIN-2215] Progress bar for Spell execution

2017-03-13 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2105 Looks good! Regarding `%`, if the percentage means nothing, then it's okay with not showing it i think. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] zeppelin issue #2119: [ZEPPELIN-2243] Use uppercase for shortcut description

2017-03-13 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2119 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 #2120: [ZEPPELIN-1492] fixing the issue where updating a para...

2017-03-13 Thread FRosner
Github user FRosner commented on the issue: https://github.com/apache/zeppelin/pull/2120 @1ambda it's building fine at travis: https://travis-ci.org/FRosner/incubator-zeppelin Anything else I need to do? Why is Jenkins complaining? --- If your project is set up for it, you c

Scala interpretations

2017-03-13 Thread Igor Drozdov
Hello! Please help me understand how spark interpreter works. Why we split code into lines and run it line-by-line and not the whole input at once? Thank you, Igor Drozdov

[GitHub] zeppelin issue #2119: [ZEPPELIN-2243] Use uppercase for shortcut description

2017-03-13 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2119 @soralee Thanks for 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 wi

[GitHub] zeppelin issue #2125: [ZEPPELIN-2222] Add Network Visualization

2017-03-13 Thread tae-jun
Github user tae-jun commented on the issue: https://github.com/apache/zeppelin/pull/2125 @conker84 FYI, you can simply just take a GIF using software called **LICEcap**, and upload it directly here with drag and drop :) --- If your project is set up for it, you can reply to this emai

[GitHub] zeppelin issue #2125: [ZEPPELIN-2222] Add Network Visualization

2017-03-13 Thread conker84
Github user conker84 commented on the issue: https://github.com/apache/zeppelin/pull/2125 @1ambda the graph is flatten by javascript apis so we can leverage the other visualizations provided by Zeppelin I'll add a video asap to show how it works! --- If your project is set up for

[jira] [Created] (ZEPPELIN-2252) Discreteness of line charts

2017-03-13 Thread Tinkoff DWH (JIRA)
Tinkoff DWH created ZEPPELIN-2252: - Summary: Discreteness of line charts Key: ZEPPELIN-2252 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2252 Project: Zeppelin Issue Type: Improvement

[GitHub] zeppelin issue #2105: [ZEPPELIN-2215] Progress bar for Spell execution

2017-03-13 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2105 @soralee Thanks for 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 wi