GitHub user minahlee opened a pull request:
https://github.com/apache/zeppelin/pull/1483
[ZEPPELIN-1509] Run certain SparkInterpreter tests only for Spark >= 1.3
### What is this PR for?
There are several test cases that are applicable only after Spark 1.3(For
example, `testCreateDataFrame`). This PR fixes CI failures occurred in #1475.
#1475 should be merged after this one.
### What type of PR is it?
CI Fix
### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/minahlee/zeppelin ZEPPELIN-1509_2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/1483.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1483
----
commit 5a7ebb2f8557238bd6146705856b901aa5b68438
Author: Mina Lee <[email protected]>
Date: 2016-10-04T15:03:20Z
Run certain SparkInterpreter tests only when the version is greater than or
equal to 1.3
----
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---