[jira] [Created] (ZEPPELIN-6123) Write a Dockerfile for r interpreter image build

2024-10-05 Thread SeungYoungOh (Jira)
SeungYoungOh created ZEPPELIN-6123: -- Summary: Write a Dockerfile for r interpreter image build Key: ZEPPELIN-6123 URL: https://issues.apache.org/jira/browse/ZEPPELIN-6123 Project: Zeppelin

[jira] [Created] (ZEPPELIN-5487) Add docker usage in R interpreter doc

2021-08-12 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5487: Summary: Add docker usage in R interpreter doc Key: ZEPPELIN-5487 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5487 Project: Zeppelin Issue Type

[GitHub] [zeppelin] asfgit closed pull request #4199: [ZEPPELIN-5481] Support to run R interpreter in yarn mode with customized conda env

2021-08-10 Thread GitBox
asfgit closed pull request #4199: URL: https://github.com/apache/zeppelin/pull/4199 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr..

[GitHub] [zeppelin] zjffdu commented on pull request #4199: [ZEPPELIN-5481] Support to run R interpreter in yarn mode with customized conda env

2021-08-09 Thread GitBox
zjffdu commented on pull request #4199: URL: https://github.com/apache/zeppelin/pull/4199#issuecomment-895688812 Will merge if no more comment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [zeppelin] Reamer commented on a change in pull request #4199: [ZEPPELIN-5481] Support to run R interpreter in yarn mode with customized conda env

2021-08-09 Thread GitBox
Reamer commented on a change in pull request #4199: URL: https://github.com/apache/zeppelin/pull/4199#discussion_r685169039 ## File path: rlang/src/main/java/org/apache/zeppelin/r/IRInterpreter.java ## @@ -152,6 +153,17 @@ protected void initIRKernel() throws IOException, Inte

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4199: [ZEPPELIN-5481] Support to run R interpreter in yarn mode with customized conda env

2021-08-09 Thread GitBox
zjffdu commented on a change in pull request #4199: URL: https://github.com/apache/zeppelin/pull/4199#discussion_r685154342 ## File path: rlang/src/main/java/org/apache/zeppelin/r/IRInterpreter.java ## @@ -152,6 +153,17 @@ protected void initIRKernel() throws IOException, Inte

[GitHub] [zeppelin] Reamer commented on a change in pull request #4199: [ZEPPELIN-5481] Support to run R interpreter in yarn mode with customized conda env

2021-08-09 Thread GitBox
Reamer commented on a change in pull request #4199: URL: https://github.com/apache/zeppelin/pull/4199#discussion_r684964985 ## File path: rlang/src/main/java/org/apache/zeppelin/r/IRInterpreter.java ## @@ -152,6 +153,17 @@ protected void initIRKernel() throws IOException, Inte

[GitHub] [zeppelin] zjffdu opened a new pull request #4199: [ZEPPELIN-5481] Support to run R interpreter in yarn mode with customized conda env

2021-08-08 Thread GitBox
zjffdu opened a new pull request #4199: URL: https://github.com/apache/zeppelin/pull/4199 ### What is this PR for? Simple PR to make R interpreter run in yarn mode with customized conda env. ### What type of PR is it? [ Feature ] ### Todos * [ ] - Task

[jira] [Created] (ZEPPELIN-5481) Support to run R interpreter in yarn mode with customized conda env

2021-08-08 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5481: Summary: Support to run R interpreter in yarn mode with customized conda env Key: ZEPPELIN-5481 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5481 Project

Re: R Interpreter Problem

2021-07-02 Thread denny wong
not using Spark at all, but it seems the R interpreter has dependency on the SparkR.  Our requirement is to enable R interpreter with the latest R version.  Please advice.  Thanks. > .libPaths(c(file.path(libPath), .libPaths())) > library(SparkR) Error in readRDS(pfile) : unknown input

Re: R Interpreter Problem

