Github user stanlyxiang commented on a diff in the pull request:

    https://github.com/apache/hawq/pull/1399#discussion_r231036265
  
    --- Diff: contrib/hawq-hadoop/Makefile ---
    @@ -41,9 +41,9 @@ all: $(DEFAULTTARGET)
     $(DEFAULTTARGET):
     ifdef MAVEN
     ifeq ($(shell java -version 2>&1 | grep 1.7.0 > /dev/null; printf $$?),0)
    -   $(MAVEN) package -DskipTests -Dhttps.protocols=TLSv1.2
    +   $(MAVEN) package -DskipTests -Dmaven.javadoc.skip=true  
-Dhttps.protocols=TLSv1.2
    --- End diff --
    
    what's the reason of update hawq-hadoop/Makefile while this is a commit to 
add compile suppport for orc ? 


---

Reply via email to