Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Commit

Permalink
Fixed errors in tutorial.Rmd #75
Browse files Browse the repository at this point in the history
Error in azureResizeHDI. IsInteger assert.
  • Loading branch information
Alanwe committed Jun 15, 2017
1 parent 823f0fd commit 5dbc821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions R/AzureHDI.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ azureHDIConf <- function(azureActiveContext, clustername, resourceGroup,
x$hardwareProfile$vmSize)}, FUN.VALUE = character(1)
), collapse = ", "
)
return(rc)


dfn <- with(rc, data.frame(
name = name,
Expand Down
2 changes: 0 additions & 2 deletions vignettes/tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ To list blobs in a container use `azureListStorageBlobs()`
azureListStorageBlobs(sc, storageAccount = "testmystorage1", container = "opendata")
```


To read a blob in a container use `azureGetBlob()`

```{r, eval=FALSE}
Expand All @@ -152,7 +151,6 @@ azureGetBlob(sc, storageAccount = "testmystorage1", container = "opendata",
type="text")
```


## Manage HDInsight Clusters

You can use `AzureSMR` to manage Azure HDInsight clusters. To create clusters use azureCreateHDI or for advanced configurations use Resource Templates (See below).
Expand Down

0 comments on commit 5dbc821

Please sign in to comment.