[GitHub] zeppelin pull request #1743: add hadoop-2.7 to available hadoop version

2016-12-09 Thread hayashidac
GitHub user hayashidac opened a pull request: https://github.com/apache/zeppelin/pull/1743 add hadoop-2.7 to available hadoop version ### What is this PR for? we can use hadoop 2.7 for spark-dependency, but building document doesn't contain that. hadoop 2.7 should be

[jira] [Created] (ZEPPELIN-1783) Contain hadoop 2.7 for available hadoop version at building document

2016-12-09 Thread chie hayashida (JIRA)
chie hayashida created ZEPPELIN-1783: Summary: Contain hadoop 2.7 for available hadoop version at building document Key: ZEPPELIN-1783 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1783

Re: Adding Angular API to non-Spark interpreters

2016-12-09 Thread Goodman, Alexander (398K)
Hi Randy, The main thing you are probably looking for is the AngularObjectRegistry class (https://github.com/apache/zeppelin/blob/master/zeppelin-int erpreter/src/main/java/org/apache/zeppelin/display/AngularOb jectRegistry.java). One of the fields of InterpreterContext is an instance of this

[GitHub] zeppelin issue #1612: ZEPPELIN-1607. Refactor Livy Interpreter to adapt scop...

2016-12-09 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1612 LGTM and merge to master if there're 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

[GitHub] zeppelin issue #1739: Branch 0.5.6 al

2016-12-09 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1739 @andreistankevich could you close this PR if you accidentally created? --- 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

[GitHub] zeppelin pull request #1728: [ZEPPELIN-1754] PING request stacking on websoc...

2016-12-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1728 --- 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

Re: Adding Angular API to non-Spark interpreters

2016-12-09 Thread Randy Gelhausen
I created https://issues.apache.org/jira/browse/ZEPPELIN-1782 with additional detail for this feature request. I looked into the InterpreterContext classes, but am not sure how to implement this. Any suggestions from others? Thanks in advance, -Randy On 2016-11-24 18:31 (-0500), Randy Gelhausen

[jira] [Created] (ZEPPELIN-1782) Expose all paragraph output as Angular variables

2016-12-09 Thread Randy Gelhausen (JIRA)
Randy Gelhausen created ZEPPELIN-1782: - Summary: Expose all paragraph output as Angular variables Key: ZEPPELIN-1782 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1782 Project: Zeppelin

Re: Notebook example

2016-12-09 Thread moon soo Lee
Althought it's not mendentory, creating issue helps track the changes such as when code has chaged, which version of zeppelin includes the changes, etc. So, please create if you don't mind. Thanks, moon On Fri, 9 Dec 2016 at 11:05 AM Alexander Shoshin wrote: > Thanks

[GitHub] zeppelin issue #1733: [ZEPPELIN-1753] Fix blank notename issue

2016-12-09 Thread marchpig
Github user marchpig commented on the issue: https://github.com/apache/zeppelin/pull/1733 @cuspymd Thank you for review! Maybe ZEPPELIN-1763 should be fixed by another PR. :smile: --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin issue #1730: [ZEPPELIN-1736] Introduce trash & enable removing fold...

2016-12-09 Thread marchpig
Github user marchpig commented on the issue: https://github.com/apache/zeppelin/pull/1730 @tae-jun It works well! Thank you very much for accepting my opinions. :smiley: I think that handling `~Trash` prefix in the future is fine to me because it is not a bug but just my opinion

RE: Notebook example

2016-12-09 Thread Alexander Shoshin
Thanks for reply. And do I need to create an issue first? Or I can just make a pull request for adding a note to tutorial examples? Thanks, Alexander > -Original Message- > From: moon soo Lee [mailto:m...@apache.org] > Sent: Thursday, December 08, 2016 11:30 PM > To:

[GitHub] zeppelin pull request #1742: [ZEPPELIN-1781] Failed to run the script 'test_...

2016-12-09 Thread cuspymd
GitHub user cuspymd opened a pull request: https://github.com/apache/zeppelin/pull/1742 [ZEPPELIN-1781] Failed to run the script 'test_zeppelin_pr.py' on Windows 10 ### What is this PR for? Fix failure of script execution on Windows 10 ### What type of PR is it?

[jira] [Created] (ZEPPELIN-1781) Failed to run the script 'test_zeppelin_pr.py' on Windows 10

2016-12-09 Thread Myoungdo Park (JIRA)
Myoungdo Park created ZEPPELIN-1781: --- Summary: Failed to run the script 'test_zeppelin_pr.py' on Windows 10 Key: ZEPPELIN-1781 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1781 Project:

[GitHub] zeppelin issue #1733: [ZEPPELIN-1753] Fix blank notename issue

2016-12-09 Thread cuspymd
Github user cuspymd commented on the issue: https://github.com/apache/zeppelin/pull/1733 @marchpig I checked it works nicely ~. But this PR dosen't resolve another note name issue [ZEPPELIN-1763](https://issues.apache.org/jira/browse/ZEPPELIN-1763). I reproduce ZEPPELIN-1763

[GitHub] zeppelin issue #1741: [HOTFIX][ZEPPELIN-1779]Flaky test: PySparkInterpreterM...

2016-12-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1741 Thanks @agoodm 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

[GitHub] zeppelin pull request #1741: [HOTFIX][ZEPPELIN-1779]Flaky test: PySparkInter...

2016-12-09 Thread agoodm
GitHub user agoodm opened a pull request: https://github.com/apache/zeppelin/pull/1741 [HOTFIX][ZEPPELIN-1779]Flaky test: PySparkInterpreterMatplotlibTest ### What is this PR for? The matplotlib tests have stalled as a result of conda downloading version 2.0.0b1. While this was

[GitHub] zeppelin issue #1735: [ZEPPELIN-1767] Blank paragraph should not be run.

2016-12-09 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1735 @astroshim Good catch! Tested and it was working well as expected. AFAIK there are 3 way to run a paragraph in Zeppelin note like below 1. \w keyboard shortcut `Shift + Enter` :

[jira] [Created] (ZEPPELIN-1778) Potential security issue for passing user credential to interpreter process

2016-12-09 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1778: Summary: Potential security issue for passing user credential to interpreter process Key: ZEPPELIN-1778 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1778