2021-07-02 Thread Jeff Zhang
月2日周五 下午10:40写道: > Hi Jeff > Initially, we used the Spark version that defined by the Zep 0.9.0 and got > the error. > When we changed the Spark to the latest version 3.1.2, we got a different > error. Fyi, we are not using Spark at all, but it seems the R interpreter > has

Re: R Interpreter Problem

2021-07-02 Thread denny wong
Hi Jeff Initially, we used the Spark version that defined by the Zep 0.9.0 and got the error. When we changed the Spark to the latest version 3.1.2, we got a different error.  Fyi, we are not using Spark at all, but it seems the R interpreter has dependency on the SparkR.  Our requirement is

Re: R Interpreter Problem

2021-07-02 Thread Jeff Zhang
What version of spark do you use ? I am not sure whether your spark version supports R 4.0 ? denny wong 于2021年7月2日周五 下午10:02写道: > Hi > We have problem with the R interpreter when using R version 4.0.5. We are > seeing this error when the zeppelin_sparkr.R is being run at the start

R Interpreter Problem

2021-07-02 Thread denny wong
Hi We have problem with the R interpreter when using R version 4.0.5.  We are seeing this error when the zeppelin_sparkr.R is being run at the startup time.  How to resolve the issue?  Thanks. > .libPaths(c(file.path(libPath), .libPaths())) > library(SparkR) Error: package or namespac

[jira] [Created] (ZEPPELIN-4622) Html is not displayed properly in R interpreter

2020-02-17 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4622: Summary: Html is not displayed properly in R interpreter Key: ZEPPELIN-4622 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4622 Project: Zeppelin Issue

[GitHub] [zeppelin] asfgit closed pull request #3629: [ZEPPELIN-4529]. Update R interpreter document

2020-02-04 Thread GitBox
asfgit closed pull request #3629: [ZEPPELIN-4529]. Update R interpreter document URL: https://github.com/apache/zeppelin/pull/3629 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [zeppelin] zjffdu opened a new pull request #3629: [ZEPPELIN-4529]. Update R interpreter document

2020-02-03 Thread GitBox
zjffdu opened a new pull request #3629: [ZEPPELIN-4529]. Update R interpreter document URL: https://github.com/apache/zeppelin/pull/3629 ### What is this PR for? This PR update the R interpreter document and ### What type of PR is it? [Bug Fix | Improvement | Feature

[GitHub] [zeppelin] asfgit closed pull request #3582: [ZEPPELIN-4525]. Support Shiny in R Interpreter

2020-01-05 Thread GitBox
asfgit closed pull request #3582: [ZEPPELIN-4525]. Support Shiny in R Interpreter URL: https://github.com/apache/zeppelin/pull/3582 This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Created] (ZEPPELIN-4529) Update R interpreter document

2020-01-01 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4529: Summary: Update R interpreter document Key: ZEPPELIN-4529 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4529 Project: Zeppelin Issue Type: Sub-task

[GitHub] [zeppelin] zjffdu opened a new pull request #3582: [ZEPPELIN-4525]. Support Shiny in R Interpreter

2020-01-01 Thread GitBox
zjffdu opened a new pull request #3582: [ZEPPELIN-4525]. Support Shiny in R Interpreter URL: https://github.com/apache/zeppelin/pull/3582 ### What is this PR for? This PR is to support shiny app in R interpreter. It is based on jupyter's irkernel, so that means you need to in

[jira] [Created] (ZEPPELIN-4525) Support Shiny in R Interpreter

2019-12-30 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4525: Summary: Support Shiny in R Interpreter Key: ZEPPELIN-4525 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4525 Project: Zeppelin Issue Type: New

[GitHub] [zeppelin] zjffdu opened a new pull request #3552: [ZEPPELIN-4474]. Move r interpreter of spark into a separated interpreter

2019-12-13 Thread GitBox
zjffdu opened a new pull request #3552: [ZEPPELIN-4474]. Move r interpreter of spark into a separated interpreter URL: https://github.com/apache/zeppelin/pull/3552 ### What is this PR for? This PR move the r interpreter of spark into a separated interpreter `r`, that means user

