Github user eschizoid commented on a diff in the pull request:
https://github.com/apache/hawq/pull/1396#discussion_r218143164
--- Diff: contrib/hawq-docker/Makefile ---
@@ -25,11 +25,13 @@ OS_VERSION := centos7
# Do not use underscore "_" in CLUSTER_ID
CLUSTER_ID := $(OS_VERSION)
# Monut this local directory to /data in data container and share with
other containers
-LOCAL :=
+LOCAL :=
# networks used in docker
NETWORK := $(CLUSTER_ID)_hawq_network
+HAWQ_HOME := "/data/hawq-devel"
+JAVA_TOOL_OPTIONS := -Dfile.encoding=UTF8
-all:
+all:
--- End diff --
@radarwave Agreed and fixed
---