GitHub user minahlee opened a pull request:
https://github.com/apache/zeppelin/pull/1075
[HOTFXI] Fix python test case
### What is this PR for?
Update `testPy4jIsNotInstalled `, `testPy4jIsInstalled` test
- `z.show` -> `def show` to check `show` function is defined
- check if `bootstrap_input.py` excuted by checking `z =
Py4jZeppelinContext` instead of `z = PyZeppelinContext`
### What type of PR is it?
Hot Fix
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/minahlee/zeppelin adjustPythonTest
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/1075.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 #1075
----
commit f66e9dc3fabebd98441d7da8a70265fbe377261d
Author: Mina Lee <[email protected]>
Date: 2016-06-23T17:44:01Z
Fix python test case
----
---
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.
---