-
Updated
Apr 1, 2022 - TypeScript
apache
Here are 2,968 public repositories matching this topic...
Description
When a command executed using KubernetesPodOperator fails, the alert email only says:
Exception: Pod Launching failed: Pod pod_name_xyz returned a failure
along with other parameters supplied to the operator but doesn't contain actual error message thrown by the command.
I am thinking similar to how xcom works with KubernetesPodOperator, if the command could write the err
At present, URL custom profile fields are limited to 50 characters, which makes it impossible to enter many valid URLs.
Instead, the character limit should be increased to the maximum possible URL length (as determined by standards for URLs).
To make your PR easy to review, please post the reference where you looked up the URL length limit.
-
Updated
Mar 30, 2022 - C
-
Updated
Aug 27, 2020
-
Updated
Apr 3, 2022 - Java
The typescript runtime was recently added to openwhisk but we do not yet have docs for the runtime and it is missing from runtimes.json.
We need a doc like https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-nodejs.md for typescript functions.
Adding the runtime to the runtime manifest can be done per https://github.com/apache/openwhisk/blob/master/docs/actions-new.md#the-
-
Updated
Mar 27, 2022 - C++
-
Updated
Apr 1, 2022 - PHP
Search before asking
- I had searched in the feature and found no similar feature requirement.
Description
Up to now, our docker quick starts is still WIP which you can see in https://seatunnel.apache.org/docs/start/docker. We should better add some content about our docker quick start. If
-
Updated
Mar 27, 2022 - Java
-
Updated
Apr 1, 2022 - Shell
-
Updated
Apr 1, 2022 - Java
Currently only the Sort RewriteDataFiles strategy supports triggering a rewrite on all data files regardless of size. Every once in a while we see a use case where a user wants to trigger a rewrite on every file, regardless of size or other crit
-
Updated
Mar 29, 2022 - Java
-
Updated
Apr 1, 2022 - Java
We saw all httpbin based AuTest was failed. ( This is fixed by #8765 ) 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
Apr 1, 2022 - Scala
-
Updated
Nov 17, 2021
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