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
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
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..
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
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
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
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
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
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
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
月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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 user zjffdu closed the pull request at:
https://github.com/apache/zeppelin/pull/2949
---
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 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 user asfgit closed the pull request at:
https://github.com/apache/zeppelin/pull/2864
---
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2864
4 is flaky test, LGTM
---
-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 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 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
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
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
>
>
>
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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
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
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
>
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
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
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
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
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
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 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 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 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 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 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 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
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
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 ?
>
&
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 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 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 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 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 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 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 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 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
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
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
79 matches
Mail list logo