Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
When a Java program tries to make a connection to Tajo using JDBC driver, as described in Tajo document http://tajo.apache.org/docs/current/jdbc_driver.html, the program failed with SQL Exception "Invalid JDBC URI".
Connection conn = DriverManager.getConnection("jdbc:tajo://127.0.0.1:26002");