genie
genie copied to clipboard
Distributed Big Data Orchestration Service
Hi, when I run docker-compose in 4.2.1-SNAPSHOT, it can not find prestosql/presto. It seems the image removed from docker hub. How can I run it alternatively?
This replaces TravisCI with Github Actions Interesting bits: # Service containers This uses [Service Containers](https://docs.github.com/en/actions/guides/about-service-containers) to bootstrap mysql and postgres. My understanding is that changing configuration is not as easy...
[Compiler daemon](https://docs.gradle.org/current/userguide/performance.html#compiler_daemon). The Gradle Java plugin allows you to run the compiler as a separate process by setting `options.fork = true`. This feature can lead to much less garbage collection...
Hi Netflix team, In Genie [version-4 documentation](https://netflix.github.io/genie/docs/4.0.2/reference/#_deployment_overview), it is unclear what are main stack dependencies to deploy Genie . I noticed in few places you talk about SQL and MySQL....
Hi @tgianos While we were not affected by the https://about.codecov.io/security-update/ We suggest to move away from this pattern of curling codecov.io to get the bash script This is to prevent...
Hello team, We have configured below genie configurations as our genie instances were used to get full on storage frequently. genie.tasks.diskCleanup.expression=0 0 */3 * * * genie.tasks.diskCleanup.retention=2 Even after this...
Save scheduler job metadata entries to env so that they are available for Spark run.py.
I have cloned genie v4.3.6: `git clone -b v4.3.6 https://github.com/Netflix/genie` I can build the project `./gradlew clean build`, but it yields `4.4.0-SNAPSHOT`. ``` ./gradlew properties -q | grep version flyway.version:...
In the root project's `build.gradle`, the `compileJava` task is configured as follows: ``` compileJava { options.getGeneratedSourceOutputDirectory().set((File) project.generatedSourcesJavaDir) options.compilerArgs += [ "-Xlint:unchecked", "-Xlint:deprecation", "-s", project.generatedSourcesJavaDir ] } ``` In the `ext`...