[GitHub] zeppelin issue #2612: [MINOR] remove the duplicate property username in Remo...

2017-10-30 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2612 @wary Sorry for late response, the CI seems failed, could you help check that ? It may due to flaky test, you can try to rerun it. ---

[GitHub] zeppelin issue #2624: [ZEPPELIN-2965] Add code completion for livy interpret...

2017-10-30 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2624 @pellmont have you verified in from end to end ? It seems doesn't work for me when I type tab in frontend. I think it may need frontend change as well. ---

[GitHub] zeppelin issue #2635: ZEPPELIN-3013. Only parse paragraph text when text is ...

2017-10-30 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2635 @felixcheung @prabhjyotsingh Could you help review it ? Thanks ---

[GitHub] zeppelin issue #2615: [ZEPPELIN-1999][IMPROVEMENT] refactoring replacement c...

2017-10-30 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2615 @tinkoff-dwh Could you explain more what kind of issue you try to fix in this PR ? I don't get it from the PR description. ---

[GitHub] zeppelin issue #2627: [ZEPPELIN-2368]. Option to run all paragraphs *sequent...

2017-10-30 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2627 @namanmishra91 Right, this could be done in a separate ticket. Very appreciated if you could help on this, I am not a frontend expert. ---

[GitHub] zeppelin pull request #2635: ZEPPELIN-3013. Only parse paragraph text when t...

2017-10-29 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2635 ZEPPELIN-3013. Only parse paragraph text when text is updated ### What is this PR for? Before this PR, each time when paragraph use interpreter, it would parse the text to get

[GitHub] zeppelin issue #2629: ZEPPELIN-3005. Refine the error message when interpret...

2017-10-28 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2629 Thanks @prabhjyotsingh , will merge it if no more comments ---

[GitHub] zeppelin issue #2631: ZEPPELIN-2197. Interpreter Lifecycle Manager

2017-10-28 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2631 Make sense, will add document for this feature. ---

[GitHub] zeppelin issue #2627: [ZEPPELIN-2368]. Option to run all paragraphs *sequent...

2017-10-27 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2627 Will merge it if no more comments. ---

[GitHub] zeppelin issue #2629: ZEPPELIN-3005. Refine the error message when interpret...

2017-10-27 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2629 @prabhjyotsingh mind to review it ? Thanks ---

[GitHub] zeppelin issue #2631: ZEPPELIN-2197. Interpreter Lifecycle Manager

2017-10-27 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2631 Will merge it if no more comments ---

[GitHub] zeppelin issue #2631: ZEPPELIN-2197. Interpreter Lifecycle Manager

2017-10-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2631 @Tagar Good point, Currently there's no such things in frontend. For now, what user see in frontend is that a new interpreter group is created. (For spark interpreter, a new spark app is started) ---

[GitHub] zeppelin issue #2631: ZEPPELIN-2197. Interpreter Lifecycle Manager

2017-10-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2631 @Gauravshah It won't be killed. Because JobRunner in zeppelin server process will poll the job status periodically . Add one more test to verify it. ---

[GitHub] zeppelin pull request #2632: [HotFix] - Incorrect interpreter dir

2017-10-25 Thread zjffdu
Github user zjffdu closed the pull request at: https://github.com/apache/zeppelin/pull/2632 ---

[GitHub] zeppelin pull request #2632: [HotFix] - Incorrect interpreter dir

2017-10-25 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2632 [HotFix] - Incorrect interpreter dir ### What is this PR for? This is for the bug hotfix introduced in #2592 . The issue is that new interpreter created can not run properly because

[GitHub] zeppelin issue #2631: ZEPPELIN-2197. Interpreter Lifecycle Manager

2017-10-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2631 @jongyoul For now, only Interpreter Process's lifecycle is controlled in TimeoutLifecycleManager. session level control will be done in future if necessary. https://github.com/apache/zeppelin

[GitHub] zeppelin issue #2631: ZEPPELIN-2197. Interpreter Lifecycle Manager

