There was an error while loading. Please reload this page.
1 parent bfcf5dd commit fddc976Copy full SHA for fddc976
hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
@@ -53,6 +53,10 @@
53
# variable is REQUIRED on ALL platforms except OS X!
54
# export JAVA_HOME=
55
56
+# The language environment in which Hadoop runs. Use the English
57
+# environment to ensure that logs are printed as expected.
58
+export LANG=en_US.UTF-8
59
+
60
# Location of Hadoop. By default, Hadoop will attempt to determine
61
# this location based upon its execution path.
62
# export HADOOP_HOME=
0 commit comments