# Sets the current default catalog

Sets the current default catalog.

## Usage

``` r
setCurrentCatalog(catalogName)
```

## Arguments

  - catalogName:
    
    name of the catalog

## Note

since 3.4.0

## Examples

``` r
if (FALSE) { # \dontrun{
sparkR.session()
setCurrentCatalog("spark_catalog")
} # }
```
