From 49444a49964d332d5bf786ac78d8c2ac47ba9d3f Mon Sep 17 00:00:00 2001 From: Lisa Owen Date: Mon, 25 Mar 2019 14:04:14 -0700 Subject: [PATCH] docs - reflect pxf objstore template updates in docs (#7205) --- gpdb-doc/markdown/pxf/objstore_cfg.html.md.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gpdb-doc/markdown/pxf/objstore_cfg.html.md.erb b/gpdb-doc/markdown/pxf/objstore_cfg.html.md.erb index fe798a1cec..316c7524e1 100644 --- a/gpdb-doc/markdown/pxf/objstore_cfg.html.md.erb +++ b/gpdb-doc/markdown/pxf/objstore_cfg.html.md.erb @@ -65,7 +65,7 @@ The template configuration file for Azure Blob Storage is `$PXF_CONF/templates/w | Property | Description | Value | |----------------|--------------------------------------------|-------| -| dfs.adls.oauth2.access.token.provider.type | The token type. | Must specify `ClientCredential`. | +| fs.adl.oauth2.access.token.provider.type | The token type. | Must specify `ClientCredential`. | | fs.azure.account.key.\.blob.core.windows.net | The Azure account key. | Replace with your account key. | | fs.AbstractFileSystem.wasbs.impl | The file system class name. | Must specify `org.apache.hadoop.fs.azure.Wasbs`. | @@ -76,10 +76,10 @@ The template configuration file for Azure Data Lake is `$PXF_CONF/templates/adl- | Property | Description | Value | |----------------|--------------------------------------------|-------| -| dfs.adls.oauth2.access.token.provider.type | The type of token. | Must specify `ClientCredential`. | -| dfs.adls.oauth2.refresh.url | The Azure endpoint to which to connect. | Your refresh URL. | -| dfs.adls.oauth2.client.id | The Azure account client ID. | Your client ID (UUID). | -| dfs.adls.oauth2.credential | The password for the Azure account client ID. | Your password. | +| fs.adl.oauth2.access.token.provider.type | The type of token. | Must specify `ClientCredential`. | +| fs.adl.oauth2.refresh.url | The Azure endpoint to which to connect. | Your refresh URL. | +| fs.adl.oauth2.client.id | The Azure account client ID. | Your client ID (UUID). | +| fs.adl.oauth2.credential | The password for the Azure account client ID. | Your password. | ### Google Cloud Storage Server Configuration -- GitLab