Forum Discussion

mmarinov's avatar
mmarinov
Frequent Visitor
10 years ago

Connect soap UI to hadoop hdfs

Greetings,

 

Is it possible to connect SoapUI to hadoop hdfs and execute sql scripts in it? I saw that I can connect it to Oracle DB and other databases but nowhere hadoop connection. So is this possible or I have to think for other ways for automation?

 

Thanks in advance!

Best regards,

Milen

1 Reply

  • nmrao's avatar
    nmrao
    Community Hero
    If you have driver library, then it should be possible to connect using jdbc or groovy script test steps.

    Place the client jar file under SOAPUI_HOME/bin/ext directory. Restart soapui if already running.

    And try it out.