RImpala_refresh: Refreshes and loads the new metadata for the given table

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
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.

Author(s)

Vijay Raajaa vijay.raajaa@mu-sigma.com,
Austin Chungath Vincent austin.cv@mu-sigma.com,
Vikas Raguttahalli vikas.r@mu-sigma.com,
Sachin Sudarshana sachin.sudarshana@mu-sigma.com

Examples

1
2
3
4
5
6
7
## Not run: 
library("RImpala")
rimpala.init()
rimpala.connect(IP="127.0.0.1",port="21050")
rimpala.refresh(table="sample")

## End(Not run)

RImpala documentation built on May 30, 2017, 4:09 a.m.