Juho Autio
Juho Autio
I tried using Minio for s3 with a credentials file that uses `role_arn` and `source_profile`. Is it true that this is not supported by Minio? I found a PR comment...
In `transform row stream` of TransformServiceSpec: https://travis-ci.org/combust/mleap/builds/590427424#L4478-L4493 [info] transform row stream 4479[info] - transforms rows in a stream 4480[info] throttling 4481[info] - throttles elements through the flow *** FAILED ***...
https://github.com/ericxiao251/spark-syntax#chapter-4---window-objects links to "Chapter 5": https://github.com/ericxiao251/spark-syntax/blob/master/src/Chapter%205%20-%20Window%20Objects/Section%201%20-%20Default%20Behaviour%20of%20a%20Window%20Object.ipynb It's actually here (Chapter 4): https://github.com/ericxiao251/spark-syntax/blob/master/src/Chapter%204%20-%20Window%20Objects/Section%201%20-%20Default%20Behaviour%20of%20a%20Window%20Object.ipynb Title is also different, notebook: Default Behaviour of a Window Object.ipynb vs. link: Default Ordering on a Window...
https://ericxiao251.github.io/spark-syntax/ ie. the link in this repo’s description doesn’t work?
Azkaban creates a unique logger name for each execution. Log4j in turn stores an instance of every logger ever created in `org.apache.log4j.Hierarchy`. After many executions this grows indefinitely. See [JobRunner#createLogger](...
From https://travis-ci.org/azkaban/azkaban/builds/524621558?utm_source=github_status&utm_medium=notification: ``` azkaban.user.XmlUserManagerTest > testAutoReload STANDARD_OUT The config did not reload in 60 seconds azkaban.user.XmlUserManagerTest > testAutoReload FAILED java.lang.AssertionError: The config did not reload in 60 seconds at org.junit.Assert.fail(Assert.java:88)...
There's a metaspace memory leak, caused by the custom `JobClassLoader` – and/or the change to call `loadClass` on every job execution – that was introduced in this commit: https://github.com/azkaban/azkaban/commit/c4a16c7c197a780e9460ae1a723f41ad2bf52a03#diff-c625e14479ba9e05877db5a1165d2db7419adbb3188f5e2d4433ba3680541fa1. Seems...
Currently [Contributing to Azkaban > Style guides](https://github.com/azkaban/azkaban/blob/master/CONTRIBUTING.md#style-guides) instructs that each developer should use IntelliJ IDEA and configure it with certain style settings + install and use the Save Actions plugin...
With the beta version 1.2.0b1 of Poetry I can see that sub-commands and their options show up in the generated zsh completion script. However, **there is some weird behavior when...
## What changes were proposed in this pull request? - Fix jar name to be that of the uber jar - Document how to obtain `atlas-application.properties` - Add instructions for...