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/3d42351e
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3d42351e
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3d42351e

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: 3d42351ea781729b5538fc50a2c5f0a1c494942c
Parents: 9a7ea1d
Author: Sumit Mohanty <smoha...@hortonworks.com>
Authored: Sun Mar 5 08:40:06 2017 -0800
Committer: Sumit Mohanty <smoha...@hortonworks.com>
Committed: Sun Mar 5 08:42:10 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/3d42351e/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}}

Reply via email to