24d0ecf4ee
Resolves #10953. A refreshed UI for the 2.0 release. The existing "theming" is a bit long in the tooth and this PR attempts to give it a modern look and some freshness to compliment all of the new features under the hood. The majority of the changes to UI have been done through updates to the Bootstrap theme contained in bootstrap-theme.css. These are simply overrides to the default stylings that are packaged with Bootstrap. |
||
---|---|---|
.. | ||
templates/metastore_browser | ||
README.md | ||
hive_metastore.py |
README.md
Apache Hive metastore plugin
This is an example plugin for Apache Airflow.
This plugin allows you to view Apache Hive metastore from the web UI interface.
Installation
To use this plugin, copy the contents of this directory to the plugins directory.
The location of this directory is specified by plugins_folder
option in core
section.
By default, it's {AIRFLOW_HOME}/plugins
.