RImpala_usedatabase: Function to change the current working database

Description Usage Arguments Value Author(s) Examples

Description

This function changes the current database to the database specified as an argument to the function

Usage

1

Arguments

db

The name of the database.

Value

Changes the database to the specified database and prints "Database changed to <Database name>" on the console

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(127.0.0.1,"21050")
rimpala.usedatabase(db="sample_db")

## End(Not run)

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