enhance pxf/hive database info [#128450965]
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/e464585d Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/e464585d Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/e464585d Branch: refs/heads/develop Commit: e464585d7ec821c375c89e822aefac90ba429173 Parents: 4dfb8cd Author: Lisa Owen <[email protected]> Authored: Wed Aug 17 13:37:51 2016 -0700 Committer: David Yozie <[email protected]> Committed: Fri Aug 19 10:47:43 2016 -0700 ---------------------------------------------------------------------- pxf/HivePXF.html.md.erb | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/e464585d/pxf/HivePXF.html.md.erb ---------------------------------------------------------------------- diff --git a/pxf/HivePXF.html.md.erb b/pxf/HivePXF.html.md.erb index efac11e..db3e53c 100644 --- a/pxf/HivePXF.html.md.erb +++ b/pxf/HivePXF.html.md.erb @@ -64,6 +64,9 @@ where `<pxf parameters>` is: | PROFILE=profile-name ``` + +If `hive-db-name` is omitted, pxf will default to the Hive `default` database. + **Note:** The port is the connection port for the PXF service. If the port is omitted, PXF assumes that High Availability (HA) is enabled and connects to the HA name service port, 51200 by default. The HA name service port can be changed by setting the pxf\_service\_port configuration parameter. PXF has three built-in profiles for Hive tables:
