AMBARI-20259. Superset not able to start on Ubuntu if ASCII encoding is set as default encoding - addendum patch (Nishant Bangarwa via smohanty)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0ba42cf6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0ba42cf6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0ba42cf6 Branch: refs/heads/branch-dev-logsearch Commit: 0ba42cf6c101a435a97b08188ec628f26cdd324d Parents: 34eafc3 Author: Sumit Mohanty <[email protected]> Authored: Sun Mar 5 08:40:06 2017 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Sun Mar 5 08:40:11 2017 -0800 ---------------------------------------------------------------------- .../DRUID/0.9.2/configuration/druid-superset-env.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0ba42cf6/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 2ca83de..7284342 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 @@ -90,8 +90,8 @@ <value> # Set environment variables here. - export LC_ALL=C.UTF-8 - export LANG=C.UTF-8 + export LC_ALL=en_US.UTF-8 + export LANG=en_US.UTF-8 # Superset Home Dir export SUPERSET_CONFIG_DIR={{superset_config_dir}}
