Re: Unable to run Python Unit tests

2016-03-21 Thread Gayathri Murali
commit f3717fc7c97ea402c9ddf9020405070421eeb4a4 Thanks Gayathri On Mon, Mar 21, 2016 at 8:09 PM, Ted Yu <yuzhih...@gmail.com> wrote: > Can you tell us the commit hash your workspace is based on ? > > On Mon, Mar 21, 2016 at 8:05 PM, Gayathri Murali < > gayathri.m.so

Unable to run Python Unit tests

2016-03-21 Thread Gayathri Murali
Hi All, I am trying to run ./python/run-tests on my local master branch. I am getting the following error. I have run this multiple times before and never had this issue. Can someone please help? *Error: Could not find or load main class org.apache.spark.deploy.SparkSubmit* *ERROR*

Re: Failing MiMa tests

2016-03-14 Thread Gayathri Murali
other people to help if you provide link to your PR. > > Cheers > > On Mon, Mar 14, 2016 at 7:22 PM, Gayathri Murali < > gayathri.m.sof...@gmail.com> wrote: > >> Hi All, >> >> I recently submitted a patch(which was passing all tests) with some minor >

Failing MiMa tests

2016-03-14 Thread Gayathri Murali
Hi All, I recently submitted a patch(which was passing all tests) with some minor modification to an existing PR. This patch is failing MiMa tests. Locally it passes all unit and style check tests. How do I fix MiMa test failures? Thanks Gayathri

Re: Python unit tests - Unable to ru it with Python 2.6 or 2.7

2016-03-11 Thread Gayathri Murali
park tests with > Python 2.6. Try ./python/run-tests --help for more details. > > On Fri, Mar 11, 2016 at 10:31 AM Holden Karau <hol...@pigscanfly.ca> > wrote: > >> So the run tests command allows you to specify the python version to test >> again - maybe specify p

Re: Python unit tests - Unable to ru it with Python 2.6 or 2.7

2016-03-11 Thread Gayathri Murali
com> wrote: > Spark 2.0 is dropping the support for Python 2.6, it only work with > Python 2.7, and 3.4+ > > On Thu, Mar 10, 2016 at 11:17 PM, Gayathri Murali > <gayathri.m.sof...@gmail.com> wrote: > > Hi all, > > > > I am trying to run python unit tests

Python unit tests - Unable to ru it with Python 2.6 or 2.7

2016-03-10 Thread Gayathri Murali
Hi all, I am trying to run python unit tests. I currently have Python 2.6 and 2.7 installed. I installed unittest2 against both of them. When I try to run /python/run-tests with Python 2.7 I get the following error : Please install unittest2 to test with Python 2.6 or earlier Had test

lint-r checks failing

2016-03-10 Thread Gayathri Murali
Hi All, I recently tried to run ./dev/run-tests on a freshly clones spark repository and I get lint-r check failed error. I have run these tests multiple times before and never had this issue. I have copied part of the issue here. Please note that I haven’t modified any of these files. Am I