Created 10-28-2022 02:37 AM
Hello,Is there any way to connect Cloudera Impala throught PHP script?I'm working with WordPress and require get data from Cloudera Impala DB. I have url, username and password to access it.
Created 10-28-2022 05:24 AM
@Ekodar You will need to use a driver to connect php to impala. Quick search and this looks promising:
https://docs.cloudera.com/documentation/other/connectors/impala-jdbc/latest/Cloudera-JDBC-Driver-for...
Here is another example with more details showing actual php code:
https://www.cdata.com/kb/tech/impala-odbc-php.rst