[GitHub] zeppelin issue #2848: [Zeppelin-3307] - Improved shared browsing/editing for...

2018-05-23 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2848 Will merge it if there's no further discussion ---

[GitHub] zeppelin issue #2978: [ZEPPELIN-3467] two-step, atomic configuration file wr...

2018-05-23 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2978 LocalConfigStorage is the old implantation of config storage just for backward compatibility. FileSystemConfigStorage is for hadoop compatible filesystem which is new in 0.8 ---

[GitHub] zeppelin issue #2978: [ZEPPELIN-3467] two-step, atomic configuration file wr...

2018-05-23 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/2978 What's difference between LocalConfigStorage and FileSystemConfigStorage? I don't know Zeppelin internals that well. Wonder if this has to be fixed FileSystemConfigStorage.java as well?

[GitHub] zeppelin issue #2945: [ZEPPELIN-3430] fix logic of loading githubnotebookrep...

2018-05-23 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/2945 got it, thanks @zjffdu ---

[GitHub] zeppelin issue #2945: [ZEPPELIN-3430] fix logic of loading githubnotebookrep...

2018-05-23 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2945 @Tagar It only affect 0.9, there's no plugin in 0.8 ---

[GitHub] zeppelin issue #2979: ZEPPELIN-3484. sc.setJobGroup() shows up in error stac...

2018-05-23 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/2979 works as expected. thanks for quick turnaround! LGTM. ---

[GitHub] zeppelin issue #2975: ZEPPELIN-3475: Bump up version of Apache Thrift

2018-05-23 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/2975 When I build Zeppelin, I see in maven build log > [INFO] Including org.apache.thrift:libthrift:jar:0.9.3 in the shaded jar. > [INFO] Including org.apache.thrift:libfb303:jar:0.9.3 in

[jira] [Created] (ZEPPELIN-3495) CSS In Notebooks Causes Other Notebooks To Lose Their Output Graphics

2018-05-23 Thread Albert Chan (JIRA)
Albert Chan created ZEPPELIN-3495: - Summary: CSS In Notebooks Causes Other Notebooks To Lose Their Output Graphics Key: ZEPPELIN-3495 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3495 Project:

[jira] [Created] (ZEPPELIN-3494) Zeppelin should support per notebook sessions/configuration

2018-05-23 Thread Suma Shivaprasad (JIRA)
Suma Shivaprasad created ZEPPELIN-3494: -- Summary: Zeppelin should support per notebook sessions/configuration Key: ZEPPELIN-3494 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3494 Project:

[jira] [Created] (ZEPPELIN-3493) "Export all data as csv" not exporting all data

2018-05-23 Thread Sanjay Dasgupta (JIRA)
Sanjay Dasgupta created ZEPPELIN-3493: - Summary: "Export all data as csv" not exporting all data Key: ZEPPELIN-3493 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3493 Project: Zeppelin

[GitHub] zeppelin issue #2945: [ZEPPELIN-3430] fix logic of loading githubnotebookrep...

2018-05-23 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/2945 @zjffdu, is it possible to commit this into the 0.8 branch? thanks. ---

[GitHub] zeppelin issue #2978: [ZEPPELIN-3467] two-step, atomic configuration file wr...

2018-05-23 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/2978 Thanks @sanjaydasgupta. I will give this a try today. ---

[GitHub] zeppelin issue #2979: ZEPPELIN-3484. sc.setJobGroup() shows up in error stac...

2018-05-23 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/2979 Thanks @zjffdu - I will test this today. ---

[GitHub] zeppelin pull request #2980: ZEPPELIN-3489. Yarn cluster mode doesn't work f...

2018-05-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2980 ---

[GitHub] zeppelin pull request #2982: [ZEPPELIN-3492] The paragraph's table does not ...

2018-05-23 Thread Savalek
GitHub user Savalek opened a pull request: https://github.com/apache/zeppelin/pull/2982 [ZEPPELIN-3492] The paragraph's table does not scroll if there is a large cell ### What is this PR for? When scrolling (with the mouse wheel), the contents of the table jump and do not

[GitHub] zeppelin issue #2975: ZEPPELIN-3475: Bump up version of Apache Thrift

2018-05-23 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2975 @Tagar @felixcheung not sure if I fully understand maven-shade-plugin is this https://github.com/apache/zeppelin/pull/2975/commits/19b21b1624da552ea8168fe07919134e1a7bcb2f what we are

[GitHub] zeppelin issue #2978: [ZEPPELIN-3467] two-step, atomic configuration file wr...

2018-05-23 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2978 Added code to delete the temp file if the write fails. Re-throwing the exception serves two purposes: 1) Ensure that the caller sees the same exception when the write fails, and

[GitHub] zeppelin issue #2981: [ZEPPELIN-3491][Minor] Add apple-touch-icon.png to Zep...

2018-05-23 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2981 Thanks for the review will merge this soon if no more discussion. ---

[jira] [Created] (ZEPPELIN-3492) The table does not scroll if there is a large cell

2018-05-23 Thread Aleksey Savelenko (JIRA)
Aleksey Savelenko created ZEPPELIN-3492: --- Summary: The table does not scroll if there is a large cell Key: ZEPPELIN-3492 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3492 Project:

[GitHub] zeppelin issue #2981: [ZEPPELIN-3491][Minor] Add apple-touch-icon.png to Zep...

2018-05-23 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2981 LGTM ---

[GitHub] zeppelin pull request #2981: [ZEPPELIN-3491][Minor] Add apple-touch-icon.png...

2018-05-23 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/zeppelin/pull/2981 [ZEPPELIN-3491][Minor] Add apple-touch-icon.png to Zeppelin project Change-Id: Id4d15c30810402c9a815df1417448783abd93452 ### What is this PR for? This JIRA is to add

[jira] [Created] (ZEPPELIN-3491) Add apple-touch-icon.png to Zeppelin project

2018-05-23 Thread Prabhjyot Singh (JIRA)
Prabhjyot Singh created ZEPPELIN-3491: - Summary: Add apple-touch-icon.png to Zeppelin project Key: ZEPPELIN-3491 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3491 Project: Zeppelin

[GitHub] zeppelin issue #2979: ZEPPELIN-3484. sc.setJobGroup() shows up in error stac...

2018-05-23 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2979 Ideally, setJobGroup would not fail. I check it just in case. And the error message will be propagated to frontend via streaming ---