[GitHub] zeppelin pull request #2764: ZEPPELIN-3146. Fixed Checkstyle errors in allux...

2018-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2764 ---

[GitHub] zeppelin pull request #2766: ZEPPELIN-3147. Added Checkstyle to the angular ...

2018-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2766 ---

[GitHub] zeppelin issue #2766: ZEPPELIN-3147. Added Checkstyle to the angular module

2018-02-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2766 LGTM ---

[jira] [Created] (ZEPPELIN-3214) Restructure of spark interpreter module

2018-02-07 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3214: Summary: Restructure of spark interpreter module Key: ZEPPELIN-3214 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3214 Project: Zeppelin Issue Type:

[GitHub] zeppelin pull request #2779: [ZEPPELIN-3213] Support for KNOXSSO logout url ...

2018-02-07 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/zeppelin/pull/2779 [ZEPPELIN-3213] Support for KNOXSSO logout url as API ### What is this PR for? KNOXSSO logout URL can be an API or it can be a redirect URL, Zeppelin should support both.

[jira] [Created] (ZEPPELIN-3213) Support for KNOXSSO logout url as API

2018-02-07 Thread Prabhjyot Singh (JIRA)
Prabhjyot Singh created ZEPPELIN-3213: - Summary: Support for KNOXSSO logout url as API Key: ZEPPELIN-3213 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3213 Project: Zeppelin Issue

[GitHub] zeppelin issue #2716: [ZEPPELIN-3123] Fix to create pid per each interpreter

2018-02-07 Thread woowahan-jaehoon
Github user woowahan-jaehoon commented on the issue: https://github.com/apache/zeppelin/pull/2716 @mebelousov 1. `shutdown_hook` in `interpreter.sh` does work without `sleep 0`. `interpreter.sh` is finished after `shutdown_hook` when this got SIGTERM or SIGINT.

[GitHub] zeppelin pull request #2769: ZEPPELIN-3171. Restart of interpreter in note a...

2018-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2769 ---

[GitHub] zeppelin pull request #2778: ZEPPELIN-3208. Use interpreter setting's name a...

2018-02-07 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2778 ZEPPELIN-3208. Use interpreter setting's name as its id ### What is this PR for? Interpreter setting's name is unique, so it is not necessary to use id to identify it. For now we use a random

[GitHub] zeppelin issue #2757: [ZEPPELIN-3198] UI should not show Version/GIT Control...

2018-02-07 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2757 Shall I merge this, if no more discussion? ---

[GitHub] zeppelin issue #2769: ZEPPELIN-3171. Restart of interpreter in note also abo...

2018-02-07 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2769 LGTM! ---

[GitHub] zeppelin pull request #:

2018-02-07 Thread woowahan-jaehoon
Github user woowahan-jaehoon commented on the pull request: https://github.com/apache/zeppelin/commit/d3d020c8a3faef00bba41617e51f7df73ee50dec#commitcomment-27416694 In bin/interpreter.sh: In bin/interpreter.sh on line 205: I have a question. Why do you use `eval`? ---

[GitHub] zeppelin pull request #:

2018-02-07 Thread woowahan-jaehoon
Github user woowahan-jaehoon commented on the pull request: https://github.com/apache/zeppelin/commit/d1fc86b7b2d2012c0323345166c98cc02886e9f1#commitcomment-27416660 In bin/interpreter.sh: In bin/interpreter.sh on line 209: I have a question. Why do you use `eval`? ---

[GitHub] zeppelin pull request #2777: ZEPPELIN-3206. Move spark integration test to z...

2018-02-07 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2777 ZEPPELIN-3206. Move spark integration test to zeppelin-integration ### What is this PR for? For now, zeppelin-zengine depends on spark module because there's some spark integration test under

[GitHub] zeppelin pull request #2773: ZEPPELIN-3141. Fixed Checkstyle errors and warn...

2018-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2773 ---

[GitHub] zeppelin issue #2773: ZEPPELIN-3141. Fixed Checkstyle errors and warnings in...

2018-02-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2773 LGTM ---

[GitHub] zeppelin pull request #2776: Bigquery timestamp formatting fix

2018-02-07 Thread srikgn
GitHub user srikgn opened a pull request: https://github.com/apache/zeppelin/pull/2776 Bigquery timestamp formatting fix ### What is this PR for? Bigquery client timestamp is rendered as long type, now modified such that its use friendly and renders date format. Please

[GitHub] zeppelin issue #2774: [ZEPPELIN-3212] delete extra ">" in notebook-actionBar...

2018-02-07 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2774 Thanks @Savalek for the improvement. LGTM ---

[GitHub] zeppelin pull request #2775: Googlecloud storage notebook repo

2018-02-07 Thread srikgn
GitHub user srikgn opened a pull request: https://github.com/apache/zeppelin/pull/2775 Googlecloud storage notebook repo ### What is this PR for? Added Notebook Storage in GCS First time? Check out the contributing guide -

[GitHub] zeppelin pull request #:

2018-02-07 Thread Savalek
Github user Savalek commented on the pull request: https://github.com/apache/zeppelin/commit/4bf0f3a910e01107c00f28e4d138e52c5013f132#commitcomment-27402387 In zeppelin-web/src/app/notebook/notebook-actionBar.html: In zeppelin-web/src/app/notebook/notebook-actionBar.html on line

[GitHub] zeppelin pull request #2774: [ZEPPELIN-3212] delete extra ">" in notebook-ac...

2018-02-07 Thread Savalek
GitHub user Savalek opened a pull request: https://github.com/apache/zeppelin/pull/2774 [ZEPPELIN-3212] delete extra ">" in notebook-actionBar.html ### What is this PR for? Delete extra ">" in notebook-actionBar.html after `` ### What type of PR is it?

