Hi. I am now trying to connect to Apache Phoenix (CDH) via JDBC in talend (Window 10). I choose "General JDBC", use the client driver of the matching version and input the below url: jdbc: phoenix:<ip>:2181 I have also created the mapping xml file. Talend says "connection successful" but there is noting when I retrieve schema. But with the same configuration, I can connect to the database correctly with SQuirreL SQL Client. Has anyone successfully connected to phoenix in talend? What is the correct configuration? Thank you!