[jira] [Created] (ZEPPELIN-4474) Move r interpreter of spark into a separated interpreter

2019-12-08 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4474: Summary: Move r interpreter of spark into a separated interpreter Key: ZEPPELIN-4474 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4474 Project: Zeppelin

[jira] [Created] (ZEPPELIN-3904) R Interpreter does not work for All Spark Versions

2018-12-11 Thread Mark Bidewell (JIRA)
Mark Bidewell created ZEPPELIN-3904: --- Summary: R Interpreter does not work for All Spark Versions Key: ZEPPELIN-3904 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3904 Project: Zeppelin

[jira] [Created] (ZEPPELIN-3676) Merge 2 R interpreter implementation

2018-07-31 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3676: Summary: Merge 2 R interpreter implementation Key: ZEPPELIN-3676 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3676 Project: Zeppelin Issue Type

[jira] [Created] (ZEPPELIN-3663) Unable to use R Interpreter in Zeppelin 0.7.3

2018-07-25 Thread Oludare Famuyiwa (JIRA)
Oludare Famuyiwa created ZEPPELIN-3663: -- Summary: Unable to use R Interpreter in Zeppelin 0.7.3 Key: ZEPPELIN-3663 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3663 Project: Zeppelin

[GitHub] zeppelin pull request #2949: ZEPPELIN-3325. R interpreter build bugfix

2018-04-26 Thread zjffdu
Github user zjffdu closed the pull request at: https://github.com/apache/zeppelin/pull/2949 ---

[GitHub] zeppelin pull request #2949: ZEPPELIN-3325. R interpreter build bugfix

2018-04-26 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2949 ZEPPELIN-3325. R interpreter build bugfix ### What is this PR for? Cherry pick from master bran h. Failing to build R interpreter (-Pr) after Spark refactoring ### What type

[GitHub] zeppelin issue #2864: ZEPPELIN-3325: R interpreter build bugfix

2018-04-19 Thread necosta
Github user necosta commented on the issue: https://github.com/apache/zeppelin/pull/2864 ping @zjffdu https://travis-ci.org/nokia/zeppelin/builds/368034675 (stage 4 looks broken) Thanks ---

[GitHub] zeppelin pull request #2864: ZEPPELIN-3325: R interpreter build bugfix

2018-04-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2864 ---

[GitHub] zeppelin issue #2864: ZEPPELIN-3325: R interpreter build bugfix

2018-04-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2864 4 is flaky test, LGTM ---

[GitHub] zeppelin issue #2864: ZEPPELIN-3325: R interpreter build bugfix

2018-04-13 Thread necosta
-dev -Pscala-2.11 -Dscala.version=2.11.8 -Dscala.binary.version=2.11 -Pbuild-distr -Pspark-2.1 -Dspark.version=2.1.1 -Pr -Dhadoop.version=2.7.3 -Dmaven.findbugs.enable=false -Drat.skip=true -Dcheckstyle.skip=true -DskipTests ` Error: ` [INFO] Zeppelin: R Interpreter

[GitHub] zeppelin issue #2864: Hotfix: R interpreter bugfix

2018-03-13 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2864 Thanks for contribution @necosta , Could you update the jira title ?And also update the .travis.yml seems travis didn't cover r interpreter ---

[GitHub] zeppelin pull request #2864: Hotfix: R interpreter bugfix

2018-03-13 Thread necosta
GitHub user necosta opened a pull request: https://github.com/apache/zeppelin/pull/2864 Hotfix: R interpreter bugfix ### What is this PR for? Failing to build R interpreter (-Pr) after Spark refactoring ### What type of PR is it? Bug Fix ### What is the

[jira] [Created] (ZEPPELIN-3325) R interpreter bugfix

2018-03-13 Thread Nelson Costa (JIRA)
Nelson Costa created ZEPPELIN-3325: -- Summary: R interpreter bugfix Key: ZEPPELIN-3325 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3325 Project: Zeppelin Issue Type: Bug

Re: R Interpreter is broken?

