Custom JDBC database driver

bernardbernard Member Posts: 1 Contributor I
edited November 2018 in Help

I am trying to set up a JDBC connection to Azure HDInsight Hive, however I need to specify precise options in the connection string as described here: https://azure.microsoft.com/en-us/documentation/articles/hdinsight-connect-hive-jdbc-driver/ (the relevant connection string template is: jdbc:hive2://CLUSTERNAME.azurehdinsight.net:443/default;ssl=true?hive.server2.transport.mode=http;hive.server2.thrift.http.path=/hive2).

Is it possible to set up a custom DB connection for RapidMiner Studio (v.7.1) like this ?

I don't see a way to add parameters to the JDBC connection string.

Thanks for your help in advance!

 

Tagged:

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn

    Hi Bernard,

     

    just add everything after the port into the database schema field. It will simply be appended to the other parts of the string :)

     

    Greetings,

      Sebastian

Sign In or Register to comment.