[GitHub] zeppelin pull request #2493: [ZEPPELIN-2778] Unit test for credential module...

2017-07-14 Thread 1ambda
Github user 1ambda closed the pull request at: https://github.com/apache/zeppelin/pull/2493 --- 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 #2489: [Refactoring] some opportunities to use diamond operat...

2017-07-14 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2489 @desmorto thanks for the contribution. 1. Could you create a JIRA ticket? 2. files under `/thrift` are auto-generated, so we can't modify. 3. You need to the forked repository for

[GitHub] zeppelin pull request #2493: [ZEPPELIN-2778] Unit test for credential module...

2017-07-14 Thread 1ambda
GitHub user 1ambda reopened a pull request: https://github.com/apache/zeppelin/pull/2493 [ZEPPELIN-2778] Unit test for credential module (zeppelin-web) ### What is this PR for? Added few test cases for the credential module under `zeppelin-web/` Additionally,

[GitHub] zeppelin issue #2472: [ZEPPELIN-2749] Use scalable file structure for zeppel...

2017-07-14 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2472 Left a comment for history. I tried to merge this one before 11 hours ago and at that time it looks merged. (no error on the script) But ASF git didn't reflect the commit. That's the reaso

[GitHub] zeppelin issue #2494: Broken link on Apache Zeppelin website

2017-07-14 Thread krishna-pandey
Github user krishna-pandey commented on the issue: https://github.com/apache/zeppelin/pull/2494 I have also logged this issue as [ZEPPELIN-2783](https://issues.apache.org/jira/browse/ZEPPELIN-2783) --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] zeppelin issue #2485: [ZEPPELIN-2758]. NumberFormatException on importing no...

2017-07-14 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2485 Yeah , we can reset the infos when the json is deserialized. --- 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

[GitHub] zeppelin issue #2494: Broken link on Apache Zeppelin website

2017-07-14 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2494 Merge to gh-pages 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 feat

Re: Broken link on Apache Zeppelin website

2017-07-14 Thread moon soo Lee
Thanks for reporting the problem Made a patch https://github.com/apache/zeppelin/pull/2494 Will deploy soon. Thanks, moon On Sat, Jul 15, 2017 at 12:54 AM Krishna Pandey wrote: > Hi All, > > Whenever we raise a Pull Request for Apache Zeppelin, we are presented with > a helping Questionnaire.

[GitHub] zeppelin pull request #2494: Broken link on Apache Zeppelin website

2017-07-14 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/2494 Broken link on Apache Zeppelin website ### What is this PR for? problem reported https://lists.apache.org/thread.html/ad0ccb80a9c4adc404801b4752ff1cb939759c912ce04671c6a40163@%3Cdev.ze

[GitHub] zeppelin issue #2238: 0.7.1 with ssl

2017-07-14 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2238 Thanks @alourie and Rob Marshall. This PR has merged. but @asfgit didn't automatically closed it. @alourie Could you close this PR manually? --- If your project is set up for it, you

[GitHub] zeppelin pull request #2238: 0.7.1 with ssl

2017-07-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2238 --- 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 #2472: [ZEPPELIN-2749] Use scalable file structure for...

2017-07-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2472 --- 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 #2440: [ZEPPELIN-2587] allow logging in if you're anonymous

2017-07-14 Thread herval
Github user herval commented on the issue: https://github.com/apache/zeppelin/pull/2440 hmm I'm finding it difficult to get all the integration tests to pass. Inclined to test only for the presence of the button. --- If your project is set up for it, you can reply to this email and h

[jira] [Created] (ZEPPELIN-2784) [zeppelin-web] Add test for home module

2017-07-14 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2784: --- Summary: [zeppelin-web] Add test for home module Key: ZEPPELIN-2784 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2784 Project: Zeppelin Issue Type: Sub-

[GitHub] zeppelin issue #2472: [ZEPPELIN-2749] Use scalable file structure for zeppel...

2017-07-14 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2472 Rebased to clean commit messages. --- 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

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

2017-07-14 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2428 merging if no more comment --- 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 an

[GitHub] zeppelin issue #2472: [ZEPPELIN-2749] Use scalable file structure for zeppel...