2017-06-17 Thread YoungWoo Kim
ce the official one which is downloadable from Apache.org. > - '-Pr' option is still valid? Looks like building R interpreter is > running after building zeppelin-distribution module. Is it intended? > > Thanks, > Youngwoo > > >

R Interpreter is broken?

2017-06-16 Thread YoungWoo Kim
27; A couple of questions: - I'm unable to get Z tarball with building from source. i.e., Can not reproduce the official one which is downloadable from Apache.org. - '-Pr' option is still valid? Looks like building R interpreter is running after building zeppelin-distribution module. Is it intended? Thanks, Youngwoo

[GitHub] zeppelin issue #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-06-06 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/2383 will be merging into master 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 ha

[GitHub] zeppelin issue #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-06-06 Thread andreaTP
Github user andreaTP commented on the issue: https://github.com/apache/zeppelin/pull/2383 do this need anything else to be merged? --- 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 #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-06-06 Thread necosta
Github user necosta commented on the issue: https://github.com/apache/zeppelin/pull/2383 I'm no expert so don't trust my answer. I have both enabled and working, %r and %spark.r. The way I understand it, %r is just an interpreter to allow coding in R (as you would do in RStudio). And

[GitHub] zeppelin issue #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-06-06 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2383 Thanks, I just wonder if it works becase it was developed when spark was 1.5. One more question. Did you test -sparkR ? If you did, can you compare which one is proper for you? We had two differe

[GitHub] zeppelin issue #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-06-06 Thread necosta
Github user necosta commented on the issue: https://github.com/apache/zeppelin/pull/2383 Q: Does -Pr works at the latest spark distribution? A: Not sure. It works with 2.0.2. I haven't tried to compile it against 2.1.1. Any specific error you are getting? --- If your project is s

[GitHub] zeppelin issue #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-06-06 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2383 ping --- 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 #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-06-02 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2383 I have general question. Does -Pr works at the latest spark distribution? --- 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 p

[GitHub] zeppelin issue #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-06-01 Thread andreaTP
Github user andreaTP commented on the issue: https://github.com/apache/zeppelin/pull/2383 Since R is under spark we need to enable it differently AFAICS now it is enabled at least in one test (where all other interpreters are compiled). Travis is happy I close and re-open this.

[GitHub] zeppelin issue #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-06-01 Thread andreaTP
Github user andreaTP commented on the issue: https://github.com/apache/zeppelin/pull/2383 good point, so I added it to the list, I think it fits the scope of this PR (let see what travis says) --- If your project is set up for it, you can reply to this email and have your reply appea

[GitHub] zeppelin issue #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-06-01 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2383 @andreaTP That's is intended. It would be converted to inclusive. ``` MODULES="-pl $(echo .,zeppelin-interpreter,${INTERPRETERS} | sed 's/!//g')" ``` --- If your project is set up

[GitHub] zeppelin issue #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-06-01 Thread andreaTP
Github user andreaTP commented on the issue: https://github.com/apache/zeppelin/pull/2383 `INTERPRETERS` is surprisingly an exclusion list @zjffdu https://github.com/apache/zeppelin/blob/master/.travis.yml#L40 --- If your project is set up for it, you can reply to this email and have

[GitHub] zeppelin issue #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-06-01 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2383 I think `r` is missing in `INTERPRETERS` of `.travis.yml` --- 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

[GitHub] zeppelin issue #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-06-01 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/2383 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

[GitHub] zeppelin issue #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-05-31 Thread andreaTP
Github user andreaTP commented on the issue: https://github.com/apache/zeppelin/pull/2383 yes a full compilation with all interpreters available should be included in CI build IMO --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[GitHub] zeppelin issue #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-05-31 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2383 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 feat

[jira] [Created] (ZEPPELIN-2606) compilation with R interpreter is broken

2017-05-31 Thread Andrea Peruffo (JIRA)
Andrea Peruffo created ZEPPELIN-2606: Summary: compilation with R interpreter is broken Key: ZEPPELIN-2606 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2606 Project: Zeppelin

Re: R interpreter

