Giter Site home page Giter Site logo

flyte-flink-plugin's Introduction

flyte-flink-plugin

test Go Report Card GoDoc Lifecycle GitHub release (latest by date) GitHub go.mod Go version License

Flyte Flink k8s plugin.

Contents

About

Current development status:

  • MVP features are developed
  • Missing user documentation
  • Project being tested, and collecting feedback
  • No guarantees of API stability

To learn more about Flyte refer to:

Dependencies

To install the project dependencies, run:

go mod install

Building

To build the binary, run:

make build

Testing

To run tests, run:

make test

To run tests with coverage, run:

go test -v -covermode=count  ./...

License

This project is released under the Apache License 2.0.

flyte-flink-plugin's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flyte-flink-plugin's Issues

Support job resource configuration

Job submitter resources are currently hard coded to:

    resources:
      limits:
        cpu: "1"
        memory: 1Gi

For some jobs this might result in:

java.lang.OutOfMemoryError: Java heap space

Add Flyte / Flink generated names can get pretty long

This will makes hit some of the limits k8s has in place:

  • name: max allowed size is 253
  • label value: max allowed size 63

Generated name with flink:

<flyte-exec-id>-<task-name>-<attempt>-<job | taskmanager | jobmanater>-<hash>

One possible way to address this is to hash flyte generated name:

<flyte-exec-id>-<task-name>-<attempt>

Error creating Flink clusters due to label value size

label value max allowed size is 63

"create Pod q7u424vimc-orgflyteexamplesexampleflinktask-0-taskmanager-0 in StatefulSet q7u424vimc-orgflyteexamplesexampleflinktask-0-taskmanager failed error: Pod "q7u424vimc-orgflyteexamplesexampleflinktask-0-taskmanager-0" is invalid: metadata.labels: Invalid value: "q7u424vimc-orgflyteexamplesexampleflinktask-0-taskmanager-76485844df": must be no more than 63 characters"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.