livy interpreter JIRA?

2016-04-10 Thread Jim Dowling
Hi We are going to submit a PR for livy support for Spark - run the Spark Driver in YARN rather than on the client. I heard that Hortonworks had a proposal for such a PR. Does anybody have a link to it? -- - Dr. Jim Dowling Associate Prof, KTH - Royal Institute of Technology

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-707]Automatically adds ...

2016-04-10 Thread mwkang
Github user mwkang commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/806#issuecomment-208182170 @corneadoug Could you 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 you

Re: [ZEPPELIN-519] Get interpreter id via REST API

2016-04-10 Thread Hyung Sung Shim
Hello Malshan. Thank you for your comment. I thought this functionality need for users before but it doesn't now. and The process you mentioned is right. Thank you. 2016-04-11 4:48 GMT+09:00 Minudika Malshan : > Hello, > > I am trying to implement the requested feature on Interpreter Rest API. >

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-209] Folder support for...

2016-04-10 Thread johnnyws
Github user johnnyws commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/796#issuecomment-208135091 Thanks, @felizbear ! I've made changes based on your comments. Passed karma & jshint. Waiting green light from Travis and ready to merge. --- If your proje

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-209] Folder support for...

2016-04-10 Thread felizbear
Github user felizbear commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/796#issuecomment-208119840 @johnnyws looks good. a few minor comments + creating en empty object and assigning props to it is unconventional in JS; normally, you would create

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-772] - Improve text app...

2016-04-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/804 --- 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 fea

[GitHub] incubator-zeppelin pull request: Generate unique temporary files f...

2016-04-10 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/823#issuecomment-208085418 Merging it into 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 doe

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-697] Replace dynamic fo...

2016-04-10 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/745#issuecomment-208084967 Merge into master if there're no more discussions. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[ZEPPELIN-519] Get interpreter id via REST API

2016-04-10 Thread Minudika Malshan
Hello, I am trying to implement the requested feature on Interpreter Rest API. As far as I understood, in order to get the interpreter id via REST API, we have to send the name of interpreter, of which we need to get the id with the rest call. Am I correct? I would like to know your opinions on t

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-697] Replace dynamic fo...

2016-04-10 Thread doanduyhai
Github user doanduyhai commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/745#issuecomment-208034624 @Leemoonsoo Merge if ok ? Next 2 PR will concentrate on keeping same paragraph Id when re-importing node from JSON and add comprehensive documentation for

Re: Getting paragraph ID by calling methods inside interpret() method

2016-04-10 Thread Minudika Malshan
Thank you DuyHai :) On Sun, Apr 10, 2016 at 2:48 AM, DuyHai Doan wrote: > @Override > public InterpreterResult interpret(String st, InterpreterContext context) { > String paragraphId = context.getParagraphId(); > ... > } > > > On Sat, Apr 9, 2016 at 10:24 PM, Minudika Malshan > wrote: > > >