[jira] [Created] (ZEPPELIN-3212) Excess arrow ">" in notebook-actionBar.html

2018-02-07 Thread Aleksey Savelenko (JIRA)
Aleksey Savelenko created ZEPPELIN-3212: --- Summary: Excess arrow ">" in notebook-actionBar.html Key: ZEPPELIN-3212 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3212 Project: Zeppelin

[GitHub] zeppelin pull request #2719: Spark impersonation

2018-02-07 Thread hayssams
Github user hayssams closed the pull request at: https://github.com/apache/zeppelin/pull/2719 ---

[GitHub] zeppelin pull request #2773: ZEPPELIN-3141. Fixed Checkstyle errors and warn...

2018-02-07 Thread HorizonNet
GitHub user HorizonNet opened a pull request: https://github.com/apache/zeppelin/pull/2773 ZEPPELIN-3141. Fixed Checkstyle errors and warnings in the pig module ### What is this PR for? Fixed the Checkstyle errors and warnings in the pig module. ### What type of PR is

[GitHub] zeppelin pull request #:

2018-02-07 Thread jhonderson
Github user jhonderson commented on the pull request: https://github.com/apache/zeppelin/commit/4bf0f3a910e01107c00f28e4d138e52c5013f132#commitcomment-27399801 In zeppelin-web/src/app/notebook/notebook-actionBar.html: In zeppelin-web/src/app/notebook/notebook-actionBar.html on

[GitHub] zeppelin issue #2587: [ZEPPELIN-2909]. Support shared SparkContext across la...

2018-02-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2587 @felixcheung User don't need to explicitly enable this feature, it is enable by default if user use livy 0.5. As this feature is already implemented in zeppelin's native spark interpreter, livy

[GitHub] zeppelin pull request #2772: ZEPPELIN-3211. REST API: Enable running all par...

2018-02-07 Thread sancyx
GitHub user sancyx opened a pull request: https://github.com/apache/zeppelin/pull/2772 ZEPPELIN-3211. REST API: Enable running all paragraphs without waiting for finish ### What is this PR for? At the moment there is no possibility on Notebook REST API to run all paragraphs in

[jira] [Created] (ZEPPELIN-3211) REST API: Enable running all paragraphs without waiting for finish

2018-02-07 Thread Magyari Sandor Szilard (JIRA)
Magyari Sandor Szilard created ZEPPELIN-3211: Summary: REST API: Enable running all paragraphs without waiting for finish Key: ZEPPELIN-3211 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3211

[GitHub] zeppelin pull request #2771: ZEPPELIN-3209. Preserve thread context classloa...

2018-02-07 Thread sancyx
GitHub user sancyx opened a pull request: https://github.com/apache/zeppelin/pull/2771 ZEPPELIN-3209. Preserve thread context classloader when running jobs in RemoteInterpreterServer ### What is this PR for? Spark jobs may change current thread context classloader sometimes.

[jira] [Created] (ZEPPELIN-3210) Parse paragraph text when paragraph run

2018-02-07 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3210: Summary: Parse paragraph text when paragraph run Key: ZEPPELIN-3210 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3210 Project: Zeppelin Issue Type:

[jira] [Created] (ZEPPELIN-3209) Preserve thread context classloader when running jobs in RemoteInterpreterServer

2018-02-07 Thread Magyari Sandor Szilard (JIRA)
Magyari Sandor Szilard created ZEPPELIN-3209: Summary: Preserve thread context classloader when running jobs in RemoteInterpreterServer Key: ZEPPELIN-3209 URL:

[jira] [Created] (ZEPPELIN-3208) Use interpreter setting's name as its id

2018-02-07 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3208: Summary: Use interpreter setting's name as its id Key: ZEPPELIN-3208 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3208 Project: Zeppelin Issue Type:

[GitHub] zeppelin issue #2769: ZEPPELIN-3171. Restart of interpreter in note also abo...

2018-02-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2769 @prabhjyotsingh Mind to help review it ? Thanks ---

[GitHub] zeppelin issue #2770: ZEPPELIN-3207. fix search content not appearing

2018-02-07 Thread swkimme
Github user swkimme commented on the issue: https://github.com/apache/zeppelin/pull/2770 I'm not a web guy, and not sure why ```_editor.getSession().setValue(lines.join('\n'))``` this part is broken. At least I know now it's working with my changes, any comments or

[GitHub] zeppelin issue #2742: [ZEPPELIN-3168] Interpreter Settings Authorization

2018-02-07 Thread necosta
Github user necosta commented on the issue: https://github.com/apache/zeppelin/pull/2742 ping @zjffdu , @Leemoonsoo , @mebelousov , Feedback appreciated :) Thanks! ---

[GitHub] zeppelin pull request #2770: fix search content not appearing

2018-02-07 Thread swkimme
GitHub user swkimme opened a pull request: https://github.com/apache/zeppelin/pull/2770 fix search content not appearing ### What is this PR for? For some reason search content is not appearing. This PR fixes this issue. ### What type of PR is it? Bug Fix

[jira] [Created] (ZEPPELIN-3207) fix search content not appearing

2018-02-07 Thread Kevin (Sangwoo) Kim (JIRA)
Kevin (Sangwoo) Kim created ZEPPELIN-3207: - Summary: fix search content not appearing Key: ZEPPELIN-3207 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3207 Project: Zeppelin

[GitHub] zeppelin pull request #2767: ZEPPELIN-3145. Fixed Checkstyle errors and warn...

2018-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2767 ---

[GitHub] zeppelin issue #2719: Spark impersonation

2018-02-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2719 Thanks @hayssams for confirm ---