Learn R Programming

RImpala (version 0.1.6)

rimpala.init: Adds the folder containing the jars for Impala in the Classpath

Description

Initializing the package by adding the required jars to the Classpath

Usage

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"

Value

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

Details

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

Examples

Run this code
## Not run: 
# library("RImpala")
# rimpala.init(libs="/usr/lib/impala/lib")
# ## End(Not run)

Run the code above in your browser using DataLab