Create tag for v0.9.0 docker image
[ZEPPELIN-5244] Docker build in dockerhub fails

### What is this PR for?
This PR switches to mamba to set up the Python and R environment. [mamba](https://github.com/mamba-org/mamba) is much faster than conda and could solve the build at Dockerhub.

### What type of PR is it?
 - Bug Fix

### Todos
* [x] - Testing

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

### How should this be tested?
* manual

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

Author: Philipp Dallig <philipp.dallig@gmail.com>

Closes #4051 from Reamer/mamba and squashes the following commits:

92be4f767 [Philipp Dallig] Switch to mamba, which is much faster than conda

(cherry picked from commit 7cc031b24944f8d3bb1c3cacf9fa76734c14d0e5)
Signed-off-by: Philipp Dallig <philipp.dallig@gmail.com>
1 file changed
tree: 32bda5f327152660931821d6dc92018d76b7d894
  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. flink-cmd/
  16. geode/
  17. groovy/
  18. hazelcastjet/
  19. hbase/
  20. helium-dev/
  21. ignite/
  22. influxdb/
  23. java/
  24. jdbc/
  25. k8s/
  26. kotlin/
  27. ksql/
  28. kylin/
  29. lens/
  30. licenses/
  31. livy/
  32. markdown/
  33. mongodb/
  34. neo4j/
  35. notebook/
  36. pig/
  37. python/
  38. r/
  39. rlang/
  40. sap/
  41. scalding/
  42. scio/
  43. scripts/
  44. shell/
  45. spark/
  46. spark-submit/
  47. sparql/
  48. submarine/
  49. testing/
  50. zeppelin-client/
  51. zeppelin-client-examples/
  52. zeppelin-common/
  53. zeppelin-display/
  54. zeppelin-distribution/
  55. zeppelin-examples/
  56. zeppelin-integration/
  57. zeppelin-interpreter/
  58. zeppelin-interpreter-integration/
  59. zeppelin-interpreter-parent/
  60. zeppelin-interpreter-shaded/
  61. zeppelin-jupyter/
  62. zeppelin-jupyter-interpreter/
  63. zeppelin-jupyter-interpreter-shaded/
  64. zeppelin-plugins/
  65. zeppelin-server/
  66. zeppelin-web/
  67. zeppelin-web-angular/
  68. zeppelin-zengine/
  69. .appveyor.yml
  70. .gitignore
  71. .travis.yml
  72. Dockerfile
  73. LICENSE
  74. NOTICE
  75. pom.xml
  76. README.md
  77. Roadmap.md
  78. SECURITY-README.md
  79. STYLE.md
README.md

Apache Zeppelin

Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration: core frontend rat
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.