2017-01-23 Thread Jongyoul Lee
Igor Drozdov wrote: > Thank you for reply! > > I found an issue https://issues.apache.org/jira/browse/ZEPPELIN-1081. I > think It's good idea not to include R interpreter with R profile disabled. > > Small changes to InterpreterFactory will allow us to load several >

RE: R interpreter

2017-01-23 Thread Igor Drozdov
Thank you for reply! I found an issue https://issues.apache.org/jira/browse/ZEPPELIN-1081. I think It's good idea not to include R interpreter with R profile disabled. Small changes to InterpreterFactory will allow us to load several interpreter-settings.jsons from different jar. Interp

Re: R interpreter

2017-01-20 Thread Jongyoul Lee
r binary > in interpreters/spark folder > > -Original Message- > From: Jeff Zhang [mailto:zjf...@gmail.com] > Sent: Thursday, January 19, 2017 4:51 PM > To: dev@zeppelin.apache.org > Subject: Re: R interpreter > > That is SparkR, R interpreter is in the r

RE: R interpreter

2017-01-20 Thread Igor Drozdov
After I build zeppelin with R profile I got zeppelin-zrinterpreter binary in interpreters/spark folder -Original Message- From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Thursday, January 19, 2017 4:51 PM To: dev@zeppelin.apache.org Subject: Re: R interpreter That is SparkR, R

Re: R interpreter

2017-01-19 Thread Jeff Zhang
That is SparkR, R interpreter is in the r folder under the root of zeppelin. Igor Drozdov 于2017年1月19日周四 下午8:06写道: > Hello! > > I'm working on https://issues.apache.org/jira/browse/ZEPPELIN-921 and I > have some doubts about R Interpreter. > > Currently, R interpr

R interpreter

2017-01-19 Thread Igor Drozdov
Hello! I'm working on https://issues.apache.org/jira/browse/ZEPPELIN-921 and I have some doubts about R Interpreter. Currently, R interpreter jar is in the same directory as Spark interpreter. InterpreterFactory searches for interpreters in spark dir, successfully loads interp

[jira] [Created] (ZEPPELIN-1445) Possibility to set resolution and dpi for R interpreter image output

2016-09-16 Thread Dan Staby (JIRA)
Dan Staby created ZEPPELIN-1445: --- Summary: Possibility to set resolution and dpi for R interpreter image output Key: ZEPPELIN-1445 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1445 Project

[GitHub] zeppelin pull request #1372: [ZEPPELIN-1383][ Interpreters][r-interpreter] r...

2016-08-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1372 --- 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 #1372: [ZEPPELIN-1383][ Interpreters][r-interpreter] r...

2016-08-30 Thread WeichenXu123
GitHub user WeichenXu123 reopened a pull request: https://github.com/apache/zeppelin/pull/1372 [ZEPPELIN-1383][ Interpreters][r-interpreter] remove SparkInterpreter.getSystemDefault and update relative code ### What is this PR for? clean some redundant code: remove

[GitHub] zeppelin pull request #1372: [ZEPPELIN-1383][ Interpreters][r-interpreter] r...

2016-08-30 Thread WeichenXu123
Github user WeichenXu123 closed the pull request at: https://github.com/apache/zeppelin/pull/1372 --- 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 #1372: [ZEPPELIN-1383][ Interpreters][r-interpreter] remove S...

2016-08-29 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1372 I think it's enough for my purpose. Thanks. 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

[GitHub] zeppelin issue #1372: [ZEPPELIN-1383][ Interpreters][r-interpreter] remove S...

2016-08-27 Thread WeichenXu123
Github user WeichenXu123 commented on the issue: https://github.com/apache/zeppelin/pull/1372 cc @jongyoul @Leemoonsoo Thanks! --- 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 ena

[GitHub] zeppelin pull request #1372: [ZEPPELIN-1383][ Interpreters][r-interpreter] r...

