[GitHub] zeppelin issue #1833: [ZEPPELIN-1880] Fix shell interpreter output streaming...

2017-01-04 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/1833 I tested and I also faced the problem in this branch. (It is same problem with above @AhyoungRyu's comment.) At first time, It was worked very well. ![z1833_c](https://cloud.githubus

[GitHub] zeppelin issue #1834: [ZEPPELIN-1864] Improvement to show folder and note af...

2017-01-04 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/1834 Thanks for detailed test @AhyoungRyu! :heart_eyes: Sure, actually I missed the filter in the Navbar! Let me check and update PR!! --- If your project is set up for it, you can reply to

[jira] [Created] (ZEPPELIN-1901) Output schema might be null for PigQueryInterpreter

2017-01-04 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1901: Summary: Output schema might be null for PigQueryInterpreter Key: ZEPPELIN-1901 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1901 Project: Zeppelin Is

[GitHub] zeppelin issue #1833: [ZEPPELIN-1880] Fix shell interpreter output streaming...

2017-01-04 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1833 @soralee Thanks for testing it out. Right I think the rerunning issue is due to that I mentioned in [this comment](https://github.com/apache/zeppelin/pull/1833#issuecomment-270078954).

[GitHub] zeppelin pull request #1837: ZEPPELIN-1901. Output schema might be null for ...

2017-01-04 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/1837 ZEPPELIN-1901. Output schema might be null for PigQueryInterpreter ### What is this PR for? The output schema might be null if user doesn't specify it explicitly. In this PR, I will use 'col_{

[GitHub] zeppelin pull request #1775: [ZEPPELIN-1745] View revisions in non-editable ...

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1775 --- 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 #1837: ZEPPELIN-1901. Output schema might be null for PigQuer...

2017-01-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1837 @felixcheung Please help review, I will add document in #1830 to encourage user to specify schema explictly. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] zeppelin issue #1836: [ZEPPELIN-1887] fix: DON'T create new para when run al...

2017-01-04 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1836 Tested and works well as before 👍 --- 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

[GitHub] zeppelin pull request #1838: [ZEPPELIN-1832] Fixed a bug in zombie process w...

2017-01-04 Thread cloverhearts
GitHub user cloverhearts opened a pull request: https://github.com/apache/zeppelin/pull/1838 [ZEPPELIN-1832] Fixed a bug in zombie process when Zeppelin stopped. ### What is this PR for? When Zeppelin stops, there is a problem. Sometimes this happens to the test as well.

[GitHub] zeppelin issue #1838: [ZEPPELIN-1832] Fixed a bug in zombie process when Zep...

2017-01-04 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1838 @minahlee @AhyoungRyu Hello, could you please review for this pr? --- 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 issue #1838: [ZEPPELIN-1832] Fixed a bug in zombie process when Zep...

2017-01-04 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1838 @cloverhearts Nice! Thanks for the patch. Let me try --- 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 ha

[jira] [Created] (ZEPPELIN-1902) Default interpreter select box is null after server started when Shiro is on

2017-01-04 Thread Ahyoung Ryu (JIRA)
Ahyoung Ryu created ZEPPELIN-1902: - Summary: Default interpreter select box is null after server started when Shiro is on Key: ZEPPELIN-1902 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1902 Pr

[GitHub] zeppelin issue #1836: [ZEPPELIN-1887] fix: DON'T create new para when run al...

2017-01-04 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/1836 Tested and it works very well! --- 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 #1838: [ZEPPELIN-1832] Fixed a bug in zombie process when Zep...

2017-01-04 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1838 It works nicely. Thanks for the fixing @cloverhearts! --- 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 h

[jira] [Created] (ZEPPELIN-1903) ZeppelinContext can not display pandas DataFrame in PySparkInterpreter

2017-01-04 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1903: Summary: ZeppelinContext can not display pandas DataFrame in PySparkInterpreter Key: ZEPPELIN-1903 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1903 Project: Z

[GitHub] zeppelin issue #1838: [ZEPPELIN-1832] Fixed a bug in zombie process when Zep...

2017-01-04 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/1838 Test and It works very well! It was really necessary for me. ! Thanks for taking care of it @cloverhearts --- If your project is set up for it, you can reply to this email and have your repl

[GitHub] zeppelin pull request #1839: ZEPPELIN-1903. ZeppelinContext can not display ...

2017-01-04 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/1839 ZEPPELIN-1903. ZeppelinContext can not display pandas DataFrame in PySparkInterpreter ### What is this PR for? I copy some code from `PythonInterpreter` to `PySparkInterpreter` to enable disp

[GitHub] zeppelin issue #1839: ZEPPELIN-1903. ZeppelinContext can not display pandas ...

2017-01-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1839 @bzz @Leemoonsoo @felixcheung Please help review --- 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 f

[GitHub] zeppelin issue #1838: [ZEPPELIN-1832] Fixed a bug in zombie process when Zep...

2017-01-04 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1838 @AhyoungRyu @soralee Thank you :) --- 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 en

[GitHub] zeppelin pull request #1838: [ZEPPELIN-1832] Fixed a bug in zombie process w...

2017-01-04 Thread cloverhearts
Github user cloverhearts closed the pull request at: https://github.com/apache/zeppelin/pull/1838 --- 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 featur

[GitHub] zeppelin pull request #1838: [ZEPPELIN-1832] Fixed a bug in zombie process w...

2017-01-04 Thread cloverhearts
GitHub user cloverhearts reopened a pull request: https://github.com/apache/zeppelin/pull/1838 [ZEPPELIN-1832] Fixed a bug in zombie process when Zeppelin stopped. ### What is this PR for? When Zeppelin stops, there is a problem. Sometimes this happens to the test as well.

[GitHub] zeppelin pull request #1837: ZEPPELIN-1901. Output schema might be null for ...

2017-01-04 Thread zjffdu
Github user zjffdu closed the pull request at: https://github.com/apache/zeppelin/pull/1837 --- 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 #1837: ZEPPELIN-1901. Output schema might be null for ...

2017-01-04 Thread zjffdu
GitHub user zjffdu reopened a pull request: https://github.com/apache/zeppelin/pull/1837 ZEPPELIN-1901. Output schema might be null for PigQueryInterpreter ### What is this PR for? The output schema might be null if user doesn't specify it explicitly. In this PR, I will use 'col

[GitHub] zeppelin issue #1788: ZEPPELIN-1826. Flaky Test: ZeppelinSparkClusterTest.zR...

2017-01-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1788 ping @Leemoonsoo @jongyoul @bzz --- 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 a

[GitHub] zeppelin issue #1795: ZEPPELIN-1851. LazyOpenInterpreter would open interpre...

2017-01-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1795 ping @jongyoul --- 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

[GitHub] zeppelin issue #1797: [ZEPPELIN-1854] make Per User mode in interpreter sett...

2017-01-04 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1797 Merging this if no more discussion. --- 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 featur

[GitHub] zeppelin pull request #1840: [ZEPPELIN-1730, 1587] WIP add spark impersonati...

2017-01-04 Thread khalidhuseynov
GitHub user khalidhuseynov opened a pull request: https://github.com/apache/zeppelin/pull/1840 [ZEPPELIN-1730, 1587] WIP add spark impersonation through --proxy-user option ### What is this PR for? This is to add spark impersonation using --proxy-user option. note that it enabl

[GitHub] zeppelin issue #1799: [ZEPPELIN-1165 : WIP] Code-based job workflow

2017-01-04 Thread rasehorn
Github user rasehorn commented on the issue: https://github.com/apache/zeppelin/pull/1799 @cloverhearts I think a picture and some pseudocode tells more than thousand words, so I created one. Also: I'm only talking about the use case to ensure a certain sequence of parag

[GitHub] zeppelin issue #1799: [ZEPPELIN-1165 : WIP] Code-based job workflow

2017-01-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1799 I agree with @rasehorn that workflow execution should be done in a high level framework. User just need to define the workflow (specify the dependencies between paragraphs). I also paste one image

[jira] [Created] (ZEPPELIN-1904) Pandas dataframe.plot doesn't work in PythonInterpreter and PySparkInterpreter

2017-01-04 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1904: Summary: Pandas dataframe.plot doesn't work in PythonInterpreter and PySparkInterpreter Key: ZEPPELIN-1904 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1904 Pr

[GitHub] zeppelin issue #1836: [ZEPPELIN-1887] fix: DON'T create new para when run al...

2017-01-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1836 CI failure is irrelevant. Test and LGTM. While this provides fix for breaking feature, merging it as a hotfix. --- If your project is set up for it, you can reply to this email an

[GitHub] zeppelin pull request #1836: [ZEPPELIN-1887] fix: DON'T create new para when...

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1836 --- 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 #1838: [ZEPPELIN-1832] Fixed a bug in zombie process when Zep...

2017-01-04 Thread Leemoonsoo
event RemoteInterpreterEvent(type:OUTPUT_UPDATE_ALL, data:{"noteId":"2C75F1GM3","paragraphId":"20170104-095114_1076613332","messages":[]}) java.lang.NullPointerException at org.apache.zeppelin.interpreter.remote.RemoteInterpreterEventPoller.run(

[GitHub] zeppelin issue #1835: [MINOR][DOCS] Add troubleshooting section to spark_clu...

2017-01-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1835 LGTM and merge if no further discussions! --- 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

[GitHub] zeppelin issue #1788: ZEPPELIN-1826. Flaky Test: ZeppelinSparkClusterTest.zR...

2017-01-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1788 LGTM and merge if no further discussions. --- 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

[GitHub] zeppelin issue #1824: [ZEPPELIN-1850] Remove grunt-contrib-clean (grunt)

2017-01-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1824 Since this PR merge, [first CI test profile fails](https://travis-ci.org/apache/zeppelin/jobs/188757727) with ``` [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-

[GitHub] zeppelin issue #1788: ZEPPELIN-1826. Flaky Test: ZeppelinSparkClusterTest.zR...

2017-01-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1788 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 so, or if the fe

[GitHub] zeppelin issue #1814: [ZEPPELIN-1869] changed the API response to generate t...

2017-01-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1814 @cloverhearts I think you need update related unittests, too. ``` Results : Failed tests: InterpreterRestApiTest.testAddDeleteRepository:352 Test create method: E

[GitHub] zeppelin pull request #1838: [ZEPPELIN-1832] Fixed a bug in zombie process w...

2017-01-04 Thread cloverhearts
Github user cloverhearts closed the pull request at: https://github.com/apache/zeppelin/pull/1838 --- 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 featur

[GitHub] zeppelin issue #1838: [ZEPPELIN-1832] Fixed a bug in zombie process when Zep...

2017-01-04 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1838 @Leemoonsoo Yes, I will :) --- 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 a

[GitHub] zeppelin pull request #1838: [ZEPPELIN-1832] Fixed a bug in zombie process w...

2017-01-04 Thread cloverhearts
GitHub user cloverhearts reopened a pull request: https://github.com/apache/zeppelin/pull/1838 [ZEPPELIN-1832] Fixed a bug in zombie process when Zeppelin stopped. ### What is this PR for? When Zeppelin stops, there is a problem. Sometimes this happens to the test as well.

[GitHub] zeppelin pull request #1840: [ZEPPELIN-1730, 1587] add spark impersonation t...

2017-01-04 Thread khalidhuseynov
GitHub user khalidhuseynov reopened a pull request: https://github.com/apache/zeppelin/pull/1840 [ZEPPELIN-1730, 1587] add spark impersonation through --proxy-user option ### What is this PR for? This is to add spark impersonation using --proxy-user option. note that it enables

[GitHub] zeppelin pull request #1840: [ZEPPELIN-1730, 1587] add spark impersonation t...

2017-01-04 Thread khalidhuseynov
Github user khalidhuseynov closed the pull request at: https://github.com/apache/zeppelin/pull/1840 --- 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 feat

Re: Exporting Spark paragraphs as Spark Applications

2017-01-04 Thread Luciano Resende
I have made some progress with a tool to handle the points discussed in this thread. It's currently a command line tool and given a Zeppelin notebook (note.json) it generates a Spark scala application, compiles it using the compiler embedded in the scala sdk and then package all these resources int

[GitHub] zeppelin pull request #1841: [ZEPPELIN-1850] fix: DON'T run npm clean in mav...

2017-01-04 Thread 1ambda
GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/1841 [ZEPPELIN-1850] fix: DON'T run npm clean in maven clean phase (CI related) ### What is this PR for? maven clean executes `npm run clean` after #1824. but running npm commands requires ins

[GitHub] zeppelin pull request #1842: [WIP] [ZEPPELIN-1619] Load js package as a plug...

2017-01-04 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/1842 [WIP] [ZEPPELIN-1619] Load js package as a plugin visualization ### What is this PR for? Current helium plugin application api (experimental) requires create library in java class, and nee

[GitHub] zeppelin issue #1840: [ZEPPELIN-1730, 1587] add spark impersonation through ...

2017-01-04 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/1840 this is ready for review. @prabhjyotsingh plz help review as original author, also @zjffdu @astroshim @Leemoonsoo as followup from #1566. CI failure in first profile is irrelevant and due t

[jira] [Created] (ZEPPELIN-1905) BUG: "Clear all paragraphs" doens't work in Note

2017-01-04 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-1905: --- Summary: BUG: "Clear all paragraphs" doens't work in Note Key: ZEPPELIN-1905 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1905 Project: Zeppelin Issue T

[GitHub] zeppelin pull request #1843: [ZEPPELIN-1905] fix: "Clear All Paragraphs" doe...

2017-01-04 Thread 1ambda
GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/1843 [ZEPPELIN-1905] fix: "Clear All Paragraphs" doens't work in a note ### What is this PR for? Fixed **Clear all paragraphs** button in a note (I attached a screenshot) ### What type

[GitHub] zeppelin issue #1841: [HOTFIX] fix: DON'T run npm clean in maven clean phase...

2017-01-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1841 LGTM. It fixes CI build failure. Merge to master 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

[GitHub] zeppelin pull request #1841: [HOTFIX] fix: DON'T run npm clean in maven clea...

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1841 --- 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

Re: Exporting Spark paragraphs as Spark Applications

2017-01-04 Thread Jianfeng (Jeff) Zhang
I don¹t understand why user want to export zeppelin note as spark application. If they want to trigger the running of spark app, why not use zeppelin¹s rest api for that. Even user export it as spark application, most of time in reality, they need to submit it through spark job server, so why no

[GitHub] zeppelin issue #1840: [ZEPPELIN-1730, 1587] add spark impersonation through ...

2017-01-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1840 @khalidhuseynov Have you try it in secured cluster ? IIRC, `--proxy-user` can not work with `--principal` & `--keytab` together, that means in secured cluster, user have to run `kinit` instead of

[GitHub] zeppelin issue #1797: [ZEPPELIN-1854] make Per User mode in interpreter sett...

2017-01-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1797 @prabhjyotsingh When I design this feature, I've researched all possible combination for it and I decide to choose "Per note" mode first because I thought we should have the first criterium both

[GitHub] zeppelin pull request #1822: [ZEPPELIN-1789] Make exported data file name mo...

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1822 --- 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 #1816: [MINOR] Fix broken CSS for plain text paragraph...

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1816 --- 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 #1843: [ZEPPELIN-1905] fix: "Clear All Paragraphs" doens't wo...

2017-01-04 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/1843 @1ambda Thanks for fixing this bug and detailed explain! Let me comment after test it :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] zeppelin issue #1813: [ZEPPELIN-1868]fix to not shows up the login button on...

2017-01-04 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1813 LGTM. Merge if there are 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 fe

[GitHub] zeppelin pull request #1807: ZEPPELIN-1861 Support custom interpreter.sh scr...

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1807 --- 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 #1795: ZEPPELIN-1851. LazyOpenInterpreter would open i...

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1795 --- 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 #1843: [ZEPPELIN-1905] fix: "Clear All Paragraphs" doens't wo...

2017-01-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1843 @1ambda Do you check the personalized mode as well? --- 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 t

[GitHub] zeppelin issue #1842: [WIP] [ZEPPELIN-1619] Load js package as a plugin visu...

2017-01-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1842 @Leemoonsoo I like this idea to show new menu for helium but how about creating a new module like zeppelin-helium? It would be more helpful to understand whole structure. What do you think of it?

[GitHub] zeppelin issue #1839: [WIP] ZEPPELIN-1903. ZeppelinContext can not display p...

2017-01-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1839 CI is failed, working on it. --- 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

[GitHub] zeppelin issue #1831: [ZEPPELIN-1883] Can't import spark submitted packages ...

2017-01-04 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/1831 Any update on this? --- 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,

[GitHub] zeppelin issue #1797: [ZEPPELIN-1854] make Per User mode in interpreter sett...

2017-01-04 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1797 @jongyoul I didn't get you on this. I haven't changed the order, only `ng-if="ticket.ticket !== 'anonymous' && ticket.roles !== '[]'"` changed to `ng-if="ticket.principal !== 'anonymous'"`

[GitHub] zeppelin issue #1831: [ZEPPELIN-1883] Can't import spark submitted packages ...

2017-01-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1831 I still think this is not a correct fix since it doesn't resolve the yarn-client mode which I believe most of users use this mode. --- If your project is set up for it, you can reply to this emai

[GitHub] zeppelin issue #1843: [ZEPPELIN-1905] fix: "Clear All Paragraphs" doens't wo...

2017-01-04 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/1843 @jongyoul Thanks for opinion :) It works well. I tested like 1. enable shiro 2. add permission per user into a note to check other users can execute clear all or not ![1905-in

[GitHub] zeppelin issue #1831: [ZEPPELIN-1883] Can't import spark submitted packages ...

2017-01-04 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/1831 @zjffdu > since it doesn't resolve the yarn-client mode 1. PySpark also doens't support extending PYTHONPATH in yarn-client. 2. You are saying this is not right fix repeatedl

[GitHub] zeppelin issue #1831: [ZEPPELIN-1883] Can't import spark submitted packages ...

2017-01-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1831 As I said before why not using `--py-files`, I check the repository of pyspark-cassandra. https://github.com/TargetHolding/pyspark-cassandra README shows that user can use `--py-files`

[jira] [Created] (ZEPPELIN-1906) Use multiple InterpreterResult for displaying multiple JDBC queries

2017-01-04 Thread Prabhjyot Singh (JIRA)
Prabhjyot Singh created ZEPPELIN-1906: - Summary: Use multiple InterpreterResult for displaying multiple JDBC queries Key: ZEPPELIN-1906 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1906 Pro

[GitHub] zeppelin pull request #1844: [ZEPPELIN-1825] Use versioned notebook storage ...

2017-01-04 Thread khalidhuseynov
GitHub user khalidhuseynov opened a pull request: https://github.com/apache/zeppelin/pull/1844 [ZEPPELIN-1825] Use versioned notebook storage by default ### What is this PR for? Due to recent work on versioned notes under ZEPPELIN-1044, we can use by default Git storage which e

[GitHub] zeppelin pull request #1845: [ZEPPELIN-1906] Use multiple InterpreterResult ...

2017-01-04 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/zeppelin/pull/1845 [ZEPPELIN-1906] Use multiple InterpreterResult for displaying multiple JDBC queries ### What is this PR for? Use multiple InterpreterResult for displaying multiple JDBC queries. I

[GitHub] zeppelin pull request #1846: ZEPPELIN-1770. Restart only the client user's i...

2017-01-04 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/1846 ZEPPELIN-1770. Restart only the client user's interpreter when restarting interpreter setting ### What is this PR for? This PR would only restart the trigger user's interpreter rather tha

[GitHub] zeppelin issue #1843: [ZEPPELIN-1905] fix: "Clear All Paragraphs" doens't wo...

2017-01-04 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/1843 Tested and it works as expected! --- 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 #1843: [ZEPPELIN-1905] fix: "Clear All Paragraphs" doens't wo...

2017-01-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1843 LGTM. Will merge it --- 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 s

[GitHub] zeppelin pull request #1843: [ZEPPELIN-1905] fix: "Clear All Paragraphs" doe...

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1843 --- 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 #1797: [ZEPPELIN-1854] make Per User mode in interpreter sett...

2017-01-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1797 @prabhjyotsingh I've misunderstood something. 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 th

[GitHub] zeppelin issue #1797: [ZEPPELIN-1854] make Per User mode in interpreter sett...

2017-01-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1797 Will merge it. --- 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

[GitHub] zeppelin pull request #1797: [ZEPPELIN-1854] make Per User mode in interpret...

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1797 --- 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 #1831: [ZEPPELIN-1883] Can't import spark submitted packages ...

2017-01-04 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/1831 1. I read and replied before. > Q. README shows that user can use --py-files > A. Users cannot benefit from --packages. They need to download, find location of all transitive deps and p

[GitHub] zeppelin pull request #1809: ZEPPELIN-1866. No meaningful exception for pig ...

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1809 --- 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 #1847: [MINOR] Restore paragraph control button margin...

2017-01-04 Thread minahlee
GitHub user minahlee opened a pull request: https://github.com/apache/zeppelin/pull/1847 [MINOR] Restore paragraph control button margin style ### What is this PR for? Restore paragraph control button margin style. ### What type of PR is it? Hot Fix ### What

[GitHub] zeppelin issue #1847: [MINOR] Restore paragraph control button margin style

2017-01-04 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1847 @AhyoungRyu do you mind to review this? --- 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

[GitHub] zeppelin issue #1831: [ZEPPELIN-1883] Can't import spark submitted packages ...

2017-01-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1831 Sorry, I miss your last reply. Do you mean yarn-client mode works for you in spark ? I use the following command to launch pyspark and get the error as following: Launch pyspark ( I am

Re: Exporting Spark paragraphs as Spark Applications

2017-01-04 Thread Luciano Resende
Some use cases discussed earlier on this thread: https://www.mail-archive.com/dev@zeppelin.apache.org/msg06323.html https://www.mail-archive.com/dev@zeppelin.apache.org/msg06332.html On Wed, Jan 4, 2017 at 4:51 PM, Jianfeng (Jeff) Zhang < jzh...@hortonworks.com> wrote: > > I don¹t understand wh