[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-12-22 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 https://github.com/apache/zeppelin/pull/1799 I was create new pr. and re-implementation codebased. --- If your project is set up for it, you can reply to this email and have

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-11-16 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 @xiufengliu This feature is currently implemented. I have almost done this change so we can use it as a code implementation of the paragraph. If a fast merge is done, I think

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-10-27 Thread xiufengliu
Github user xiufengliu commented on the issue: https://github.com/apache/zeppelin/pull/1176 Dear corneadoug: May I ask if this pull request work is based on the zeppelin 7.0? Are there any problems to use it for now since I saw there are some conflicting files in the above checks?

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-10-19 Thread xiufengliu
Github user xiufengliu commented on the issue: https://github.com/apache/zeppelin/pull/1176 Hi, may i ask if the new PR was open? I am looking forward to this feature --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If you

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-10-07 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 @corneadoug Yes, no problem. :) --- 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 #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-09-26 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1176 @cloverhearts If I understand, the plan is to open a new PR for this feature? Can it be closed then? --- If your project is set up for it, you can reply to this email and have your reply a

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-09-07 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 This feature is not merged. This feature will be re-implemented. However, because there are people who need it, and I hope to continue to manage the `PR`. I will continue the discu

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-08-19 Thread xiufengliu
Github user xiufengliu commented on the issue: https://github.com/apache/zeppelin/pull/1176 Thanks! It is a fantastic feature. I am really looking forwards to. --- 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 proj

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-08-19 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 @xiufengliu Thanks for your interest in this feature. This feature can undermine the existing problems Zeppelin used consistently. I would like to re-implement this feature in diff

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-08-18 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1176 @xiufengliu No it wasn't merged. In merged PR you can see a message saying: "asfgit closed this in CommitHash Xdays ago" This is an interesting feature and there was some discussions on

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-08-18 Thread xiufengliu
Github user xiufengliu commented on the issue: https://github.com/apache/zeppelin/pull/1176 Hi, may I ask if this feature has been merged to the master? --- 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 issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-15 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 Thank you for your answer. I would restart operations soon to organize your information. I plan to expand the . If anyone have a different opinion, please write to comment. Than

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-14 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1176 z.run() currently submit paragraph into each interpreter's scheduler. Let's say there're PARAGRAPH_1, PARAGRAPH_2, PARAGRAPH_3 ``` %md ... %spark ...

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-14 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 @corneadoug Your opinion is right. should be added to the . But I was thinking that it must be able to control even in Note. to use convenient and it is true that I am expres

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-14 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 @Leemoonsoo Thank you for your opinion! Workflow definition I actually agree with your opinion. The reason I made is thought that the user wants to manage the workf

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-14 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1176 I like the idea, but I also don't think that a new dynamic form is a good way to manage it. I think that feature could fit better inside of the JOB page, especially since it is cross-notebo

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-14 Thread xiufengliu
Github user xiufengliu commented on the issue: https://github.com/apache/zeppelin/pull/1176 `z.run("Paragraph1") z.run("Paragraph2") ` will "Paragraph1" and "Paragraph2" run sequencially? If "Paragraph1" failed, will ""Paragraph2"" still run? --- If your project is set up

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-14 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1176 Thanks @cloverhearts for the contribution and the descriptions. And sorry for giving some negative feedbacks here. **Workflow definition** I'm not sure about workflow definition

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 Screenshot change --- 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 issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 update add operator : all paragraph (*) and ui fixed. ![cap 2016-07-14 15-11-07-036](https://cloud.githubusercontent.com/assets/10525473/16829747/732164a0-49d5-11e6-

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 Thank you for your opinion. I understood as a story about running redundant during the workflow. If the current functional design is supposed to run at the same time, as follows I

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1176 Cool feature, even I wanted to have something similar. Will test it, and give more feedback, in the mean while, and referring to the gif posted in screenshot segment, can the rest of the pa

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1176 @cloverhearts Thanks for the detailed description. It would be better for reviewing this cool feature 👍 --- If your project is set up for it, you can reply to this email and have your repl

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 jira re link - ZEPPELIN-1165 https://issues.apache.org/jira/browse/ZEPPELIN-1165 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 update to description. This feature ensures a certain execution order Notebook with each Interpreter. --- If your project is set up for it, you can reply to this email and have you

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 @AhyoungRyu It has been completed. However, if the part you want, please tell us at any time. Thank you. --- If your project is set up for it, you can reply to this email and hav

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 Test description modified. --- 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 #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1176 Great feature! Can you add documents for this or please explain more detail to review? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-12 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1176 @cloverhearts Is this PR WIP? --- 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