2016-08-27 Thread WeichenXu123
GitHub user WeichenXu123 opened a pull request: https://github.com/apache/zeppelin/pull/1372 [ZEPPELIN-1383][ Interpreters][r-interpreter] remove SparkInterpreter.getSystemDefault and update relative code ### What is this PR for? clean some redundant code: remove

[jira] [Created] (ZEPPELIN-1297) R interpreter on Windows

2016-08-05 Thread belgacea (JIRA)
belgacea created ZEPPELIN-1297: -- Summary: R interpreter on Windows Key: ZEPPELIN-1297 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1297 Project: Zeppelin Issue Type: Wish

Re: [GitHub] zeppelin pull request #1259: [ZEPPELIN-1260] R interpreter doesn't work with...

2016-08-03 Thread mina lee
This is merged to master and branch-0.6 branch, you will be able to run r interpreter if you build from master. On Thu, Aug 4, 2016 at 3:07 AM Sourav Mazumder wrote: > Hi, > > Is this now put back to the main branch ? > > Or do I need to pull this from ZEPPELIN-1260 ? > &

Re: [GitHub] zeppelin pull request #1259: [ZEPPELIN-1260] R interpreter doesn't work with...

2016-08-03 Thread Sourav Mazumder
EPPELIN-1260] R interpreter doesn't work with Spark 2.0 > > ### What is this PR for? > This PR fixes R interpreter doesn't work with Spark 2.0 > > > ### What type of PR is it? > Bug Fix > > ### Todos > * [x] - Create and inject SparkSession in

[GitHub] zeppelin pull request #1259: [ZEPPELIN-1260] R interpreter doesn't work with...

2016-08-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1259 --- 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 #1259: [ZEPPELIN-1260] R interpreter doesn't work with Spark ...

2016-08-02 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1259 Merge it into master and branch-0.6 if there're 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 projec

[GitHub] zeppelin issue #1259: [ZEPPELIN-1260] R interpreter doesn't work with Spark ...

2016-08-02 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/1259 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 #1259: [ZEPPELIN-1260] R interpreter doesn't work with Spark ...

2016-08-02 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1259 Thanks @echarles for the review. I have exposed sqlContext 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 projec

[GitHub] zeppelin issue #1259: [ZEPPELIN-1260] R interpreter doesn't work with Spark ...

2016-08-02 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/1259 @minahlee Just saw you comment on ZEPPELIN-1260, but @Leemoonsoo has been fast... I have tested the changes, and now sparkr dataframes are working well (with the `spark` variable which r

[GitHub] zeppelin issue #1259: [ZEPPELIN-1260] R interpreter doesn't work with Spark ...

2016-08-02 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1259 @bzz Thanks for quick review. Updated the indent. This should be merged to branch-0.6 as well --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin issue #1259: [ZEPPELIN-1260] R interpreter doesn't work with Spark ...

2016-08-02 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1259 Looks great to me, modulo question above. Thank you for prompt fix @Leemoonsoo ! Shall this be merged to master or branch-0.6 as well? Asking as JIRA fix version is not set for this one.

[GitHub] zeppelin pull request #1259: [ZEPPELIN-1260] R interpreter doesn't work with...

2016-08-02 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/1259 [ZEPPELIN-1260] R interpreter doesn't work with Spark 2.0 ### What is this PR for? This PR fixes R interpreter doesn't work with Spark 2.0 ### What type of PR is i

[jira] [Created] (ZEPPELIN-1260) R interpreter doesn't work with Spark 2.0

2016-07-31 Thread Mina Lee (JIRA)
Mina Lee created ZEPPELIN-1260: -- Summary: R interpreter doesn't work with Spark 2.0 Key: ZEPPELIN-1260 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1260 Project: Zeppelin Issue Type

[jira] [Created] (ZEPPELIN-958) Support syntax highlight for python and r interpreter

2016-06-05 Thread Mina Lee (JIRA)
Mina Lee created ZEPPELIN-958: - Summary: Support syntax highlight for python and r interpreter Key: ZEPPELIN-958 URL: https://issues.apache.org/jira/browse/ZEPPELIN-958 Project: Zeppelin Issue