2017-07-14 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2472 rebased to fix some commit message which can't be handled in the merge script. (`*`) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] zeppelin pull request #2493: [ZEPPELIN-2778] Unit test for credential module...

2017-07-14 Thread 1ambda
GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/2493 [ZEPPELIN-2778] Unit test for credential module (zeppelin-web) ### What is this PR for? Added few test cases for the credential module under `zeppelin-web/` Additionally, I modifi

Broken link on Apache Zeppelin website

2017-07-14 Thread Krishna Pandey
Hi All, Whenever we raise a Pull Request for Apache Zeppelin, we are presented with a helping Questionnaire. One such question is below which points to Contribution guide. ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out th

Re: Embedding notebooks and paragraphs

2017-07-14 Thread Andrew Musselman
Thanks; but will this show the "input" section as well as the "output" section? All I see now is the output. On Thu, Jul 13, 2017 at 11:17 PM, DuyHai Doan wrote: > Embedding a paragraph is easy, just put the URL provided by "Export as > IFrame" into an ... Iframe > > The trick is you should also

[jira] [Created] (ZEPPELIN-2783) Broken link at Apache Zeppelin website's Contributions page

2017-07-14 Thread Krishna Pandey (JIRA)
Krishna Pandey created ZEPPELIN-2783: Summary: Broken link at Apache Zeppelin website's Contributions page Key: ZEPPELIN-2783 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2783 Project: Zepp

[GitHub] zeppelin issue #2492: [ZEPPELIN-2775] Strict-Transport-Security and X-XSS-Pr...

2017-07-14 Thread krishna-pandey
Github user krishna-pandey commented on the issue: https://github.com/apache/zeppelin/pull/2492 @Leemoonsoo, @felixcheung, @jongyoul, @prabhjyotsingh Please help review this. Note: Chrome Browser seems to be ignoring "X-XSS-Protection" header when value is set to 1. Ideally,

[GitHub] zeppelin pull request #2491: [ZEPPELIN-2777] Unit test for configuration mod...

2017-07-14 Thread 1ambda
GitHub user 1ambda reopened a pull request: https://github.com/apache/zeppelin/pull/2491 [ZEPPELIN-2777] Unit test for configuration module (zeppelin-web) ### What is this PR for? Added few test cases for the configuration module under `zeppelin-web/` Additionally,

[GitHub] zeppelin pull request #2491: [ZEPPELIN-2777] Unit test for configuration mod...

2017-07-14 Thread 1ambda
Github user 1ambda closed the pull request at: https://github.com/apache/zeppelin/pull/2491 --- 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 #2492: [ZEPPELIN-2775] Strict-Transport-Security and X...

2017-07-14 Thread krishna-pandey
GitHub user krishna-pandey opened a pull request: https://github.com/apache/zeppelin/pull/2492 [ZEPPELIN-2775] Strict-Transport-Security and X-XSS-Protection Headers ### What is this PR for? The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) is a secu

[jira] [Created] (ZEPPELIN-2782) PySparkCompletion.getCompletion() never called?

2017-07-14 Thread Tim Niggemann (JIRA)
Tim Niggemann created ZEPPELIN-2782: --- Summary: PySparkCompletion.getCompletion() never called? Key: ZEPPELIN-2782 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2782 Project: Zeppelin

[GitHub] zeppelin issue #2462: ZEPPELIN-2527 Changed editor cursor to thin

2017-07-14 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2462 ping @malayhm --- 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 i

[jira] [Created] (ZEPPELIN-2781) [zeppelin-web] Add test for interpreter module

2017-07-14 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2781: --- Summary: [zeppelin-web] Add test for interpreter module Key: ZEPPELIN-2781 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2781 Project: Zeppelin Issue Typ

[jira] [Created] (ZEPPELIN-2780) [zeppelin-web] Add test for helium module

2017-07-14 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2780: --- Summary: [zeppelin-web] Add test for helium module Key: ZEPPELIN-2780 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2780 Project: Zeppelin Issue Type: Su

[jira] [Created] (ZEPPELIN-2779) [zeppelin-web] Add test for job module

