In this Integration Scenario, you will see how to use MuleSoft to connect to Cloudera Impala.
Steps:
1. Setup Cloudera Impala with Docker
docker run -d --name kudu-impala -p 21000:21000 -p 21050:21050 -p 25000:25000 -p 25010:25010 -p 25020:25020 apache/kudu:impala-latest impala
2. Download JDBC Driver (https://www.cloudera.com/downloads/connectors/impala/jdbc/2-6-15.html)
3. Install Jar in Local Maven Repository
mvn install:install-file -Dfile="ImpalaJDBC42.jar" -DgroupId=Impala -DartifactId=ImpalaJDBC42 -Dversion="2.6.15.1017" -Dpackaging=jar
4. Configure dependency and shared libraries on pom.xml
5. Place jar in src/main/resources
🚩 Connect with me on social:
- LinkedIn: https://www.linkedin.com/in/stefano-bernardini/
🔔 Subscribe to my YouTube channel
https://www.youtube.com/c/StefanoBernardiniMuleSoft?sub_confirmation=1
Tags: #mulesoft #tutorial #cloudera
00:00 Intro
00:31 Cloudera Impala Setup with Docker
03:48 Cloudera Impala Configuration in Anypoint Studio