
Property, which is used to set the source name for the Presto query. Prefix to append to any specified ApplicationName client info Example: localhost:8888Ĭomma delineated list of HTTP protocols to use. Username to use for authentication and authorization. While others are specified using properties. These methods may be mixed some parameters may be specified in the URL getConnection ( url, properties ) // URL parameters String url = "jdbc:presto://:8443/hive/sales?user=test&password=secret&SSL=true" Connection connection = DriverManager. setProperty ( "SSL", "true" ) Connection connection = DriverManager. setProperty ( "password", "secret" ) properties. setProperty ( "user", "test" ) properties. properties String url = "jdbc:presto://:8080/hive/sales" Properties properties = new Properties () properties.
