Repository: ambari Updated Branches: refs/heads/branch-2.5 b78254880 -> 9edf3c937
AMBARI-20259. Superset not able to start on Ubuntu if ASCII encoding is set as default encoding. (Nishant Bangarwa via Swapan Shridhar) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9edf3c93 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9edf3c93 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9edf3c93 Branch: refs/heads/branch-2.5 Commit: 9edf3c9371132c5733155ca7b38616f5ae70ded2 Parents: b782548 Author: Swapan Shridhar <[email protected]> Authored: Wed Mar 1 15:07:38 2017 -0800 Committer: Swapan Shridhar <[email protected]> Committed: Wed Mar 1 15:10:04 2017 -0800 ---------------------------------------------------------------------- .../DRUID/0.9.2/configuration/druid-superset-env.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/9edf3c93/ambari-server/src/main/resources/common-services/DRUID/0.9.2/configuration/druid-superset-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/DRUID/0.9.2/configuration/druid-superset-env.xml b/ambari-server/src/main/resources/common-services/DRUID/0.9.2/configuration/druid-superset-env.xml index 61421c0..2ca83de 100644 --- a/ambari-server/src/main/resources/common-services/DRUID/0.9.2/configuration/druid-superset-env.xml +++ b/ambari-server/src/main/resources/common-services/DRUID/0.9.2/configuration/druid-superset-env.xml @@ -89,6 +89,9 @@ <display-name>superset-env template</display-name> <value> # Set environment variables here. + + export LC_ALL=C.UTF-8 + export LANG=C.UTF-8 # Superset Home Dir export SUPERSET_CONFIG_DIR={{superset_config_dir}}
