[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-08-29 Thread shahsank3t
Github user shahsank3t commented on the issue: https://github.com/apache/zeppelin/pull/3019 @r-kamath - addressed your review comments. Please have a look again. Thanks in advance. ---

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-08-07 Thread shahsank3t
Github user shahsank3t commented on the issue: https://github.com/apache/zeppelin/pull/3019 @zjffdu Thanks for the review, I wasn't aware of Zeppelin context as another thing. Have addressed your comments and fixed the wording. ---

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-07-17 Thread shahsank3t
Github user shahsank3t commented on the issue: https://github.com/apache/zeppelin/pull/3019 @prabhjyotsingh Done enabling CI ---

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-07-17 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/3019 @shahsank3t can you enable CI, looks like Travis builds are not enabled https://zeppelin.apache.org/contribution/contributions.html#continuous-integration ---

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-07-11 Thread shahsank3t
Github user shahsank3t commented on the issue: https://github.com/apache/zeppelin/pull/3019 @jongyoul @zjffdu @prabhjyotsingh Updated the code by reusing modal and other available methods. Please review it. ---

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-07-05 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3019 I agree with @zjffdu. AFAIK, we already have a modal for some other reasons. Can we reuse them for this issue? ---

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-07-02 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3019 I just have concern that is it possible to implement it via less code change. Because it seems to be a very simple function to pop an iframe window. Not sure why it would involve so many code

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-07-02 Thread shahsank3t
Github user shahsank3t commented on the issue: https://github.com/apache/zeppelin/pull/3019 @zjffdu @felixcheung Integrated your suggestions. Below screenshot when single job is running:

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-06-28 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3019 Make sense for me to provide options to allow use to chose. ---

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-06-26 Thread shahsank3t
Github user shahsank3t commented on the issue: https://github.com/apache/zeppelin/pull/3019 >can we open a pop up with options, like clicking on a url link in google doc? possible options: open, open in new tab @zjffdu Above suggestion makes sense right? User can click

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-06-26 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/3019 can we open a pop up with options, like clicking on a url link in google doc? ---

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-06-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3019 One drawback of inline UI is that user can not switch from spark ui and notebook, this may make user annoyed . ---

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-06-25 Thread shahsank3t
Github user shahsank3t commented on the issue: https://github.com/apache/zeppelin/pull/3019 @zjffdu Apologies missed out the earlier notification. > I didn't try this PR, but I didn't see backend pass spark.ui.allowFramingFrom to frontend, so how does frontend know whether

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-06-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3019 ping @shahsank3t Any updates ? ---

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-06-20 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3019 @shahsank3t I didn't try this PR, but I didn't see backend pass `spark.ui.allowFramingFrom` to frontend, so how does frontend know whether it should show spark ui inline or in another windows of

[GitHub] zeppelin issue #3019: [ZEPPELIN-3540] Show Spark inline UI in Non-Secure mod...

2018-06-18 Thread shahsank3t
Github user shahsank3t commented on the issue: https://github.com/apache/zeppelin/pull/3019 @prabhjyotsingh @r-kamath - Just a reminder to review this. ---