2017-10-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2631 @Tagar It won't be killed, because LifecycleManager will know client is polling job progress via api Interpreter.getProgress. https://github.com/apache/zeppelin/pull/2631/files#diff

[GitHub] zeppelin issue #2631: ZEPPELIN-2197. Interpreter Lifecycle Manager

2017-10-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2631 @Leemoonsoo @jongyoul @Tagar Please help review. Thanks ---

[GitHub] zeppelin pull request #2631: ZEPPELIN-2197. Interpreter Lifecycle Manager

2017-10-25 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2631 ZEPPELIN-2197. Interpreter Lifecycle Manager ### What is this PR for? This PR implement the lifecycle manager. There're 2 implementions. * NullLifecycleManager. Nothing is done

[GitHub] zeppelin issue #2627: [ZEPPELIN-2368]. Option to run all paragraphs *sequent...

2017-10-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2627 @namanmishra91 Do you mean after after clicking run all, user click one paragraph of this note to run it ? ---

[GitHub] zeppelin issue #2630: [HOTFIX] fix build spark and R interpreters

2017-10-24 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2630 Thanks @tinkoff-dwh for fixing this. Could you let me know how SparkRInterpreter is broken, I am curious to know why our CI didn't catch this. ---

[GitHub] zeppelin pull request #2629: ZEPPELIN-3005. Refine the error message when in...

2017-10-24 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2629 ZEPPELIN-3005. Refine the error message when interpreter is not binded to note ### What is this PR for? More user-friendly error message. ### What type of PR

[GitHub] zeppelin issue #2627: [ZEPPELIN-2368]. Option to run all paragraphs *sequent...

2017-10-18 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2627 Thanks @felixcheung Will add tests for this. Here's some discussion about this issue. http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Implementing-run-all-paragraphs

[GitHub] zeppelin issue #2625: ZEPPELIN-2988. Zeppelin does not start new Livy sessio...

2017-10-17 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2625 Merge if no more comments ---

[GitHub] zeppelin issue #2626: ZEPPELIN-2998. Fix bug in restarting interpreter in sc...

2017-10-17 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2626 Merge if no more discussion ---

[GitHub] zeppelin issue #2619: Run all paragraphs sequentially

2017-10-17 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2619 @namanmishra91 I made another PR #2627 which only change the backend code. Let me know whether this meet your requirement. ---

[GitHub] zeppelin pull request #2627: [ZEPPELIN-2368]. Option to run all paragraphs *...

2017-10-17 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2627 [ZEPPELIN-2368]. Option to run all paragraphs *sequentially* ### What is this PR for? This PR change the "run all paragraphs" to be sequentially running. ###

[GitHub] zeppelin issue #2626: ZEPPELIN-2998. Fix bug in restarting interpreter in sc...

2017-10-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2626 @Leemoonsoo Please help review. Thanks ---

[GitHub] zeppelin pull request #2626: ZEPPELIN-2998. Fix bug in restarting interprete...

2017-10-16 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2626 ZEPPELIN-2998. Fix bug in restarting interpreter in scoped mode ### What is this PR for? Fixed the bug mentioned in https://github.com/apache/zeppelin/pull/2554#discussion_r136703878

[GitHub] zeppelin issue #2625: ZEPPELIN-2988. Zeppelin does not start new Livy sessio...

2017-10-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2625 @prabhjyotsingh Could you help review it ? Thanks ---

