You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hawq.apache.org by lisakowen <gi...@git.apache.org> on 2016/12/07 23:52:27 UTC

[GitHub] incubator-hawq-docs pull request #70: HAWQ-1202 - PXF server config params

GitHub user lisakowen opened a pull request:

    https://github.com/apache/incubator-hawq-docs/pull/70

    HAWQ-1202 - PXF server config params

    - add a category for PXF server config params
    - include descriptions for all PXF gucs in the server config param reference page

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

    $ git pull https://github.com/lisakowen/incubator-hawq-docs feature/pxf-gucs

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

    https://github.com/apache/incubator-hawq-docs/pull/70.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 #70
    
----
commit 364152e92d819aff3e60afa1b270d8f84a105216
Author: Lisa Owen <lo...@pivotal.io>
Date:   2016-10-31T17:58:52Z

    discuss some PXF gucs

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq-docs pull request #70: HAWQ-1202 - PXF server config params

Posted by lisakowen <gi...@git.apache.org>.
Github user lisakowen closed the pull request at:

    https://github.com/apache/incubator-hawq-docs/pull/70


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq-docs pull request #70: HAWQ-1202 - PXF server config params

Posted by dyozie <gi...@git.apache.org>.
Github user dyozie commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq-docs/pull/70#discussion_r92063656
  
    --- Diff: reference/guc/parameter_definitions.html.md.erb ---
    @@ -2740,9 +2754,26 @@ Determines whether `ANALYZE` collects statistics for readable PXF tables. If tru
     |-------------|---------|-------------------------|
     | Boolean     | true    | master, session, reload |
     
    +## <a name="pxf_remote_service_login"></a>pxf\_remote\_service\_login
    +
    +Temporary configuration parameter identifying the login credential to forward to remote services requiring authentication.
    +
    +| Value Range                                             | Default         | Set Classifications     |
    +|---------------------------------------------------------|-----------------|-------------------------|
    +| string | | master, session, reload |
    +
    +## <a name="pxf_remote_service_secret"></a>pxf\_remote\_service\_secret
    +
    +Temporary configuration parameter identifying the password credential to forward to remote services requiring authentication.
    +
    +| Value Range                                             | Default         | Set Classifications     |
    +|---------------------------------------------------------|-----------------|-------------------------|
    +| string | | master, session, reload |
    +
    --- End diff --
    
    What does "temporary" mean for the above two parameters?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---