Is there a programatic way to get the Flink version from the scala shell?I.e. something akin to sc.versionI thought I used env.version or something like that once but I couldn't find anything in the scala docs. Trevor GrantData Scientisthttps://github.com/rawkintrevohttp://stackexchange.com/users/3002022/rawkintrevohttp://trevorgrant.org"Fortunate is he, who is able to know the causes of things." -Virgil
dug through the codebase, in case any others want to know:import org.apache.flink.runtime.util.EnvironmentInformation;EnvironmentInformation.getVersion()Trevor GrantData Scientisthttps://github.com/rawkintrevohttp://stackexchange.com/users/3002022/rawkintrevohttp://trevorgrant.org"Fortunate is he, who is able to know the causes of things." -Virgil On Thu, Apr 21, 2016 at 5:05 PM, Trevor Grant <[hidden email]> wrote:Is there a programatic way to get the Flink version from the scala shell?I.e. something akin to sc.versionI thought I used env.version or something like that once but I couldn't find anything in the scala docs. Trevor GrantData Scientisthttps://github.com/rawkintrevohttp://stackexchange.com/users/3002022/rawkintrevohttp://trevorgrant.org"Fortunate is he, who is able to know the causes of things." -Virgil