File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
hadoop-tools/hadoop-azure/dev-support/testrun-scripts Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,20 @@ properties=("fs.azure.abfs.account.name" "fs.azure.test.namespace.enabled"
3535values=(" {account name}.dfs.core.windows.net" " true" " OAuth" )
3636generateconfigs
3737
38+ combination=AppendBlob-HNS-OAuth
39+ properties=(" fs.azure.abfs.account.name" " fs.azure.test.namespace.enabled"
40+ " fs.azure.account.auth.type" " fs.azure.test.appendblob.enabled" )
41+ values=(" {account name}.dfs.core.windows.net" " true" " OAuth" " true" )
42+ generateconfigs
43+
3844combination=HNS-SharedKey
3945properties=(" fs.azure.abfs.account.name" " fs.azure.test.namespace.enabled" " fs.azure.account.auth.type" )
4046values=(" {account name}.dfs.core.windows.net" " true" " SharedKey" )
4147generateconfigs
4248
4349combination=NonHNS-SharedKey
44- properties=(" fs.azure.abfs.account.name" " fs.azure.test.namespace.enabled" " fs.azure.account.auth.type"
45- " fs.azure.test.appendblob.enabled" )
46- values=(" {account name}.dfs.core.windows.net" " false" " SharedKey" " false" )
50+ properties=(" fs.azure.abfs.account.name" " fs.azure.test.namespace.enabled" " fs.azure.account.auth.type" )
51+ values=(" {account name}.dfs.core.windows.net" " false" " SharedKey" )
4752generateconfigs
4853
4954
You can’t perform that action at this time.
0 commit comments