Custom JDBC database driver

bernard
bernard New Altair Community Member
edited November 5 in Community Q&A

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!

 

Answers

  • land
    land New Altair Community Member

    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