-
Updated
Jun 1, 2022 - TypeScript
apache
Here are 3,022 public repositories matching this topic...
Apache Airflow version
2.3.1 (latest released)
What happened
my webhdfs is running behind a proxy.
I need to give a complicated URL and do not want to add port in front of the URL
So there are two options
- use Schema to add stuff before webhdfs/v1
- make adding of port optional so that complete url before webhdfs can be provided in the hostname
What you think should happ
At present, while the left sidebar "Drafts" link tooltip includes the keyboard shortcut, the compose box "Drafts" link tooltip does not. We should fix this.
The compose box "Drafts" tooltip should thus be "Drafts (d)", with the same styling as the compose box x button tooltip:
 For the long term, we need to migrate these AuTest using the proxy-verifier. It looks like the proxy-verifier has equivalent features that we're using. If not, we can add it.
List of the httpbin based tests are below
» grep Test.MakeHttpBinServer -R ./* | awk -F ':' '{print $1}'
./autest-site/httpbin.test.ext
./cache
-
Updated
May 31, 2022 - Scala
-
Updated
Nov 17, 2021
-
Updated
May 28, 2022 - JavaScript
Improve this page
Add a description, image, and links to the apache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the apache topic, visit your repo's landing page and select "manage topics."


The Mixed Time-Series chart type allows for configuring the title of the primary and the secondary y-axis.
However, while only the title of the primary axis is shown next to the axis, the title of the secondary one is placed at the upper end of the axis where it gets hidden by bar values and zoom controls.
How to reproduce the bug