Re: Get TaskManger Memory Configuration from ExecutionEnvironment

2016-05-04 Thread Aljoscha Krettek
Hi, I'm afraid there is no nice API way of doing it but you should be able to access the REST interface of the JobManager to get information about all TaskManagers. For example on a locally started cluster on my machine I get this when accessing http://localhost:8081/taskmanagers: {"taskmanagers":

Get TaskManger Memory Configuration from ExecutionEnvironment

2016-05-03 Thread Brücke , Christoph
Hi, I have a problem retrieving `TaskManager` memory configuration settings from the `ExecutionEnvironment` or I wonder if there is way at all to do so. Basically what I’m trying to do is: I create FlinkJobs using the Java DataSet API, for that I also need the available memory on the `TaskManag