Coder Social home page Coder Social logo

flink-client's Issues

about the return value when I call 'runJar' method

Hello, this project is very helpful for me, but when I call the 'runJar' method, I can't get the return value of JobId which is very important for me, however when I enable the debug mode by call method setDebugging(true), there is jobId in console, like below

{"jobid":"796bae32665baed05232765484e28dff"}

Now I'm looking for the code that print the jobId, but have not seen anything about it yet. so the question that bother me is why the return value not contains the jobId,? what should I do to get the jobid?
Thanks!

About more subtasks metrics details.

About url /jobs/:jobid/vertices/:vertexid/subtasks/:subtaskindex/metrics
I want more metrics info from subtask however the subtask information I get from the client is a simple map.
And metrics are not just IOMetricsInfo.

JobIdsWithStatusOverview jobIdsWithStatusOverview = api.getJobs();
        String jobId = jobIdsWithStatusOverview.getJobs().get(0).getId();
        JobDetailsInfo details = api.getJobDetails(jobId);
        details.getVertices().forEach(v -> {
            IOMetricsInfo metricsInfo = v.getMetrics();
            Map<String, Integer> tasks = v.getTasks();
        });

image

More information is not available, as shown in the figure below and kafka related.

image

你好

感谢你提供的工具!

flink v1.10 support

Flink v1.10 has been released. Does the current version v1.0.2 support it?

Sorry the sources?

I was looking at this client, but I cannot find any trace of the library sources in the master branch (the only available). Only tests are available, which are not exactly what an open source project is expected to provide. May be a push is missing?

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.