This is a convenience function to return the base URL for the service.
adls_url(adls_name, path = NULL, domain_name = "azuredatalakestore.net")
adls_name |
|
---|---|
path |
|
domain_name |
|
url
object returned by httr::parse_url()
Azure Datalake Store documentation on "WebHDFS Filesystem API"
adls_url("foo")#> $scheme #> [1] "https" #> #> $hostname #> [1] "foo.azuredatalakestore.net" #> #> $port #> NULL #> #> $path #> [1] "webhdfs/v1" #> #> $query #> NULL #> #> $params #> NULL #> #> $fragment #> NULL #> #> $username #> NULL #> #> $password #> NULL #> #> attr(,"class") #> [1] "url"