mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
### What is this PR for? tooltip provided by [angular-ui: bootstrap](https://github.com/angular-ui/bootstrap) doesn't work with `btn-group` class. ### What type of PR is it? [Bug Fix] ### Todos * [x] - fixed tooltip issue by bumping version of angular-bootstrap * [x] - added tooltip to charts as like before ### What is the Jira issue? [ZEPPELIN-2357](https://issues.apache.org/jira/browse/ZEPPELIN-2357) ### How should this be tested? 1. Open spark tutorial 2. Test tooltips in notebook controller and in paragraphs. ### Screenshots (if appropriate) #### Before  #### After   ### Questions: * Does the licenses files need update? - YES, updated * Is there breaking changes for older versions? - NO * Does this needs documentation? - NO Author: 1ambda <1amb4a@gmail.com> Closes #2225 from 1ambda/ZEPPELIN-2357/tooltip-doesnt-work-with-btngroup and squashes the following commits: |
||
|---|---|---|
| .. | ||
| src | ||
| build-infrastructure.md | ||
| pom.xml | ||
| README.md | ||
Distribution archive of Apache Zeppelin
Apache Zeppelin is distributed as a single gzip archive with the following structure:
Zeppelin
├── bin
│ ├── zeppelin.sh
│ └── zeppelin-daemon.sh
├── conf
├── interpreter
├── lib
├── licenses
├── notebook
└── zeppelin-web-<verion>.war
We use maven-assembly-plugin to build it, see zeppelin-distribution/src/assemble/distribution.xml for details.
IMPORTANT:
_/lib_subdirectory contains all transitive dependencies of thezeppelin-distributionmodule, automatically resolved by maven, except for explicitly excluded_web_Zeppelin sub-modules.