Re: need help to run tests for zeppelin-server

2015-05-25 Thread Alexander Bezzubov
Hi Pranav, are you having troubles compiling apache-lens ? Because that's how it looks like from steps 1-3 that you describe. Just FYI with Zeppelin - non of the large tests that use Selenium are run on 'mvn package', they are bind to 'mvn integration-test' only, which is called if you do 'mvn in

Re: need help to run tests for zeppelin-server

2015-05-25 Thread Corneau Damien
Hi, We have those kind of problems a lot with selenium tests, thats why we tell people to use the skipTests option. I myself cannot run the test on my mac, however CI is working well. If its only the selenium tests failing, then its okay to do a PR, since we only have selenium tests to check that

need help to run tests for zeppelin-server

2015-05-25 Thread Pranav Kumar Agarwal
Hello, I'm trying to run tests to complete my transaction for ZEPPELIN-61 [Add Lens Interpreter] using following steps: 1. git clone https://github.com/apache/incubator-lens.git; cd incubator-lens 2. mvn package -Dspark.version=1.1.0 -Dhadoop.version=2.4.0 -DskipTests 3. mvn package After succ