[
https://issues.apache.org/jira/browse/FLINK-2810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14943626#comment-14943626
]
ASF GitHub Bot commented on FLINK-2810:
---------------------------------------
GitHub user greghogan opened a pull request:
https://github.com/apache/flink/pull/1228
[FLINK-2810] Warn user if bc not installed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/greghogan/flink
2810_warn_user_if_bc_not_installed
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1228.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1228
----
commit 6a2855d8b2d78c67d76d194f705789a7d189d381
Author: Greg Hogan <[email protected]>
Date: 2015-10-05T15:11:59Z
[FLINK-2810] Warn user if bc not installed
----
> Warn user if bc not installed
> -----------------------------
>
> Key: FLINK-2810
> URL: https://issues.apache.org/jira/browse/FLINK-2810
> Project: Flink
> Issue Type: Improvement
> Components: Command-line client
> Affects Versions: 0.10
> Reporter: Greg Hogan
> Assignee: Greg Hogan
> Priority: Minor
> Fix For: 0.10
>
>
> taskmanager.sh will print the following message when starting the cluster if
> bc is not installed and off-heap memory is enabled and configured as a ratio.
> The script should first check that bc is installed and otherwise print a
> specific message.
> {noformat}
> [ERROR] Configured TaskManager managed memory fraction is not a valid value.
> Please set 'taskmanager.memory.fraction' in flink-conf.yaml
> {noformat}
> An example of a distribution where bc is not installed by default are the
> Debian images for Google Compute Engine.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)