Re: SparkR dataframe error

2016-05-20 Thread Kai Jiang
Cool. I will open a JIRA issue to track this. Thanks, Kai. On Thu, May 19, 2016 at 9:55 PM, Sun Rui wrote: > Kai, > You can simply ignore this test failure before it is fixed > > On May 20, 2016, at 12:54, Sun Rui wrote: > > Yes. I also met this

Re: SparkR dataframe error

2016-05-19 Thread Sun Rui
Kai, You can simply ignore this test failure before it is fixed > On May 20, 2016, at 12:54, Sun Rui wrote: > > Yes. I also met this issue. It is likely related to recent R versions. > Could you help to submit a JIRA issue? I will take a look at it >> On May 20, 2016, at

Re: SparkR dataframe error

2016-05-19 Thread Sun Rui
Yes. I also met this issue. It is likely related to recent R versions. Could you help to submit a JIRA issue? I will take a look at it > On May 20, 2016, at 11:13, Kai Jiang wrote: > > I was trying to build SparkR this week. hmm~ But, I encountered problem with > SparkR unit

Re: SparkR dataframe error

2016-05-19 Thread Kai Jiang
I was trying to build SparkR this week. hmm~ But, I encountered problem with SparkR unit testing. That is probably similar as Gayathri encountered with. I tried many times with running ./R/run-tests.sh script. It seems like every time the test will be failed. Here are some environments when I was

Re: SparkR dataframe error

2016-05-19 Thread Sun Rui
You must specify -Psparkr when building from source. > On May 20, 2016, at 08:09, Gayathri Murali > wrote: > > That helped! Thanks. I am building from source code and I am not sure what > caused the issue with SparkR. > > On Thu, May 19, 2016 at 4:17 PM, Xiangrui

Re: SparkR dataframe error

2016-05-19 Thread Gayathri Murali
That helped! Thanks. I am building from source code and I am not sure what caused the issue with SparkR. On Thu, May 19, 2016 at 4:17 PM, Xiangrui Meng wrote: > We no longer have `SparkRWrappers` in Spark 2.0. So if you are testing the > latest branch-2.0, there could be an

Re: SparkR dataframe error

2016-05-19 Thread Xiangrui Meng
We no longer have `SparkRWrappers` in Spark 2.0. So if you are testing the latest branch-2.0, there could be an issue with your SparkR installation. Did you try `R/install-dev.sh`? On Thu, May 19, 2016 at 11:42 AM Gayathri Murali < gayathri.m.sof...@gmail.com> wrote: > This is on Spark 2.0. I

Re: SparkR dataframe error

2016-05-19 Thread Gayathri Murali
This is on Spark 2.0. I see the following on the unit-tests.log when I run the R/run-tests.sh. This on a single MAC laptop, on the recently rebased master. R version is 3.3.0. 16/05/19 11:28:13.863 Executor task launch worker-1 ERROR Executor: Exception in task 0.0 in stage 5186.0 (TID 10370)

Re: SparkR dataframe error

2016-05-19 Thread Xiangrui Meng
Is it on 1.6.x? On Wed, May 18, 2016, 6:57 PM Sun Rui wrote: > I saw it, but I can’t see the complete error message on it. > I mean the part after “error in invokingJava(…)” > > On May 19, 2016, at 08:37, Gayathri Murali > wrote: > > There was

Re: SparkR dataframe error

2016-05-18 Thread Sun Rui
I saw it, but I can’t see the complete error message on it. I mean the part after “error in invokingJava(…)” > On May 19, 2016, at 08:37, Gayathri Murali > wrote: > > There was a screenshot attached to my original email. If you did not get it, > attaching here

Re: SparkR dataframe error

2016-05-18 Thread Sun Rui
It’s wrong behaviour that head(df) outputs no row Could you send a screenshot displaying whole error message? > On May 19, 2016, at 08:12, Gayathri Murali > wrote: > > I am trying to run a basic example on Interactive R shell and run into the > following error.