You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by yk-st <gi...@git.apache.org> on 2018/01/31 04:25:06 UTC

[GitHub] incubator-hawq pull request #1335: Hawq 1536

GitHub user yk-st opened a pull request:

    https://github.com/apache/incubator-hawq/pull/1335

    Hawq 1536

    As Cloudera has mentioned below
    https://www.cloudera.com/documentation/enterprise/5-12-x/topics/cm_ig_parcels.html
    
    Hadoop jar was installed in /opt/cloudera/parcels/CDH/ from the Cloudera Manager(parcel), from yum or somthing(package) , installed in /usr/lib/hadoop.
    To deal with both parcel and package, Replace CDH_HADOOP_JAR with specific value.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/yk-st/incubator-hawq HAWQ-1536

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/1335.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1335
    
----
commit 46b118bbbebd93098a1f7cb0ba763d644f36fb7e
Author: yuki <th...@...>
Date:   2018-01-29T14:02:03Z

    HAWQ-1536 work in progress

commit 8990a2259abd8328e55b214f0aefaa89991dc35d
Author: yuki saito <th...@...>
Date:   2018-01-31T03:54:29Z

    HAWQ-1536 add setting for cloudera manager

commit b4697bbf616aa24149da7a09a72b2398137b41e2
Author: yuki saito <th...@...>
Date:   2018-01-31T04:07:22Z

    HAWQ-1536 add setting for cloudera manager

----


---

[GitHub] incubator-hawq issue #1335: Add setting for cloudera manager

Posted by lavjain <gi...@git.apache.org>.
Github user lavjain commented on the issue:

    https://github.com/apache/incubator-hawq/pull/1335
  
    @yk-st Your change looks good. However, it might be cleaner to create a separate template for CDH manager (eg `pxf-private-cdh-manager.classpath.template`) rather than substituting the token values. This will also ensure that PXF pipelines for GPDB are not affected.


---

[GitHub] incubator-hawq issue #1335: Add setting for cloudera manager

Posted by shivzone <gi...@git.apache.org>.
Github user shivzone commented on the issue:

    https://github.com/apache/incubator-hawq/pull/1335
  
    @yk-st any update on this ?


---