[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-10-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2542 @malayhm Could you try to return these failed CI build ? https://travis-ci.org/malayhm/zeppelin/builds/288324042 ---

[GitHub] zeppelin pull request #2625: ZEPPELIN-2988. Zeppelin does not start new Livy...

2017-10-16 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2625 ZEPPELIN-2988. Zeppelin does not start new Livy session if yarn livy session application is killed ### What is this PR for? This PR will display a warning message when the livy session

[GitHub] zeppelin issue #2607: [HOTFIX] fix interpreter.cmd script

2017-10-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2607 Merge if no more discussion ---

[GitHub] zeppelin issue #2622: ZEPPELIN-2990. Matplotlib sometimes fails in IPythonIn...

2017-10-15 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2622 I will merge it soon as it fix the flaky travis build as well. ---

[GitHub] zeppelin issue #2622: ZEPPELIN-2990. Matplotlib sometimes fails in IPythonIn...

2017-10-15 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2622 @felixcheung Right, this PR is trying to fix these flaky test. ---

[GitHub] zeppelin issue #2624: [ZEPPELIN-2965] Add code completion for livy interpret...

2017-10-15 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2624 IMHO,it is better to have integration test for interpreter. Because interpreter is usually 3rd party library outside zeppelin. Unit test usually has many assumption which may not be true in real

[GitHub] zeppelin issue #2624: [ZEPPELIN-2965] Add code completion for livy interpret...

2017-10-15 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2624 Thanks for the contribution @pellmont , but I don't think it make sense to make so large change just for unit test. Actually livy interpreter can run integration which is much better than unit

[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-10-13 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2542 ping @malayhm ---

[GitHub] zeppelin pull request #2622: ZEPPELIN-2990. Matplotlib sometimes fails in IP...

2017-10-13 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2622 ZEPPELIN-2990. Matplotlib sometimes fails in IPythonInterpreter ### What is this PR for? Trivial fix for matplotlib fail in `IPythonInterpreter`. Besides that, I also make some minor changes

[GitHub] zeppelin issue #2619: Run all paragraphs sequentially

2017-10-13 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2619 @namanmishra91 I don't understand why it would invoke frontend. Backend know more context about paragraph status and backend could control the workflow of paragraph running easily. ---

[GitHub] zeppelin issue #2592: ZEPPELIN-2685. Improvement on Interpreter class

2017-10-13 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2592 Will merge it if no more discussion. ---

[GitHub] zeppelin issue #2612: remove the duplicate property username in RemoteInterp...

2017-10-12 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2612 @wary Before I merge this, could you update the title and add '[MINOR]' ? ---

[GitHub] zeppelin issue #2612: remove the duplicate property username in RemoteInterp...

2017-10-12 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2612 Thanks @wary Merge it if no more discussion. ---

[GitHub] zeppelin issue #2619: Run all paragraphs sequentially

2017-10-12 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2619 ping @namanmishra91 ---

[GitHub] zeppelin issue #2613: ZEPPELIN-2982. Copy interpreter-setting.json to interp...

2017-10-12 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2613 will merge if no more discussion ---

[GitHub] zeppelin issue #2620: [MINOR][Code Refactoring] Configuration name change fo...

2017-10-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2620 not yet, it only affects 0.8.0, so won't cause any compatibility break. ---

[GitHub] zeppelin issue #2613: ZEPPELIN-2982. Copy interpreter-setting.json to interp...

2017-10-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2613 @Leemoonsoo parent project must be pom type, but zeppelin-interpreter is jar. So I have to introduce module `interpreter-parent`. Interpreter dev guide is updated in the new commit. ---

[GitHub] zeppelin issue #2619: Run all paragraphs sequentially

2017-10-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2619 @namanmishra91 I don't see the current behavior is retained in this PR. Personally I don't think the current behavior needs to be retained. Even we want to keep the current behavior, it should

[GitHub] zeppelin issue #2618: [WIP] ZEPPELIN-2986. Add hadoop-aws and hadoop-azure t...

2017-10-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2618 notebook storage is in module zeppelin-zengine. Just found it has jar conflicts with the native azure and s3 storage. Will keep it pending for now. ---

[GitHub] zeppelin issue #2619: Run all paragraphs sequentially

2017-10-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2619 @namanmishra91 I don't mean your PR doesn't do it correctly. I mean you could do it in an easier approach with less code changes. Just modifying `persistAndExecuteSingleParagraph` to make it run

[GitHub] zeppelin issue #2619: Run all paragraphs sequentially

2017-10-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2619 @namanmishra91 Thanks for the contribution. But the implementation is a little complicated to me. I think the easiest implementation is just run paragraphs sequentially in backend. Look

[GitHub] zeppelin pull request #2618: ZEPPELIN-2986. Add hadoop-aws and hadoop-azure ...

2017-10-10 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2618 ZEPPELIN-2986. Add hadoop-aws and hadoop-azure to zeppelin server ### What is this PR for? Trivial fix. ### What type of PR is it? [Improvement] ### Todos

[GitHub] zeppelin issue #2613: ZEPPELIN-2982. Copy interpreter-setting.json to interp...

2017-10-10 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2613 Yes, it keeps capability. The interpreter is not changed. interpreter-setting.json is still packaged into interpreter jar, but copied to interpreter dir as well in this PR. And interpreter

[GitHub] zeppelin issue #2592: ZEPPELIN-2685. Improvement on Interpreter class

2017-10-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2592 @Leemoonsoo Do you have any concern about the compatibility break in this PR ? * Add throw InterpreterException which is checked exception for the abstract methods of Interpreter

[GitHub] zeppelin pull request #2613: ZEPPELIN-2982. Copy interpreter-setting.json to...

2017-10-09 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2613 ZEPPELIN-2982. Copy interpreter-setting.json to interpreter dir ### What is this PR for? 2 main changes. * Introduce `interpreter-parent` module, so that all the interpreter can reuse

[GitHub] zeppelin issue #2612: remove the duplicate property username in RemoteInterp...

2017-10-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2612 LGTM ---

[GitHub] zeppelin issue #2605: [ZEPPELIN-2963] Fix paragraph aborting on next run aft...

2017-10-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2605 I think the root cause is that there're 2 fields in Job.java to represent job status. (`aborted` & `status`). Why not just removing `aborted` ---

[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-10-08 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2542 ping @malayhm ---

[GitHub] zeppelin issue #2597: ZEPPELIN-2942. Remove non-remote interpreter approach

2017-10-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2597 ping @Leemoonsoo ---

[GitHub] zeppelin issue #2603: [ZEPPELIN-2962] Fix CI fail on selenium test profile

2017-09-29 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2603 @Leemoonsoo Is this fix for [ZEPPELIN-2927](https://issues.apache.org/jira/browse/ZEPPELIN-2927) ? ---

[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-09-28 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2542 ping @malayhm @Leemoonsoo ---

[GitHub] zeppelin issue #2600: ZEPPELIN-2953 Allow custom http header for livy interp...

2017-09-28 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2600 Custom http headers is needed when integrating knox with livy interpreter. ---

[GitHub] zeppelin issue #2412: [ZEPPELIN-2641] Change encoding to UTF-8 when sending ...

2017-09-27 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2412 Sorry, I thought there was code conflict. I will merge it soon ---

[GitHub] zeppelin issue #2412: [ZEPPELIN-2641] Change encoding to UTF-8 when sending ...

2017-09-27 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2412 @qwemicheal sorry for late response, would you mind to update the PR ? ---

[GitHub] zeppelin pull request #2600: ZEPPELIN-2953 Allow custom http header for livy...

2017-09-26 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2600 ZEPPELIN-2953 Allow custom http header for livy interpreter ### What is this PR for? This PR is trying to allow user to add custom http headers when calling livy rest api. Use just need

[GitHub] zeppelin pull request #2597: ZEPPELIN-2942. Remove non-remote interpreter ap...

2017-09-24 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2597 ZEPPELIN-2942. Remove non-remote interpreter approach ### What is this PR for? This PR is just trying to remove non-remote interpreter approach. ### What type of PR

[GitHub] zeppelin issue #2597: ZEPPELIN-2942. Remove non-remote interpreter approach

2017-09-24 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2597 @Leemoonsoo Could you help review ? Thanks ---

[GitHub] zeppelin issue #2592: ZEPPELIN-2685. Improvement on Interpreter class

2017-09-21 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2592 It would not break the existing interpreter. I introduce `Launcher` concept to allow customize interpreter to launch. But for now all the interpreter still use `interpreter.sh` to launch it even

[GitHub] zeppelin issue #2592: ZEPPELIN-2685. Improvement on Interpreter class

2017-09-21 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2592 @Leemoonsoo @jongyoul @felixcheung Could you help review it ? Thanks. It is followup of #2577 ---

[GitHub] zeppelin issue #2594: [ZEPPELIN-2944] Cannot launch Spark interpreter for no...

2017-09-20 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2594 Thanks @tae-jun LGTM ---

[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-09-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2542 > This makes interpreter impossible to add / update "editor" configuration without user recreate interpreterSetting @Leemoonsoo ZEPPELIN-2907 is not resolved, but the issue

[GitHub] zeppelin issue #2593: ZEPPELIN-2943 Streaming output will be closed in 30 se...

2017-09-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2593 Thanks @felixcheung , that would the biggest milestone for `IPythonInterpreter` of zeppelin if someone use it for 100 years :) ---

[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-09-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2542 ping @malayhm @Leemoonsoo Any update ? ---

[GitHub] zeppelin pull request #2592: ZEPPELIN-2685. Improvement on Interpreter class

2017-09-19 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2592 ZEPPELIN-2685. Improvement on Interpreter class ### What is this PR for? Main changes on Interpreter * Add throw InterpreterException for the abstract methods of `Interpreter`, this would

[GitHub] zeppelin issue #2577: ZEPPELIN-2898. Support Yarn-Cluster for Spark Interpre...

2017-09-18 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2577 @felixcheung I will do the follow up in https://issues.apache.org/jira/browse/ZEPPELIN-2685 ---

[GitHub] zeppelin issue #2577: ZEPPELIN-2898. Support Yarn-Cluster for Spark Interpre...

2017-09-18 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2577 Thanks, I will merge it to continue the next follow up PR. ---

[GitHub] zeppelin issue #2577: ZEPPELIN-2898. Support Yarn-Cluster for Spark Interpre...

2017-09-18 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2577 @Leemoonsoo @jongyoul @felixcheung Any more comments ? ---

[GitHub] zeppelin issue #2591: [HOTFIX] Forward compatibility of Note class

2017-09-17 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2591 Thanks @jongyoul ---

[GitHub] zeppelin issue #2591: [HOTFIX] Forward compatibility of Note class

2017-09-17 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2591 @jongyoul Which code path use vanila gson for handling json ? ---

[GitHub] zeppelin issue #2591: [HOTFIX] Forward compatibility of Note class

2017-09-17 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2591 @jongyoul I hit this issue before, I think just adding `-MM-dd HH:mm:ss.SSS` into `NotebookImportDeserializer` should be able to resolve this issue. ---

[GitHub] zeppelin issue #2588: ZEPPELIN-2933. Code Refactoring of ZEPPELIN-1515 follo...

2017-09-14 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2588 Thanks @prabhjyotsingh Will merge it if no more comment ---

[GitHub] zeppelin issue #2584: [ZEPPELIN-2928] Hotfix on maven set version functional...

2017-09-14 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2584 LGTM, will merge it if no more comment ---

[GitHub] zeppelin issue #2588: ZEPPELIN-2993. Code Refactoring of ZEPPELIN-1515 follo...

2017-09-13 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2588 @prabhjyotsingh Could you help review it ? Thanks ---

[GitHub] zeppelin pull request #2588: ZEPPELIN-2993. Code Refactoring of ZEPPELIN-151...

2017-09-13 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2588 ZEPPELIN-2993. Code Refactoring of ZEPPELIN-1515 follow up ### What is this PR for? This is a refactoring PR of ZEPPELIN-1515. Because hadoop's FileSystem API not only works with hdfs

[GitHub] zeppelin issue #2584: [ZEPPELIN-2928] Hotfix on maven set version functional...

2017-09-13 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2584 That's correct, please go ahead @necosta ---

[GitHub] zeppelin pull request #2587: [WIP] [ZEPPELIN-2909]. Support shared SparkCont...

2017-09-13 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2587 [WIP] [ZEPPELIN-2909]. Support shared SparkContext across language in livy interpreter ### What is this PR for? A few sentences describing the overall goals of the pull request's commits

[GitHub] zeppelin issue #2584: [ZEPPELIN-2928] Hotfix on maven set version functional...

2017-09-13 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2584 Don't worry. This is known issue tracked in ZEPPELIN-2927. ---

[GitHub] zeppelin issue #2584: [ZEPPELIN-2928] Hotfix on maven set version functional...

2017-09-13 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2584 LGTM, wait for CI pass ---

[GitHub] zeppelin issue #2577: ZEPPELIN-2898. Support Yarn-Cluster for Spark Interpre...

2017-09-12 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2577 @Leemoonsoo @jongyoul As I mentioned in the PR description, this is not a perfect PR. If you don't have any more comments, I will merge it and continue the next PR to improve it. Thanks ---

[GitHub] zeppelin issue #2578: [ZEPPELIN-2921] does not work conda environment in pyt...

2017-09-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2578 LGTM, just one concern about `PythonCondaInterpreterTest.java`. It is using mock which may not found potential bugs. I think we can do unit without mock. But anyway this could be done

[GitHub] zeppelin issue #2578: [ZEPPELIN-2921] does not work conda environment in pyt...

2017-09-10 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2578 @1ambda This is due to IPythonInterpreter, could create a ticket ? I will fix it in another PR. ---

[GitHub] zeppelin issue #2578: [ZEPPELIN-2921] does not work conda environment in pyt...

2017-09-10 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2578 Thanks @cloverhearts , Is it possible to add unit test for `PythonCondaInterpreter` ? Regarding the CI failure, I know this failure and will fix it in another PR ---

[GitHub] zeppelin issue #2574: [ZEPPELIN-2921 : 0.7x] does not work conda environment...

2017-09-10 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2574 @cloverhearts `There is only one python library path to be added.` Do you mean the py4j ? IIUC, PythonInterpreter will add py4j to PYTHONPATH, it doesn't relate

[GitHub] zeppelin issue #2574: [ZEPPELIN-2921 : 0.7x] does not work conda environment...

2017-09-10 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2574 @cloverhearts Just to clarify my concern. Here's what I see when I use conda outside of zeppelin. Step 1. Create enviroment `env_1` using conda, and install pandas Step 2. Set

[GitHub] zeppelin issue #2577: ZEPPELIN-2898. Support Yarn-Cluster for Spark Interpre...

2017-09-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2577 @Leemoonsoo @jongyoul Could you help review ? ---

[GitHub] zeppelin pull request #2577: ZEPPELIN-2898. Support Yarn-Cluster for Spark I...

2017-09-09 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2577 ZEPPELIN-2898. Support Yarn-Cluster for Spark Interpreter ### What is this PR for? This is the first version for supporting yarn-cluster of `SparkInterpreter`. I just delegate all

[GitHub] zeppelin issue #2562: ZEPPELIN-2645. Adding way to register RemoteInterprete...

2017-09-06 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2562 Will commit if no more comments. ---

[GitHub] zeppelin issue #2565: add zeppelin.livy.share_existing_session option

2017-09-06 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2565 Right, one major reason is security. Sharing SparkContext across users may introduce potential security issue. ---

[GitHub] zeppelin issue #2561: ZEPPELIN-2893. Pass non spark.* of spark interpreter p...

2017-09-05 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2561 Will merge if no more discussion ---

[GitHub] zeppelin issue #2560: [ZEPPELIN-2876]. Integrate with Livy 0.4.0

2017-09-05 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2560 Will commit if no more discussion. ---

<    5   6   7   8   9   10   11   12   13   14   >