RImpala_init: Adds the folder containing the jars for Impala in the...

Description Usage Arguments Details Value Author(s) Examples

Description

Initializing the package by adding the required jars to the Classpath

Usage

1
rimpala.init(impala_home=NULL,libs="/usr/lib/impala/lib")

Arguments

impala_home

The home folder of Impala. Default is NULL

libs

The directory in which the jars required for establishing a connection to Impala are required Default path is "/usr/lib/impala/lib"

Details

This should be the first function that should be executed once the RImpala package is installed and loaded

Value

"Classpath added succesfully" is displayed on the addition of a valid path.

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
## Not run: 
library("RImpala")
rimpala.init(libs="/usr/lib/impala/lib")

## End(Not run)

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