GitHub user pellmont reopened a pull request:
https://github.com/apache/zeppelin/pull/2624
[ZEPPELIN-2965] Add code completion for livy interpreter
### What is this PR for?
This PR adds code autocompletion feature to LivyInterpreter.
Livy version 0.5 will have an auto completion API.
### What type of PR is it?
Feature
### Todos
* [ ] - Task
### What is the Jira issue?
[ZEPPELIN-2965] https://issues.apache.org/jira/browse/ZEPPELIN-2965
### How should this be tested?
Pulled out server calls to a separate class to support proper unit-testing
with mockito.
### Screenshots (if appropriate)
### 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/pellmont/zeppelin ZEPPELIN-2965
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2624.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 #2624
----
commit 32b3c6b81abc4e6d05701af477e2ecb960d3556a
Author: Pascal Pellmont <[email protected]>
Date: 2017-10-16T18:04:07Z
ZEPPELIN-2965 code completion for livy
----
---