2017-07-14 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2779: --- Summary: [zeppelin-web] Add test for job module Key: ZEPPELIN-2779 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2779 Project: Zeppelin Issue Type: Sub-t

[GitHub] zeppelin pull request #2491: [ZEPPELIN-2777] Unit test for configuration mod...

2017-07-14 Thread 1ambda
GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/2491 [ZEPPELIN-2777] Unit test for configuration module (zeppelin-web) ### What is this PR for? Added few test cases for the configuration module under `zeppelin-web/` Additionally, I

[jira] [Created] (ZEPPELIN-2778) [zeppelin-web] Add test for credential module

2017-07-14 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2778: --- Summary: [zeppelin-web] Add test for credential module Key: ZEPPELIN-2778 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2778 Project: Zeppelin Issue Type

[jira] [Created] (ZEPPELIN-2776) [umbrella] Adding more tests to zeppelin-web

2017-07-14 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2776: --- Summary: [umbrella] Adding more tests to zeppelin-web Key: ZEPPELIN-2776 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2776 Project: Zeppelin Issue Type:

[jira] [Created] (ZEPPELIN-2777) [zeppelin-web] Add test for configuration module

2017-07-14 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2777: --- Summary: [zeppelin-web] Add test for configuration module Key: ZEPPELIN-2777 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2777 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-2775) Add configurable Strict-Transport-Security and X-XSS-Protection Headers

2017-07-14 Thread Krishna Pandey (JIRA)
Krishna Pandey created ZEPPELIN-2775: Summary: Add configurable Strict-Transport-Security and X-XSS-Protection Headers Key: ZEPPELIN-2775 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2775 P

[GitHub] zeppelin issue #2485: [ZEPPELIN-2758]. NumberFormatException on importing no...

2017-07-14 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2485 Thanks @karuppayya for explaining. How about reset the `runtimeInfos` to null when deserialized from json (it happens when it is read from file). Serializing to different formats in different scena

[GitHub] zeppelin issue #2483: [ZEPPELIN-2766] Make online resources url configurable...

2017-07-14 Thread andreaTP
Github user andreaTP commented on the issue: https://github.com/apache/zeppelin/pull/2483 rebased on top of master, removed a typo and removed `downloadRoot` parameter that turns out to be `deprecated` --- If your project is set up for it, you can reply to this email and have your re

[GitHub] zeppelin issue #2458: Zeppelin 2701 - Set HTML title for notebook page

2017-07-14 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2458 @ebuildy I left a comment. Could u check that? --- 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 fea

[GitHub] zeppelin issue #2485: [ZEPPELIN-2758]. NumberFormatException on importing no...

2017-07-14 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2485 Currently only the frontend receives this info. If we remove the AdapterFactory, The `runtimeInfos` will be serialised to json file. Say runtimeinfos contain spark UI link. if it i

[GitHub] zeppelin issue #2485: [ZEPPELIN-2758]. NumberFormatException on importing no...

2017-07-14 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2485 Thanks @karuppayya So do you mean Note will be serialized to different formats for runtime serialize to frontend and serialized to file ? What is the side effect if I store it in file ? --- If yo

[GitHub] zeppelin issue #2485: [ZEPPELIN-2758]. NumberFormatException on importing no...

2017-07-14 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2485 @zjffdu the `NotebookTypeAdapterFactory ` was added to avoid `runtimeInfos` being persisted in json. (These infos are valid only during the runtime of the Zeppelin server, interpreter) H

[jira] [Created] (ZEPPELIN-2774) Use IPython in PySparkInterpreter

2017-07-14 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2774: Summary: Use IPython in PySparkInterpreter Key: ZEPPELIN-2774 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2774 Project: Zeppelin Issue Type: Sub-task

[GitHub] zeppelin issue #2485: [ZEPPELIN-2758]. NumberFormatException on importing no...

2017-07-14 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2485 Will merge it if no more comments. --- 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 enable

[GitHub] zeppelin pull request #2486: [ZEPPELIN-2768]. Bump up Spark version to 2.2.0

2017-07-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2486 --- 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 #2428: [ZEPPELIN-1470] limiting results from jdbc

2017-07-14 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/2428 LGTM~ I think this PR can be merged. --- 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