[ZEPPELIN-4312] enable livy to run as remote interpreter in docker

### What is this PR for?
This pull request enables livy interpreter to run as remote interpreter in docker. This is (hopefully) improvement of liuxunorg `s work on running remote interpreters in docker

### What type of PR is it?
[Improvement]

### Todos
* [ ] - Task

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-4312

### How should this be tested?
* First time? Setup Travis CI as described on https://zeppelin.apache.org/contribution/contributions.html#continuous-integration
* Strongly recommended: add automated unit tests for any new or changed behavior
* Outline any manual steps to test the PR here.

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update?
No
* Is there breaking changes for older versions?
No
* Does this needs documentation?
No

Author: Michal Vince <vince.michal@gmail.com>

Closes #3430 from zlosim/ZEPPELIN-4312 and squashes the following commits:

d8f63ce5c [Michal Vince] added todo comment
5bef257f9 [Michal Vince] enable livy to run as remote interpreter in docker
1 file changed
tree: ba6a5a56631279576880f75ae0e5a873e2957176
  1. .github/
  2. _tools/
  3. alluxio/
  4. angular/
  5. beam/
  6. bigquery/
  7. bin/
  8. cassandra/
  9. conf/
  10. dev/
  11. docs/
  12. elasticsearch/
  13. file/
  14. flink/
  15. geode/
  16. groovy/
  17. hazelcastjet/
  18. hbase/
  19. helium-dev/
  20. ignite/
  21. java/
  22. jdbc/
  23. k8s/
  24. kylin/
  25. lens/
  26. licenses/
  27. livy/
  28. markdown/
  29. neo4j/
  30. notebook/
  31. pig/
  32. python/
  33. r/
  34. sap/
  35. scalding/
  36. scio/
  37. scripts/
  38. shell/
  39. spark/
  40. submarine/
  41. testing/
  42. zeppelin-display/
  43. zeppelin-distribution/
  44. zeppelin-examples/
  45. zeppelin-integration/
  46. zeppelin-interpreter/
  47. zeppelin-interpreter-api/
  48. zeppelin-interpreter-integration/
  49. zeppelin-interpreter-parent/
  50. zeppelin-jupyter/
  51. zeppelin-plugins/
  52. zeppelin-server/
  53. zeppelin-web/
  54. zeppelin-zengine/
  55. .appveyor.yml
  56. .gitignore
  57. .travis.yml
  58. LICENSE
  59. NOTICE
  60. pom.xml
  61. README.md
  62. Roadmap.md
  63. SECURITY-README.md
  64. STYLE.md
  65. travis_check.py
README.md

Apache Zeppelin

Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration: Build Status
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0

Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.

Core feature:

  • Web based notebook style editor.
  • Built-in Apache Spark support

To know more about Zeppelin, visit our web site https://zeppelin.apache.org

Getting Started

Install binary package

Please go to install to install Apache Zeppelin from binary package.

Build from source

Please check Build from source to build Zeppelin from source.