Forum Discussion

mmarinov's avatar
mmarinov
Frequent Visitor
8 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

  • nmrao's avatar
    nmrao
    Champion Level 3
    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.