Learn R Programming

RImpala (version 0.1.6)

rimpala.refresh: Refreshes and loads the new metadata for the given table

Description

This function refreshes the metadata of the table passed as an argument to it.

Usage

rimpala.refresh(table="table_name")

Arguments

table
The name of the table whose metadata needs to be refreshed. This is a mandatory argument.

Value

The metadata of the table passed as an argument is refreshed and the new metadata is immediately loaded into the cache.

Examples

Run this code
## Not run: 
# library("RImpala")
# rimpala.init()
# rimpala.connect(IP="127.0.0.1",port="21050")
# rimpala.refresh(table="sample")
# ## End(Not run)

Run the code above in your browser using DataLab