Supressing INFO messages in R

85 views Asked by At

I want to supress INFO messages on execution of some statement. Any help?

connection = IIP.JDBCConnection()
17/08/30 09:22:01 INFO jdbc.Utils: Supplied authorities: 10.177.119.89:10000
17/08/30 09:22:01 INFO jdbc.Utils: Resolved authority: 10.177.119.89:10000
17/08/30 09:22:01 INFO jdbc.HiveConnection: Will try to open client 
transport with JDBC Uri: jdbc:hive2://10.177.119.89:10000/default

it is showing these INFO messages. I wish to avoid them

0

There are 0 answers