# Returns the current default catalog

Returns the current default catalog.

## Usage

``` r
currentCatalog()
```

## Value

name of the current default catalog.

## Note

since 3.4.0

## Examples

``` r
if (FALSE) { # \dontrun{
sparkR.session()
currentCatalog()
} # }
```
