Learn R Programming

RImpala (version 0.1.6)

rimpala.close: Function to close the JDBC connection to Impala

Description

This function closes a sucessful connection to Impala-server

Usage

rimpala.close()

Arguments

Value

"Connection Closed" is displayed on the console when the JDBC connection is successfully closed

Examples

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

Run the code above in your browser using DataLab