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/2ceeae85 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2ceeae85 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2ceeae85 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 2ceeae8503a6e051f9e7e69801ad4bd9d229ea78 Parents: 54374e9 Author: Swapan Shridhar <[email protected]> Authored: Wed Mar 1 15:07:38 2017 -0800 Committer: Swapan Shridhar <[email protected]> Committed: Wed Mar 1 15:07:38 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/2ceeae85/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}}
