[
https://issues.apache.org/jira/browse/FLINK-9939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann resolved FLINK-9939.
----------------------------------
Resolution: Fixed
Fixed via
master: ef0768b69ca178bc27a460f2958126896574e429
1.6.0: 9129cebe6e125dd96a23a24ac22fd8d137757a47
1.5.2: e4e8b82d006fa16d720cfda3cdf70fe88f3be009
> Mesos: Not setting TMP dirs causes NPE
> --------------------------------------
>
> Key: FLINK-9939
> URL: https://issues.apache.org/jira/browse/FLINK-9939
> Project: Flink
> Issue Type: Bug
> Components: Mesos
> Affects Versions: 1.5.2, 1.6.0
> Reporter: Gary Yao
> Assignee: Gary Yao
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 1.5.2, 1.6.0
>
>
> Relying on the default tmp dirs can cause an NPE when deploying on Mesos.
> Find the stacktrace below.
> {noformat}
> Exception in thread "main" java.lang.NullPointerException: Value must not be
> null.
> at
> org.apache.flink.configuration.Configuration.setValueInternal(Configuration.java:766)
> at
> org.apache.flink.configuration.Configuration.setString(Configuration.java:189)
> at
> org.apache.flink.runtime.clusterframework.BootstrapTools.updateTmpDirectoriesInConfiguration(BootstrapTools.java:490)
> at
> org.apache.flink.mesos.entrypoint.MesosEntrypointUtils.loadConfiguration(MesosEntrypointUtils.java:176)
> at
> org.apache.flink.mesos.entrypoint.MesosSessionClusterEntrypoint.main(MesosSessionClusterEntrypoint.java:177)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)