-
Type:
Bug
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9.0
-
Component/s: JDBC Driver
-
Labels:None
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");