Github user paul-guo- commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/1073#discussion_r94381769
  
    --- Diff: contrib/hawq-docker/Makefile ---
    @@ -0,0 +1,205 @@
    +#!/usr/bin/make all
    +
    +THIS_MAKEFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
    +TOP_DIR := $(abspath $(dir ${THIS_MAKEFILE_PATH}))
    +NDATANODES := 3
    +CUR_DATANODE := 1
    +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 := 
    +# networks used in docker
    +NETWORK := $(CLUSTER_ID)_hawq_network
    +
    +all: 
    +   @echo " Usage:"
    +   @echo "    To setup a build and test environment:         make run"
    +   @echo "    To start all containers:                       make start"
    +   @echo "    To stop all containers:                        make stop"
    +   @echo "    To remove hdfs containers:                     make clean"
    +   @echo "    To remove all containers:                      make 
distclean"
    +   @echo ""
    +   @echo "    To build images locally:                       make build"
    --- End diff --
    
    What is the cleanup command for "make build"?  (make distclean or make 
clean?)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to